RE: Modifier With VBA from Another Window
Hi John,
1. You have your own Sales Transaction Entry window modified with modifier and VBA code.
2. You have 3rd party Alternate Sales Transaction Entry window with custom fields on the window.
Task: you want some fields from 2nd window to 1st one.
There are 2 ways to do this task. First one is to find the name of tables those custom fields are saving, most probably they will be find in 3rd party custom tables by adding code in existing VBA you can read those values in your modified window. For this you have to create fields through modifier and then drop them on the window and fill them by vba code.
But keep remember that in this way you will only be reading the existing values , you will not be able to save or update the values in custom fields.
Another option is just do the modifications in 3rd Party alternate sales transaction entry window as you did in your sales transaction entry window and past the vba code, so your modification will be there as well as all the 3rd part product functionality will be available, which you don't need to care about. And there will not e more coding. You just need to mark alternate modified sales transaction Entry window in security.