Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BUG? - PEMSTATUS errors when '4' and prop. not exists
Message
From
10/06/2003 16:05:35
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
BUG? - PEMSTATUS errors when '4' and prop. not exists
Miscellaneous
Thread ID:
00798596
Message ID:
00798596
Views:
56
The following 3 commands:
_screen.AddProperty("PrintScr")    && add the property (no error)
? PEMSTATUS(_Screen,'Printscr',4)  && returns .T.
? PEMSTATUS(_Screen,'xPrintscr',4) && gives error re invalid argument
Interestingly the command following run immediately after returns .F.
? PEMSTATUS(_Screen,'xPrintscr',5)
While it may be (don't know) that a property added by AddProperty is not considered to be "user defined", I don't think that using "4" should generate an error.

This occurred in both VFP8 and VFP7SP1. A search of (online) MSKB using "Visual FoxPro 7" and "pemstatus" returned nothing.
Next
Reply
Map
View

Click here to load this message in the networking platform