Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BUG: read ROWSOURCE return max 256 characters
Message
De
12/06/2005 12:40:14
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Titre:
BUG: read ROWSOURCE return max 256 characters
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01022595
Message ID:
01022595
Vues:
88
listbox and Combobox ROWSOURCE support more 256 characters strings,
but when you read the value, VFP it returns only the first 256:
clear
x=CREATEOBJECT("listbox")
x.ROWSOURCE=REPLICATE('x',255)+'yz'
? x.baseclass,LEN(x.ROWSOURCE),RIGHT(x.ROWSOURCE,1)
x=CREATEOBJECT("combobox")
x.ROWSOURCE=REPLICATE('x',255)+'yz'
? x.baseclass,LEN(x.ROWSOURCE),RIGHT(x.ROWSOURCE,1)
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform