Tom Consider arrange
This is what the help file says as sample EDIT USING SalesTransactions + ARRANGE InvoiceHeader BY TransID ASC, + ARRANGE InvoiceDetail BY DetailNum ASC, + ARRANGE Employee BY EmpLName ASC, EmpFName ASC,+ ARRANGE Contact BY ContLName ASC, ContFName ASC + ORDER BY CustID The soenodary file are ordered by the arrange option Gunnar Ekblad Kontema IT AB Hästholmsvägen 32 S-131 30 NACKA SWEDEN +46 070 545 50 38 [EMAIL PROTECTED] -----Ursprungligt meddelande----- Från: [email protected] [mailto:[EMAIL PROTECTED] För Tom Frederick Skickat: den 4 april 2008 18:36 Till: RBASE-L Mailing List Ämne: [RBASE-L] - Order for a slave scroll Started adding a scroll within a form for a slave table. The data is entered elsewhere and the scroll is simply informational. A button is included to allow the user to go off to the detail if they want. Works great and the users like it. Two questions: 1. Is there a way to use the ORDER BY command for that slave based scroll? 2. Can there be more than one unrelated slave scroll, each using separate ORDER BY commands in the same form? Unrelated slave scrolls without ORDER BY work fine, but getting separate ORDER BYs to work is tapping the edge of my current understanding in R:Base V8. Tom Frederick Elm City Center 1314 W Walnut Jacksonville, IL 62650 Off - 217-245-9504 Fax - 217-245-2350 Email - [EMAIL PROTECTED] Web - www.elmcity.org

