Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Macro Substitution
Message
From
13/02/2003 16:54:17
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, United States
 
 
To
13/02/2003 16:22:15
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00752893
Message ID:
00752929
Views:
16
What I want to do is select records from a table based on the qqfield. The qqfield values for each record are different and are based on other variables in my program. So I can't just set a variable because the variable needs is different for each record. I tried the the double dot approach and it didn't work either. Do you have any other suggestions? The code with the change is below.
select * from promolist;
where qq_promo and BITTEST(region,0);
and DATE() <= promolist.expire;
and IIF(!EMPTY(promolist.qqfield),IIF(&Promolist..qqfield,.T.,.F.),.T.)
Thanks

Jim
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform