If this is your first visit to our forums, welcome!
A question was asked on the forum about the best way for a view and a dialog to communicate. What is the best way to pass data back and forth between views and dialogs? Lets say I have a custom dialog (not a lookup) that I want to use to get information from the user. Maybe there is more than one item of data that need to be returned, like an X and a Y coordinate. How do I make it so that multiple views in my program can query this dialog and get the information ...