Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form Maximize
Message
From
29/03/2000 17:21:26
 
 
To
27/03/2000 10:36:43
Amit Abhangrao
Charmi Software Exports
Mumbai, India
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00350735
Message ID:
00352434
Views:
12
> I have set form's windowstate property to 2. but still my form doesnot get maximised. What can be the reason.

Are you Maximizing the form while its not visible? Do you have code setting focus to an object as well? For example, run this code in the Init() of a form with a Text1 on it:

this.windowstate =2
*this.text1.setfocus()


It should work, but when you uncoment the second like, nothing. Do you get these results?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform