Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Minor problems in VFP8
Message
From
12/11/2002 10:47:10
 
 
To
12/11/2002 10:35:12
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00721610
Message ID:
00721622
Views:
10
1) If you have DOEVENTS() coded, this could cause the error. VFP8 changed the syntax to make it a command instead of a function, so now DOEVENTS (without parens) is what's to be coded.

2) Your STRTOFILE, I hazard, has never worked in any version of VFP. VFP has never accepted a "&&" string part in any part of a command, clause or operand. You should be able to beat this in a few ways, one being "&" + "&".....

cheers

>Hello,
>
>i encountered minor problems when trying to rebuild or change a VFP 7 project in VFP 8
>
>some forms can't be edited! a messagebox saying: "syntax error" pops up when i do "Modify form ..." (it's not me .. the same happens when i click "modify" in project manager)
>
>further it crashes out with the same message when i try to instantiate the forms in the compiled version with a plain "DO FORM ..."
>
>anyone had similar experiences/problems and maybe a fix?
>
>ahh .. there was another strange error i encounterd:
>
>? STRTOFILE("&&Blalalalal","somefile.txt",1)
>
>crashes .. seems to have problems with the "&&"
>
>Regards
>
>Christian
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform