Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Requery a BizObj
Message
From
06/11/2000 11:04:35
 
General information
Forum:
Visual FoxPro
Category:
The Mere Mortals Framework
Miscellaneous
Thread ID:
00438343
Message ID:
00438358
Views:
11
>Is there a way to requery a cursor other than the InitialSelectedAlias?
>
>For example, a combobox is tied (RowSourceType is 6-Fields) to the last cursor in a BizObj/DataEnvironment. Issuing a requery in the PostRequeryHook of the BizObj only requeries the InitialSelectedAlias and does not load the combobox. Is there a way to requery the last cursor? Or do I need to create a new dataenvironment?
>
>Thanks for any help or insight.
>
>Bob

Bob,

In the PostRequeryHook put:

=requery("v_yourlookup")

That should take care of it.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform