|
-
Jul 30th, 2012, 06:49 PM
#1
New Format screws up the code tags
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.
Anything I post is an example only and is not intended to be the only solution, the total solution nor the final solution to your request nor do I claim that it is. If you find it useful then it is entirely up to you to make whatever changes necessary you feel are adequate for your purposes.
-
Jul 31st, 2012, 06:55 AM
#2
Re: New Format screws up the code tags
Just trying it for grins and an example:
Code:
Private Sub cmdEditInvitationReports_Click()
With frmGroupingInvitationDocs
.IsDocuments = False
.Show
.txtYear = txtYear
End With
End Sub
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.
-
Jul 31st, 2012, 08:53 AM
#3
Re: New Format screws up the code tags
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
-
Jul 31st, 2012, 10:22 AM
#4
Re: New Format screws up the code tags
 Originally Posted by TysonLPrice
Just trying it for grins and an example:
Code:
Private Sub cmdEditInvitationReports_Click()
With frmGroupingInvitationDocs
.IsDocuments = False
.Show
.txtYear = txtYear
End With
End Sub
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.
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.
Anything I post is an example only and is not intended to be the only solution, the total solution nor the final solution to your request nor do I claim that it is. If you find it useful then it is entirely up to you to make whatever changes necessary you feel are adequate for your purposes.
-
Jul 31st, 2012, 10:40 AM
#5
Re: New Format screws up the code tags
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
MyGear:
★ CPU ★ Ryzen 5 5800X
★ GPU ★ NVIDIA GeForce RTX 3080 TI Founder Edition
★ RAM ★ G. Skill Trident Z RGB 32GB 3600MHz
★ MB ★ ASUS TUF GAMING X570 (WI-FI) ATX Gaming
★ Storage ★ SSD SB-ROCKET-1TB + SEAGATE 2TB Barracuda IHD
★ Cooling ★ NOCTUA NH-D15 CHROMAX BLACK 140mm + 10 of Noctua NF-F12 PWM
★ PSU ★ ANTEC HCG-1000-EXTREME 1000 Watt 80 Plus Gold Fully Modular PSU
★ Case ★ LIAN LI PC-O11 DYNAMIC XL ROG (BLACK) (G99.O11DXL-X)
★ Monitor ★ LG Ultragear 27" 240Hz Gaming Monitor
★ Keyboard ★ TVS Electronics Gold Keyboard
★ Mouse ★ Logitech G502 Hero
-
Jul 31st, 2012, 10:52 AM
#6
Re: New Format screws up the code tags
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
-
Jul 31st, 2012, 07:23 PM
#7
Re: New Format screws up the code tags
Thread closed. Please refer futher discussion to the thread linked by techgnome.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|