I have a combobox field, i want to show a list of value from two @DbColumn formula. How to display that two lookup value on a combobox field.
Subject: Combobox
For the “choices” property of the combo box field, use “:” to combine the two @DbColumn results.
Some thing like this :
@DbColumn(“”;“”:“INVENTRY.NSF”;“Inventory On Hand”;2) : @DbColumn(“”;“”:“INVENTRY.NSF”;“Inventory On Hand”;3)
Hope this helps.
Regards,
Bharat
Subject: RE: Combobox
Thank Bharat,that is what i want.