Results 1 to 7 of 7

Thread: New Format screws up the code tags

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Jan 2008
    Posts
    11,074

    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.

  2. #2
    Wall Poster TysonLPrice's Avatar
    Join Date
    Sep 2002
    Location
    Columbus, Ohio
    Posts
    3,969

    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.

  3. #3
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    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
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * 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??? *

  4. #4

    Thread Starter
    PowerPoster
    Join Date
    Jan 2008
    Posts
    11,074

    Re: New Format screws up the code tags

    Quote Originally Posted by TysonLPrice View Post
    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.

  5. #5
    Discovering Life Siddharth Rout's Avatar
    Join Date
    Feb 2005
    Location
    Mumbai, India
    Posts
    12,001

    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

  6. #6
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    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
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * 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??? *

  7. #7
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    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
  •  



Click Here to Expand Forum to Full Width