Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
AddProperty Method Error
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00149402
Message ID:
00149439
Views:
23
>Using VFP 6. In my efforts to defeat the TabStop on a page of a pageframe, I am attempting to use the addproperty method in the INIT of a page:
>if vartype(This) = "O"
>   This.AddProperty("TabStop", .f.)
>endif
>
>The ever-so-helpful error message I get at runtime is Property "TabStop" does not exist. Duh! That is precisely why I am trying to add it. Ultimately, I do not know if this will work, but I would like some enlightenment as to why this property is not being added.
>
>TIA.

Mark,

It seems to block that property name. It works fine if the name is lTabStop. I think this is a bug because the AddProperty call returns .T. indicating that the property was added when in fact it wasn't.
Previous
Reply
Map
View

Click here to load this message in the networking platform