Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
From $ to object
Message
From
19/07/2002 16:18:50
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
From $ to object
Miscellaneous
Thread ID:
00680631
Message ID:
00680631
Views:
63
Sometimes, I have some code such as this:
lcWhere=This.cWhere
ldDate=This.dDate
SELECT AddDate,COUNT(*) AS Nombre FROM Thread;
 WHERE &gcForumList &lcWhere AND AddDate>=ldDate &lcFilter;
 ORDER BY 1 GROUP BY 1 INTO CURSOR Temp2
For the case of This.cWhere and This.dDate, is there a way to include them as is in the SELECT command?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Next
Reply
Map
View

Click here to load this message in the networking platform