What's a PDB file? 
Assuming that you meant DBF, and that Data to Display is a One-to-Many relation 
and that the master record in data has a unique Item per record and that 
Display carries that Item on all relevant records..

USE Data    IN 0 ORDER Date
USE Display IN 0 ORDER item

SELECT Display
BROWS LAST NOWAIT

SELECT Data
SET RELATION TO Item INTO Display
BROWS LAST NOWAIT

Now just position both windows side by side, scroll through Data and see 
Display refresh accordingly.



_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: https://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: https://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: https://leafe.com/archives
This message: 
https://leafe.com/archives/byMID/01b601d7b14f$08e4e3f0$1aaeabd0$@wondzinski.de
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to