Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can't see what changed
Message
From
05/07/2001 16:04:22
 
 
To
05/07/2001 15:35:03
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00527148
Message ID:
00527171
Views:
30
The problem with the semi colon is that VFP puts the line back together when it compiles, so if you have something like:
SELECT Field1,;
Field2;
FROM;
MyTable
you'll get errors because there are no spaces where they belong. If you indent the additional lines, you won't have a problem. This has always been the case. They're just providing a warning about it in VFP7.

PACK, RECALL, CALCULATE, SET FILTER and BLANK now support specifying the workarea or table alias by using the IN clause. For example
PACK IN MyTable
>I've read quite a bit of the new VFP 7 documentation referred to here a while back.
>
>I must say that the new format looks like it's going to be much much more user-friendly than the old stuff was! In a way it looks like they took a few queues from Hacker's.
>
>I saw that CALCULATE, PACK and RECALL are noted as changed, but for the life of me I can't see any difference from the old write-ups. Can someone say what the new stuff is?
>
>Something possibly dreadfully dangerous to backward compatibility caught my eye. Deep into the SQL-Select write-up is a simple statement:
>
> " Note Be sure to include the space immediately preceding each semicolon. Otherwise, you'll receive an error. "
>
>I've gotta believe that beta testers can confirm/deny this.
>
>Answers??
>
>JimN
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform