Status Bar

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • S Shulman

    #1

    Status Bar

    Hi

    Is there any limit (or a way to set a limit) on the number of characters in
    a panel of a status bar, I am unable to see the entire text that I entered

    Thank you,
    Shmuel Shulman
    SBS Technologies Ltd


  • Homer J Simpson

    #2
    Re: Status Bar


    "S Shulman" <smshulman@hotm ail.com> wrote in message
    news:%23QohVz1L GHA.1132@TK2MSF TNGP10.phx.gbl. ..
    [color=blue]
    > Is there any limit (or a way to set a limit) on the number of characters
    > in a panel of a status bar, I am unable to see the entire text that I
    > entered[/color]

    If Len(string) > 999 then string = left (string, 999)



    Comment

    • msnews.microsoft.com

      #3
      Re: Status Bar

      Good Old VB6 syntax.

      Crouchie1998
      BA (HONS) MCP MCSE


      Comment

      Working...