Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Subclassing the DTPicker
Message
From
02/05/2004 00:34:50
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00900121
Message ID:
00900131
Views:
19
>>
>>>Open class vfpdatepicker from vfpdatepick class library (ignore two errors) in Class Designer and change values for StatusBarText and ToolTipText properties to ="" or reset them to default.
>>
>>I'm struggling with it and haven't won yet. Setting those properties to nothing or "", or "a string" with or without quotes still will not allow opening the class without warning messages.
>>
>>VFP7 gives no problem.
>>
>>BTW, I've noticed a similar syntax error message that did not let me open a form after using cursor adapter builder and setting a datasource to vfpdatabase.myconnection in property sheet. That resulted in .datasource = (vfpdatabase.myconnection) in generated code.
>>
>
>Right click on each property and select Reset to default or put
=""
(equal sign, double quote, double quote) as value.

First of all, adding equal sign, double quote, double quote did not work. However, using the same trick I used with the dataenvironment and mentioned above, did allow to open the class without error messages, but the form still refuses to MODI FORM.

Check what VFP8 saves in property field of class in this case. It insists on adding parentheses around whatever developer places in property sheet. What does ToolTipText = (" ") mean? Is that the same as EVAL(" ")?

Thanks for the help.

Alex
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform