Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compiler does not catch this syntax error, bug?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00901990
Message ID:
00902085
Views:
18
Dawa,

Get rid of the & macros all together:
select filenum, ;
      a, ;
      b, ;
      c, ;
      d ;
   from (lpcAlias) ;
   into cursor curTemp nofilter ;
   where id = m.lpnid
>
>*bug.prg
>LPARAMETERS m.lpcAlias,m.lpnid
>		SELECT &lpcAlias..filenum ;
>			&lpcAlias..a, ;
>			&lpcAlias..b ;
>			&lpcAlias..c, ;
>			&lpcAlias..d, ;
>			FROM  &lpcAlias ;
>			ON &lpcAlias..id = m.lpnid;
>			INTO CURSOR curTemp NOFILTER
>
>
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform