Steve: Have you tried looking at the Choose help syntax? If at the r> prompt, you can type HELP CHOOSE, and press the "syntax" button. In the diagram it clearly shows that you would put your positioning (AT 10, 10) immediately after the order and where clause, before your titles.
Karen > You're out of luck, Steve - with v6.5 you get it positioned in the middle > of the screen if I remember correctly. > > v6.5 for DOS may have had the option but you'll need to upgrade in Windows > to be able to position Choose, Dialog &Pause commands. > > Regards, > Alastair. > > > > >> ----- Original Message ----- >> From: Steve Breen >> To: RBASE-L Mailing List >> Sent: Tuesday, November 04, 2008 6:11 PM >> Subject: [RBASE-L] - Need to figure out way to position this properly >> >> >> Working on positioning this: >> >> R>choose vcustcont from #values for ( (LJS(CC_contact, 20)) & >> (lJS(CC_OfficeE t, 5)) + >> &(LJS(CC_Mobile1, 12)) &(RJS(CC_HomePhone, 14)) ) from CustContacts + >> where custnub2 = .This_Custnub2 + >> ORDER BY CC_Order + >> TITLE 'Contact Office Ext Mobile# Home#' >> >> >

