Home All Groups Group Topic Archive Search About
Author
11 Feb 2006 10:45 PM
S Shulman
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

Author
12 Feb 2006 3:34 AM
Homer J Simpson
"S Shulman" <smshul***@hotmail.com> wrote in message
news:%23QohVz1LGHA.1132@TK2MSFTNGP10.phx.gbl...

> 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

If Len(string) > 999 then string = left (string, 999)
Author
12 Feb 2006 6:15 PM
msnews.microsoft.com
Good Old VB6 syntax.

Crouchie1998
BA (HONS) MCP MCSE