Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Disabling grid cell
Message
De
23/09/1999 16:55:57
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00267849
Message ID:
00268245
Vues:
27
Hi John,

>THISFORM.Grid1.Column1.DynamicCurrentControl = "Text2"
>generates an error "Express is invalid...". What gives?

It should be :DCC = '"Text2"'

for the same reason the IIF() needs quotes. Did you try:
THISFORM.Grid1.Column1.DynamicCurrentControl = "IIF(RECNO('cTable')=2,'Text1','Text2')"
?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform