Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Where should all my procedure be in?
Message
De
26/05/1998 19:27:39
Mike Yearwood
Toronto, Ontario, Canada
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00101486
Message ID:
00102163
Vues:
35
>>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform