Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Simple Q about a 'datasource' for a textbox
Message
From
19/02/2002 10:41:30
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00620359
Message ID:
00621949
Views:
25
Hello Randy,

Sorry for the delay in my reply...I took a couple of days off.

Did you add a property called dateRange to your form?

>
>There's a problem in this code:
>
>>* init() method of form
>>lparameters loDateRange
>>
>>if vartype(loDateRange) == "O"  && do some error checking
>>	<b>this.dateRange</b> = loDateRange
>>else
>>	error "Invalid parameter passed to form"
>>endif
>>
>>* unload() method of form
>>return <b>this.dateRange</b>
>
>"this.dateRange" throws an error: Property DATERANGE not found.
>Obviously you told me to do something, and I don't understand what I have to put where to make it perform.
>
Steve Gibson
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform