Larry, Thanks for the response - another problem solved. (Where else do you get help like this ?)
Much appreciated - thanks also Javier for your reply. (I had the table refresh, but the REFRESHLIST was the key to my 'problem'.) Regards John Docherty -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Lawrence Lustig Sent: Friday, March 25, 2005 9:19 AM To: RBG7-L Mailing List Subject: [RBG7-L] - Re: DB Lookup Listbox > 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 -- No virus found in this incoming message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.8.1 - Release Date: 23/03/2005 -- No virus found in this outgoing message. Checked by AVG Anti-Virus. Version: 7.0.308 / Virus Database: 266.8.1 - Release Date: 23/03/2005
