Bill, I agree with your suggestion but I think his challenge is that he is trying to do this in 6.5 ++. I'm just sitting back watching cause I have no idea how to help him achieve his goal in that version.
Jan -----Original Message----- From: "Bill Eyring" <[EMAIL PROTECTED]> To: [email protected] (RBASE-L Mailing List) Date: Wed, 05 Nov 2008 10:51:33 -0500 Subject: [RBASE-L] - RE: Need to figure out way to position this properly Steve How about creating a form with a variable lookup listbox or variable lookup listview ? In the On After Start eep put the following positioning property commands; PROPERTY RBASE_FORM top 200 PROPERTY RBASE_FORM LEFT 400 Just change the corrdinates for the position you want Alternatively, look at Help for Dialog with Lookup. Hope this helps. Bill Eyring From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Steve Breen Sent: Tuesday, November 04, 2008 1:11 PM To: RBASE-L Mailing List 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#' Thanks for any help

