SpeedyGonza
Technical User
I'm working with the Item Maintenance form in GP7.5 and we need to be able to allow user to see a list of Manufacturer Part Numbers and pick one from this list.
The toolbox in Modifier has a scrolling window control but it is disabled, and Extender doesn't seems to suit my needs (don't know how to link a detail form to the Item Maintenance form), so I've resorted to creating my own form in VBA.
I have used VBA to create a form and placed a datagrid that retrieves the manufacturer info from a table. Is there anyway I can add a custom column with a radio button on to this grid, such that when this button is selected the Manufacturer Part Number can be pass back to the Item Maintenance form (this Part Number will be displayed in a text box).
I understand that Item Manufacturer Part Numbers is available for GP8.0 but unfortunately we're not upgrading to that version for a while.
Thank you kindly.
The toolbox in Modifier has a scrolling window control but it is disabled, and Extender doesn't seems to suit my needs (don't know how to link a detail form to the Item Maintenance form), so I've resorted to creating my own form in VBA.
I have used VBA to create a form and placed a datagrid that retrieves the manufacturer info from a table. Is there anyway I can add a custom column with a radio button on to this grid, such that when this button is selected the Manufacturer Part Number can be pass back to the Item Maintenance form (this Part Number will be displayed in a text box).
I understand that Item Manufacturer Part Numbers is available for GP8.0 but unfortunately we're not upgrading to that version for a while.
Thank you kindly.