Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
WindowType Readonly error
Message
From
26/03/1998 10:40:11
Mark Hall
Independent Developer & Voip Specialist
Keston, Kent, United Kingdom
 
 
To
26/03/1998 10:29:54
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00087285
Message ID:
00087295
Views:
25
We encountered this problem at the same time as upgrading to VFP 5a so naturally I assumed the upgrade to be the cause.

It seems that in 5a WindowType is readonly at runtime (certainly the manual says that it's readonly once the form has been displayed).

The work around that we have, is to use the show method for optionally modal forms.

IF ThisformShouldBeModal
THISFORM.Show( 1)
ELSE
THISFORM.Show()
ENDIF

Regards
Mark
Regards
Mark

Microsoft VFP MCP
Menulib - OO Menus for VFP www.hidb.com/menulib
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform