Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where should all my procedure be in?
Message
From
26/05/1998 19:27:39
Mike Yearwood
Toronto, Ontario, Canada
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00101486
Message ID:
00102163
Views:
33
>>Wouldn't it be very messy if I got dozens of procedures? Then I would I lots of files inside the project manager.
>>
>>Can we put it all inside a lib of something like the Pascal or C langage do?
>
>To maximize VFPs Rushmore Technology, developers should follow the requirements to achieve the desired speed. It has substantially documented that functions should be individually save to a file to eliminate putting the PROCEDURE line of code. I mean:
>
>If I have a function CALC_PROC.PRG;
>The program should not have PROCEDURE CALC_PROC line in the actual code, but rather go directly with the routine.
>
>* CALC_PROC.PRG
>
>PARAMETERS blah..
>
>DO coding directly


Rushmore won't be affected by starting prgs with procedure or function, the individual programs will be slow and as a side effect, so will queries that use such prgs.

Mike Yearwood, GE Capital Consulting
Previous
Reply
Map
View

Click here to load this message in the networking platform