Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Method Code in a Table Row/Record?
Message
De
11/05/2000 00:00:06
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00368358
Message ID:
00368413
Vues:
17
>I was thinking it would be fairly cool to keep code for some methods in a memo field in a table. Then I could change/debug without re-compiling everything.
>Has anyone done this before? Can it be done? How would I execute the code once it was in the field (eval())?

Yes, the FoxPro team has actually done this, but instead of DBFs, they gave them extensions like SCX and the memo files are SCTs ;-)

It would work like what Erik said, COMPILE, but it would probably be slower than mallasses.

I think you should take another look at your development environment, do you keep rebuilding an EXE or APP after you make a single change ot a form or something? What works better is just running the main.prg instead of the app, then it uses the files on disk as it is, not the ones compiled into an EXE or APP.

Or am I off base?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform