Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting values from wrong data session
Message
 
 
To
13/12/2001 11:23:23
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00593878
Message ID:
00594003
Views:
36
>I'm maintaining an application and want to add a label which shows a date plus a number of days. I made a text box with:
>
>this.caption = dtoc(x.date_to + 150)
>
>but it seems to be grabbing a date from another data session.
>
>I even tried using "thisform.txtDate.Value" but that didn't work.
>
>Thanks

Hi Martin,

Add textbox with following properties
ControlSource = (x.date_to + 150)
BackColor = 192,192,192
BorderStale = 0 - None
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform