Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Really excluding stuff
Message
From
15/11/2000 17:37:05
 
 
General information
Forum:
Visual FoxPro
Category:
Project manager
Miscellaneous
Thread ID:
00442350
Message ID:
00442378
Views:
7
>I'm still not following... If in my code I have this:
>
>DO dummy
>
>and I have a .prg with this:
>
>PROCEDURE dummy
>...
>ENDPROC
>
>How does VFP know to run dummy.prg instead of the subprocedure called "dummy"?
>
>Thanks,
>
>Michelle
>

No you don't have it named the same as the function, that's your problem. Name it something entirely different and just have as many FUNCTIONs/PROCEDUREs in it that you want to do this for. Kind of like an empty procedure file, except you don't do SET PROCEDURE TO.


>
>>Nope, because all the dummy one is actually doing is satisfying the Project Manager that the function exists. That's why you mark the DUMMY.PRG to be excluded. That way it will actually look on the disk for your code.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform