Hello,
I have been playing around with the opportunity hook and loading data into my form without using any ODBC functionality.
The problem is when I try to call .SaveData on max control objects to update the changes made on the form, the changes are not being made.
I am getting a return value of 0 which apparently either means successful or no error code returned?
I am just wondering if my only option is to forget about max controls for opportunities all together and ise ODBC within the hook for all of my opp manipulation?
I have also tried using normal vb controls and GetFieldValue / SetFieldValue. GetFieldValue is able to grab the current value of that field, yet SetFieldValue is once again not saving it within that hook?
Thanks
Ryan.
Original Post