The new forum's format screws up on the [ code ]....[ /code ] tags. The horizontal scroll bars don't seem to work so the text gets wrapped around and that messes up the appearance when you try to format your text so it has meaning to it.
The new forum's format screws up on the [ code ]....[ /code ] tags. The horizontal scroll bars don't seem to work so the text gets wrapped around and that messes up the appearance when you try to format your text so it has meaning to it.
Last edited by jmsrickland; Jul 30th, 2012 at 06:58 PM.
The better the information you give to begin with and the sooner you reply the sooner you will get help and get your problem resolved
When I was young and in my prime I used to program all the time but now I'm old and getting gray I only program once a day
Just trying it for grins and an example:
When I posted the I got a message that the application was trying to navigate away from the page...click OK to remain. I never saw that before. My code tags look OK though.Code:Private Sub cmdEditInvitationReports_Click() With frmGroupingInvitationDocs .IsDocuments = False .Show .txtYear = txtYear End With End Sub
these are known issues have been reported in the upgrade thread ... may take some time to get it all sorted out. Past experience has shown it takes about a week to get all the kinks worked out.
-tg
* I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.-I also subscribe to all threads I participate, so there's no need to pm when there's an update.*
*Proof positive that searching the forums does work: View Thread *
* How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
* How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *
* Use Offensive Programming, not Defensive Programming. * On Error Resume Next is error ignoring, not error handling(tm).
"There is a major problem with your code, and VB wants to tell you what it is.. but you have decided to put your fingers in your ears and shout 'I'm not listening!'" - si_the_geek on using OERN
In addition to the code tag problem I too have a cursor problem that keeps moving to the top of the text box and it won't stay stable and I got that navigate away from page also. The code tag problem is when you have a long horizontal line the horizontal is disabled so it makes the text wrap.
Code:LoadGif = True i = j + 2 If Len(fileHeader) >= 127 Then RepeatTimes& = Asc(Mid(fileHeader, 126, 1)) + (Asc(Mid(fileHeader, 127, 1)) * 256&) Else RepeatTimes = 0 End If
Last edited by jmsrickland; Jul 31st, 2012 at 10:28 AM.
The better the information you give to begin with and the sooner you reply the sooner you will get help and get your problem resolved
When I was young and in my prime I used to program all the time but now I'm old and getting gray I only program once a day
Thread Moved from Visual Basic 6 and Earlier
A good exercise for the Heart is to bend down and help another up...
Please Mark your Thread "Resolved", if the query is solved
Microsoft MVP: 2011 - Till Date IMP Links : Acceptable Use Policy, FAQ
MyGear:
Sony VGN-FZ27G with a triple boot between (XP+Office 2003+VB6), (VISTA+Office 2007+VS2008) and (Win7+Office 2010+VS2010) || Sony VPCCB-45FN with a Win7+Office 2010+VS2010. VM: (XP+Office 2003+VB6), (VISTA+Office 2007+VS2008), (Win8+Office 2010+VS2012) || Mac Book Pro (10.6.8) with Office 2011
Really, all of this should be in the thread that was created for reporting such things....
http://www.vbforums.com/showthread.p...in-this-thread
-tg
* I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.-I also subscribe to all threads I participate, so there's no need to pm when there's an update.*
*Proof positive that searching the forums does work: View Thread *
* How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
* How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *
* Use Offensive Programming, not Defensive Programming. * On Error Resume Next is error ignoring, not error handling(tm).
"There is a major problem with your code, and VB wants to tell you what it is.. but you have decided to put your fingers in your ears and shout 'I'm not listening!'" - si_the_geek on using OERN
Thread closed. Please refer futher discussion to the thread linked by techgnome.