> Is there anything else I should be doing when the new row is entered in the
> RATES table to make the match work for the Lookup Listbox ?

After you take any action that changes the table used for the lookup in the
listbox, you must refresh the list box in code.  To do this, assign a component
ID to the list box, for instance lbRateInfo.  Then issue:

PROPERTY lbRateInfo REFRESHLIST 'TRUE'

--
Larry

Reply via email to