Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to do forms through .prg files and in forms?
Message
From
25/05/2001 14:58:29
Kishor K
KPIT Cummins Infosystems Ltd.
Pune, India
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
How to do forms through .prg files and in forms?
Miscellaneous
Thread ID:
00511673
Message ID:
00511673
Views:
49
Please help me on the following :

1. How do i launch a form in .prg files? I did the following :

do form SomeFormName
read events
*its not returning from the form
*i mean the following is not printing even
*after the form is closed with
*close button.
?'Wont be prnited'

The form does not seem to return to .prg after i
close the form with close button.

2. How do i launch a form from withing another form?
Like the following is in click event of a button on form :

procedure click
*
* some code to validate user
*
if UserValid
release thisform
do form TheNextDesiredForm && is this how am i to launch a form?
read events && need help on this.
else
* invalid user error message
endif

my question is, how do i launch the next desired form in the
uservalid module?

3. how do i add menu to any form? can i not add menu to anyform?

4. how do i hide the foxpro screen and give my forms the whole control?

I am an expereinced foxpro 2.6 programmer (8 years) also i understand strong OO as being Sun Java certified. Also RDBMS is fine due to Oracle. Kindly guide me on these basic problems of mine. I will be grateful. I am stuckup in one of my very important project on the above issues. HELP.
- Kishor K
Next
Reply
Map
View

Click here to load this message in the networking platform