Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need advice in design
Message
From
22/03/2000 08:57:26
Mike Yearwood
Toronto, Ontario, Canada
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00348171
Message ID:
00348832
Views:
20
Hi Nadya

I have to agree with Ed. If you keep functions in separate files, you would only need to know the name of the function in order to edit it. You could copy the code to a temporary cursor with a memo field and use an edit box to edit it. Save the memo field back as a file ... recompile ONLY THE CHANGED .prg instead of the entire procedure file (which is faster!). Further, you can edit these and recompile them outside of your app more easily. You'd have to keep these .PRGs outside of the main .EXE file., but you must be doing that to the procedure file now.

Hope that helps.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform