Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
The limit of VCX property strings is 254
Message
De
10/09/2003 10:03:03
 
 
À
10/09/2003 08:35:53
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00827801
Message ID:
00827834
Vues:
18
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform