Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL command.
Message
 
To
13/05/1999 18:56:47
Jacky Yuen
Myth Group Computer Technology
Hong Kong, Hong Kong
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00218759
Message ID:
00218776
Views:
18
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform