Link to home
Start Free TrialLog in
Avatar of fieldb1
fieldb1Flag for United States of America

asked on

Display dataset data on a different form

I have an MDI app with multiple child forms. The main child form is like a summary form, and I would like to be able to make a selection in a treeview on a different form and have the specific table records display in Master / Detail form on the summary form.

I'm having trouble binding the controls, though. I've tried a number of methods of sending the selected node.text to the summary form's binding source, but at runtime nothing happens. I'm was trying to avoid any unnecessary code at this point so that a prototype could be ready by tomorrow. THis is a big holdup. Any help is appreciated.
Avatar of Nasir Razzaq
Nasir Razzaq
Flag of United Kingdom of Great Britain and Northern Ireland image

What code are you using?
ASKER CERTIFIED SOLUTION
Avatar of Nasir Razzaq
Nasir Razzaq
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of fieldb1

ASKER

I wasn't referencing the form correctly. Thanks.