OH pashaw!
I hope & Pray, then --- I shoot it. KISS Sincerely, Paul D -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of James Bentley Sent: Tuesday, August 25, 2009 10:26 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Re: variable lookup combo box with mutiple columns "Do you have a real name or shall we refer to you as "Center for Vocational Building Technology"?" Good one Razzak!! I note that the persons email address is "hope@". Maybe the person just want's to remain anonymous. It would be nice to use a name :). Jim Bentley American Celiac Society [email protected] tel: 1-504-737-3293 ----- Original Message ---- From: A. Razzak Memon <[email protected]> To: RBASE-L Mailing List <[email protected]> Sent: Tuesday, August 25, 2009 5:32:36 AM Subject: [RBASE-L] - Re: variable lookup combo box with mutiple columns At 12:22 AM 8/25/2009, Center for Vocational Building Technology, U wrote: >I can only see 3 of them even with the width of the box extending across >the whole screen. It seems that there is a lot of empty space between the >text of one column and the next column. I'd like to try to set the width >of each column. I tried putting =20 after one column name; it didn't have >any affect. The font is already pretty small. Do you have a real name or shall we refer to you as "Center for Vocational Building Technology"? In your specific situation, you will need to use an expression to specify the exact width of all involved columns in a multi-column Variable Lookup ComboBox. Example: ((LJS(LastName,16))&(LJS(Address,20))&(LJS(City,16))&(CTXT(BirthDate))) Using such approach, make sure that you are using the mono-spaced font such as: Font: Courier New Font Style: Regular Size: 8 For more example, take a look at the forms included with Running R:BASE Your Way! (Part 14). You may also find more examples at From The Edge: Sample Applications: http://www.razzak.com/sampleapplications/ Very Best R:egards, Razzak.

