Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Strange problem!
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00059617
Message ID:
00059624
Views:
29
>Dear All,
>
>You're my last hope <g>
>
>I have the following situation. In Init event of grid I instantiate the
>Multiline Tooltip control (taken from Paul Vlad Tatave, many thanks!) as:
>
>=thisform.Addobject([cntMLTooltip],[cls_MLTooltip])
>
>Basically,this control is container itself and consist from a shape, label
>and the timer that is disabled by default. The Interval property is 400 ms
>
>Also, I have in Header class MouseMove event the following code:
>
>thisform.cntMLTooltip.Timer1.Enabled = .t.
>
>And the problem is that VFP gives me an error to this line: No parameter
>statement found
>I checked everything but still have the error. There are no method with
>parameter.
>
>Can anybody give me an advice about this issue?
>
>I'm going to crazy ;(

Vlad, please don't go crazy ;-)

Here's a possible idea: Have you checked in the property sheet or debugger to be certain that your "thisform.cntMLTooltip.Timer1" is the exact name of the control? If you have more than one instanciated, the names may be different - perhaps "thisform.cntMLTooltip1.Timer1" or something similar?

HTH
Barbara
Barbara Paltiel, Paltiel Inc.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform