Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Nice fix with the comment procedures
Message
From
07/02/2003 17:40:24
 
 
To
07/02/2003 16:43:59
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00750828
Message ID:
00750846
Views:
23
Wait till you see some of the error messages, where it acutally identifies the file it can't open, or the object it can't release, etc.

BOb


>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform