Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Column class def: how to specify the textbox properties
Message
De
15/02/2005 16:34:36
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows NT
Network:
Windows NT
Database:
Visual FoxPro
Divers
Thread ID:
00987154
Message ID:
00987213
Vues:
39
>Nancy,
>
>Actually, the reason I ask this question is probably for the same reason you wrote your example, i.e. I want to set the NullDisplay property of the textbox to not display anything if the datum is .NULL.
>
>When I run this under the debugger, and set a breakpoint in the grid refresh method, and examine the columns collection, I can see that the NullDisplay property for Text1 is set to "", however, when the grid displays, the word .NULL. appears when the datum is .NULL.
>
>Any thoughts on why I don't get a blank NULL display?
>
>Thanks again,
>Jim
SET NULLDISPLAY TO ''
* or 
text1.NullDisplay = ' '
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform