Have the OrdDetl (which I assume is a scrolling region) be driven off a view which is defined as sorted. See below:
create view OrdDetl (EMP_NAME,SSN) as sel emp_name ssn from custmstr order by emp_name.  If underlying table is indexed correctly, should perform quite nicely.

 
Gary G. Schwartz
Corporate Technology, Inc.
Web Development/Database Programming
212-239-3900
www.CorpTechUSA.com
[EMAIL PROTECTED]
----- Original Message -----
From: Dick
Sent: Thursday, December 19, 2002 5:27 PM
Subject: [RBASE-L] - Sorting in a form

Have a form (OrderEdt) we use to edit orders.. 2 tables..
 
OrdHead
OrdDetl
 
Runs from a view (OrdView)
 
How can I edit using OrderEdt and sort the rows in the lower table (OrdDetl) ?   Is that possible?
 
Thanks,
 
Dick Fey

Reply via email to