Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
PEMSTATUS() bug or anomaly of subclassed pages?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Novell 6.x
Database:
Visual FoxPro
Divers
Thread ID:
00963637
Message ID:
00963653
Vues:
9
Thanks Marcia! That should do the trick. I'm still confused as to why PEMSTATUS() says there's a Width property on my page when everything else says there isn't. Have you seen that behaviour before?

>Why not work around the problem like this:
>
>
>lparameters oControl
>WITH oControl
>  *--- Save Width
>  IF PEMSTATUS(oControl,"Width",5) AND !PEMSTATUS(oControl,"nOrigWidth",5) AND NOT( LOWER( oControl.BaseClass ) == [PAGE] )
>    .AddProperty("nOrigWidth", .Width)
>  ENDIF
>  ...
>ENDWITH
>
>
>Shipping is a feature < s >.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform