I am trying to create in Quote Entry like what is in Order Entry’s header tab for selecting contact info for the Sold To and ShipTo
I have copied all the combo boxes and textboxes used in Order Entry as well as their respective properties. It works sort of but there are issues with the refreshing of the combos when changing from one Quote to the next. ie. the selected Contact stays even after selecting new quote and different SoldTo. The data associated with the combo is changed but the combo is not refreshed to show the new data.
I can’t seem to make the Phone and Fax textboxes populate with the phone numbers based on the selection in the combo.
I have tried creating a combo just to select the phone number which when I select the phone number the phone number textbox does update but with the contact number (CustCnt.ConNum).
This is the settings of the textbox
This is the settings of the PhoneNumber combo test
I am not sure if this is possible or what I may be missing to make this work just like Order Entry.
Any help would be appreciated
Thanks