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.


Reply via email to