Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
The limit of VCX property strings is 254
Message
From
10/09/2003 10:03:03
 
 
To
10/09/2003 08:35:53
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00827801
Message ID:
00827834
Views:
19
Hi Gregory,

Yes, but if you put a expression the limit is 254.
Example:
* BUILD THIS:
* A FORM SCX
* ADD A TEXTBOX
* set textbox.value to =(len(this.Tag))
* set textbox.Tag   to =REPLICATE('1',255) && you can put 10000 also
* run <-- Problem: i set it, VFP cut value to '' and not warning to me
* close
* change textbox.Tag   to =REPLICATE('1',254)
* run
* close
* change textbox.Tag   to =REPLICATE('1',254)+'A'
* run
...
VCX property have two limit:
1. Pure string expression lenght <= 255
2. Result string expression <=254 with lenght of expression <=255

Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform