Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Moving record pointer in listbox
Message
From
05/12/1997 09:13:04
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00063997
Message ID:
00063998
Views:
45
>Hi, I was flustered in attempting to have a listbox scroll down thru some records(ccpay98.dbf) and have an adjacent editbox display the matching records from another dbf, linked, of course, on a common field.
>Using "THISFORM.MYEDITBOX2.VALUE=STR(CCPAY98.TOT_COST)" works only to display the dbf the listbox is using.

When you scroll down, you didn't change Listbox.Value yet. It will happen only if you click on another item, then Listbox.Value will change and you can fire Thisform.Editbox.Value=... from Listbox.InteractiveChange event.
Edward Pikman
Independent Consultant
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform