Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Work with table
Message
De
26/02/2009 09:58:40
 
 
À
26/02/2009 09:50:03
Reza Meamar
Homa Programming Group
Shiraz, Iran
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01384299
Message ID:
01384304
Vues:
46
>Dear all,
>I have a table with some fields in it. One of my field is Discharge (Logical), I have a main form with a timer on it. In the interval event of this timer I check records each 5 minutes and if Discharge field of one record is .T., I show a label on main form.
>This table is open in all portion of my program and some user maybe work on it in another section of the program.
>How I can manage this procedure?
>Thanks

In the timer event:
Select count(*) from yourtable where discharge into array adummy
thisform.yourlabel.visible=_tally>0
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform