Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

loosing non base table itens values when navigating

Status
Not open for further replies.

carolinaof

Programmer
Oct 1, 2001
26
BR
I have a form with 2 blocks: one master and one detail. When I navigate in the master block I loose the values of the items that are not base table items in the detail block. How can I preserve the values entered in those items while navigating in the master block?

Thanks in advance for help.
 
If you navigate to another record in master block, the detail block is cleared before requerying. You may write your own repopulating logic instead of that generated by Forms, or place non basetable items to the separate block.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top