Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP and menus for my app
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
VFP and menus for my app
Miscellaneous
Thread ID:
00005648
Message ID:
00005648
Views:
73
In my 2.6 app I had a menu with access to 8 or 9 major
functions. How do I setup my VFP app now?
Are menus objects? Do I create one gigantic class that
represents the whole app and define a single object as
that class?

oMyApplication = CREATEOBJECT("topform")
oMyApplcation.show
read events

DEFINE CLASS AReallyHugeClass AS form

...ADD OBJECT..(hundreds of objects)
...every single attribute of my entire application...

...PROCEDURE ...(hundreds of procedures)
....every single mathematical and DB manipulative
operation in my application...
ENDDEFINE

Or.... should I keep my 2.6 menu structure and create
large classes of each major function. Then CREATEOBJECTs
from each major class? How do I execute the forms created
from each major class in my 2.6 menu:

on selection bar 1 of mypopup (what do I do?)

Thanx for any help!
John
John Morga
Sr. Manager Information Systems
Applications Development Group
Systems Engineer
Telephonics Corporation
http://www.telephonics.com
Next
Reply
Map
View

Click here to load this message in the networking platform