Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with DO procedure
Message
From
09/02/2001 15:27:45
 
 
To
09/02/2001 14:16:54
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00474552
Message ID:
00474592
Views:
12
Marc,

Any luck if you remove the ENDPROC statements (they are basically redundant *if* you code a return at the end of the first).

Any chance that you have commented a continued statement above the PROCEDURE statement? Thaqt would do it too.

Good luck,

JimN

>I have in the same PRG file the declaration of two procedure, and at the top
>the call of one of that procedure. But I get the error message "File MyProcedure1.prg does not exist". I tried to add before the DO command a SET PROCEDURE TO but nothing works.
>
>DO MyProcedure1
>
>PROCEDURE MyProcedure1
>...
>...
>ENDPROC
>
>PROCEDURE MyProcedure2
>...
>...
>ENDPROC
Previous
Reply
Map
View

Click here to load this message in the networking platform