Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Coding in prg instead of inside forms ?
Message
From
21/08/2000 23:02:17
 
 
To
21/08/2000 22:26:41
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00407229
Message ID:
00407601
Views:
32
>I would like to maintain/view all code in one prg instead of using the editing method inside the form which I can't jump back/and forth with a place

You can code all of your classes and forms in a .PRG file, you just have to give up on usoing the Visual Tools to maintain the code - no drag and drop, etc for creating and maintaining the form, just like you could hand-code screens in FPDOS/FPW. The use of the non-visual environment is entirely feasible; some classes can't be subclassed except through programmatic means (subclassing the Session object is one example).

If you have a form now and would like to maintain it as code, you can always open the form with the Class Browser and use that to save the form and all it's component objects in source code through the View Source option. Once exported as source, there's no convenient way of going back to the visual development environment.
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform