Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Lame
Message
From
04/04/2002 11:33:20
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Lame
Miscellaneous
Thread ID:
00640930
Message ID:
00640930
Views:
46
sorry to be so lame, but here is the problem:


DEFINE WINDOW FRED AT 0,0 SIZE 120,70 ;
TITLE 'Fred' NOFLOAT NOCLOSE NOMINIMIZE ;
COLOR RGB(,,,192,192,192) NAME 'FRED'
MOVE WINDOW FRED CENTER
ACTIVATE WINDOW FRED
STORE SPACE(30) TO mNAME,mADDRESS,mCITY
@ 1.0,2 SAY 'Name:' GET mNAME
@ 2.0,2 SAY 'Address:' GET mADDRESS
* MANY MORE ENTRIES HERE...
@ 100.0,2 SAY 'City:' GET mCITY
READ



ok - so this creates a big window that wont fit on the screen and allows the user to enter in data into the fields. what i would like to do is put that large window into a smaller one that fits on the screen and has scroll bars that let you run up and down the larger one, moving it up and down so you can get to the different data entry points. i also dont want to use the form designer, but i will if it makes it work! :-)

if anyone has any ideas i would LOVE to see em.

- thanks - ken
Next
Reply
Map
View

Click here to load this message in the networking platform