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

Reply via email to