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:
00902075
Views:
20
Additionally: the statement like
select a, ;
 b, ;
  c ;
   d, ;
    from mydb!table1 ;
     into cursor curjjj     && generate an error,  but next does not:

select a, ;
 b ;
  c, ;
   d ;
    from mydb!table1 ;
     into cursor curjjj 

* but it creates only three fields, field a, field b having alias c, and field d.
So probably you have some other stuff in the select statement that somehow hide the error.


>I compiled it explicitely with COMPILE myfile.prg after your suggestion. It still does not catch that syntax error.
>Thank you for your suggestion.
>
>Dawa
>>In your first post you mentioned "when I save the program". Could you compile it after that to see whether something is wrong with the compilation?
>>
Previous
Reply
Map
View

Click here to load this message in the networking platform