Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Link GP tables to a button and execute proc in vb Button_onClick

Status
Not open for further replies.

aj200100

Programmer
Jul 28, 2009
4
US
I have added a button to a card and am trying to link tables to my new button field, but not sure how to link gp tables to a field. Then once I do that I want to add the table's field's to parameters for a stored proc that is executed on the button's On_Click Event. I have my stored procedure set up in the onclick event to take input parameters. I just need to figure out how to link gp table's to the field and how to add these new table fields to the parameters in my procedure. Any help would be greatly appreciated. Thanks in advance.
 
Dexterity (and hence GP) does not have the ability to link tables to fields.

You can just read the values you need from the window fields.

David Musgrave [MSFT]
Escalation Engineer - Microsoft Dynamics GP
Microsoft Dynamics Support - Asia Pacific

Microsoft Dynamics (formerly Microsoft Business Solutions)


Any views contained within are my personal views and not necessarily Microsoft policy.
This posting is provided "AS IS" with no warranties, and confers no rights.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top