Now if sorting the information in a scrolling region was as easy. I've been playing around trying to use a bit button to sort the region while the form is open. Haven't quite found the trick yet.The region is a secondary table.
Jan -----Original Message----- From: Lawrence Lustig <[EMAIL PROTECTED]> To: [email protected] (RBG7-L Mailing List) Date: Thu, 24 Mar 2005 13:18:34 -0800 (PST) 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 >
