Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Label problem 1 Tab is not support
Message
 
 
To
03/08/2003 14:48:53
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00816323
Message ID:
00819243
Views:
22
If your editbox.AllowTabs = .t. then anytime the user presses the TAB key the character chr(9) is inserted into the value not 3 spaces.

It's not exactly clear how you are wanting to coordinate a chr(9) embedded in a label to your editbox. Depending on the font selected the chr(9) it will appear as a box character.

>
>label.Caption = 'Ciao'+CHR(9)+'Ciao'
>
>
>the CHR(9) is not convert to three spaces, like editbox.
>
>Is a bug or need a specific request on wish list ?
>
>This can seem a small problem, but I use one label in order to implement the autoresize of a EditBox.
>
>The workaround is simple STRTRAN(...,CHR(9),SPACE(3)),
>but true trouble is one.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform