Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Command Button help
Message
De
27/09/2002 11:31:38
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Command Button help
Divers
Thread ID:
00705257
Message ID:
00705257
Vues:
50
Hi,

I have a holiday's table.

myholiday.dbf

holidate description
01/01/2002 New year
12/25/2002 Xmax

In myform.sc* to include a command button called cmdHoliday in one of command
group cmgHoliday.

each time the current date means date() = holidate equal to 01/01/2002 for example ,

thisform.cmgholiday.cmdholiday.enabled should display otherwise should always
hidden until it will reach the next holiday for example 12/25/2002.

here my codes;

select myholiday
if holidate=date()
this.cmgholiday.cmdholiday.visible=.t.
endif

it is not working, please correct my code.
Thanks in advance,
PP
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform