Hi Folks
This is my first post on this forum, so please go easy on me. I'm relatively new to AwareIM, but I have one problem which is driving me mad and I'm hoping someone has surely come across it before. I'm running AwareIM 8.6. Also, apologies if someone has already covered this, however I could not find any similar looking posts on this forum.
I have BO (called ProductItems) with a 'form' which contains a number of fields. Further down that form is a dynamic combobox which runs a query as follows...
FIND CreditBankHeader WHERE
CreditBankHeader.AccountNumber=ThisProductItems.Opportunity.AccountNumber
AND CreditBankHeader.Status='OK'
AND CreditBankHeader.Type='Contract'
AND CreditBankHeader.Unit=ThisProductItems.Unit
AND CreditBankHeader.OrderedOnOppConNumber=ThisProductItems.Opportunity.OppConNumber
Initially on the form load, 'ProductItems.Unit' is blank and thus the query for the combo box fails and loads nothing, as expected.
I've since come to the conclusion that Dynamic Combo queries only run on Form Load. Is this correct?
If I change the value of 'ProductItems.Unit', how can I get the combobox to refresh its list based on the updated value of ProductItems.Unit?
Thank you in anticipation.
Andy