Hello,
I am currently trying to accomplish the same thing as memorized/recurring transactions in Quickbooks. Basically, I have an invoice screen with a grid that is used for listing any items a customer has purchased. This grid is linked to a table that contains all the information for each item (aptly named 'Item'), so that all that is needed is for the user to start typing the SKU until it appears in a dropdown, clicking on the complete SKU, and then existing actions fill in the rest of the information (product name, short description, price, sale price, etc).
Our company sells a package that contains several products that we offer for a discounted price, so this package is quite popular with our customers who would normally buy these products seperately for full price.
The issue is that entering the information for every product and then checking to make sure it was entered correctly is time consuming, so I am attempting to create a "bundle button" that when pressed will populate the grid with all of the products.
I do not have a good idea on how to accomplish this. The main problem is that I cannot control the focus of the screen, and as a result, I have only made a button that enters information for 1 product. However, this only works if I first click inside the grid so that the textbox is highlighted, and then press the button to populate that row.
Is there any way of going about doing this that I haven't figured out yet? So far I have been using "Enter Value into Field on Screen" and "Retrieve Value From Table", but neither have been particularly useful.