Hello,
I'm trying to accomplish the following:
FormA is a form that displays records from TableA by virtue of the SourceTable property. FormB runs FormA as RUNMODAL, only I want to filter the records that will be displayed on FormA before I call RUNMODAL on FormA.
How can I do this?
Thank you in advance.
Paul.
0
Answers
FORM.RUNMODAL(FORM::FormA, TableA)
Paul.