I’m dealing with a situation on Invoices and Memos entry screen where the Applications tab data is generated from an action, which means that the View.Select() does not return the data. How can I see the records without using View.Select()
Answer
How can I get the records from a data view that are display on a grid without reselecting the records?
Best answer by darylbowman
I found Base.Adjustments.Select() DOES return the records after they had been loaded with Base.loadDocuments.Press();
I don’t quite understand what the .Select() method does, as I thought it re-selects from the database, but apparently not.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.