Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PEMSTATUS() bug or anomaly of subclassed pages?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Novell 6.x
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00963637
Message ID:
00963651
Views:
8
This message has been marked as the solution to the initial question of the thread.
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 >.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform