Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CMD button on Windows 7
Message
De
18/12/2010 07:10:50
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
CMD button on Windows 7
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:
01493206
Vues:
254
Hi,

I have a form that contains a command button. That command button visible property is initially set to false and later changed to true based on the existence of records in a cursor. The setup works perfectly when the users operating system is WINDOWS XP but fails in Windows 7

All other controls on that and all other forms work as expected. It is just that one command button on that one form.

In windows 7, the button is never seen regardless of the existence of records. I know it is not my code, it works for me and it works at the customer site for all users with XP. It is just WIN 7 that is bugging me. Just to make sure, this is the code in the button's refresh method:

THIS.VISIBLE = RECCOUNT('cCustList') > 0 and the refresh is called immediatly after the query that results in the cursor.

Perhaps the issue is in the difference in the video differences?

Thanks,

Ken
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform