Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Range
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Range
Miscellaneous
Thread ID:
00961683
Message ID:
00961683
Views:
52
Hi All:
I need help quickly. I want to sele all the record from a given table. When I execute the following code I get 0 records and I know there are at least 100 records. What am I doing wrong?

sele reg_masid,reg_meeid,reg_candt from regist ;
where empty(reg_candt) ;
and reg_meeid = "CAMEX2000","CAMEX2001" ;
and reg_meeid = "CAMEX2002" ;
and reg_meeid ="CAMEX2003" ;
and reg_meeid = "CAMEX2004" ;
Group by reg_masid,reg_meeid ;
Order by reg_masid,reg_meeid ;
Into Cursor cTemp
I know that there are records matching all the four requirements. Why am I getting 0 records than?
Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform