Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL command.
Message
From
13/05/1999 18:56:47
Jacky Yuen
Myth Group Computer Technology
Hong Kong, Hong Kong
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
SQL command.
Miscellaneous
Thread ID:
00218759
Message ID:
00218759
Views:
51
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 ?
I'm a beginner of Visual Foxpro 5.0 ,thanx for help ^^
Next
Reply
Map
View

Click here to load this message in the networking platform