Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
WindowType Readonly error
Message
De
26/03/1998 10:40:11
Mark Hall
Independent Developer & Voip Specialist
Keston, Kent, Royaume Uni
 
 
À
26/03/1998 10:29:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00087285
Message ID:
00087295
Vues:
26
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform