Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL command.
Message
 
À
13/05/1999 18:56:47
Jacky Yuen
Myth Group Computer Technology
Hong Kong, Hong Kong
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00218759
Message ID:
00218776
Vues:
17
You could do one of several things:

1.
Select tmp
Locate
Scan


>Firstly ,here is the source code :
>
>---------------
>thisform.list2.CLEAR
>
>SELECT wname,wday FROM workday WHERE wday = date() ;
>AND NOT wname="blank" INTO CURSOR tmp
>
>SELECT tmp
>FOR i = 1 to RECCOUNT()
>GO i
>thisform.list2.ADDITEM (tmp.wname)
>endfor
>
>RELEASE tmp
>---------------
>The problem is I can prove that there is no record in tmp ,but when I run the program ,it added 3 item into list2 ! HOW COME ?! It make me crazy .
>Do you have any idea about that ?
Travis Vandersypen
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform