Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grow/shrink a form
Message
From
17/01/2002 15:51:48
 
 
To
17/01/2002 15:41:11
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00606349
Message ID:
00606365
Views:
22
I haven't tested it but I think it's pretty close to:
** Toggle button
IF ThisForm.WindowState = 2
	ThisForm.WindowState = 0
ELSE
	ThisForm.WindowState = 2
ENDIF
>Hi. VFP 7 user. How would I grow a grid to full-form size (by the user clicking on a button) and then shrink it back down to normal size (the same way).
>
>Thanks, Randy
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform