Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Nice fix with the comment procedures
Message
From
07/02/2003 16:43:59
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Nice fix with the comment procedures
Miscellaneous
Thread ID:
00750828
Message ID:
00750828
Views:
59
Just wanted to highlight a nice fix in VFP 8 in regards to comment procedures. In VFP 7, if you would have the following:
SELECT SYS(15,m.euroansi,Ville) AS City,UPPER(SYS(15,m.euroansi,Ville)) AS City2,;
 COUNT(*) AS Compteur FROM Member WHERE Member.NoPays=lnCountry;
 ORDER BY 3 DESCENDING GROUP BY 2 INTO CURSOR Temp
and add a comment on the first line, such as * as the first character, only the first line would have been turned green. In VFP 8, the entire command is turn green.

I've seen other enhancements like that and that is welcome. Thanks a lot
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