Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CMD button on Windows 7
Message
De
18/12/2010 21:08:50
 
 
À
18/12/2010 07:10:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows 7
Network:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01493206
Message ID:
01493268
Vues:
112
Ken,

Could you putting code in the Grid's Refresh() instead?
ThisForm.myButton.Visible = ( RECCOUNT( This.RecordSource ) > 0 )
Another thing I noticed in your code:
THIS.VISIBLE = RECCOUNT('cCustList') > 0 
Should'nt parentheses be used, like so:
THIS.VISIBLE = ( RECCOUNT('cCustList') > 0 )
Hope to help.

Dennis
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform