listbox

Kenneth Brody kenbrody at bestweb.net
Sat May 1 15:47:16 PDT 2004


GCC Consulting wrote:
> 
> I had want to present a listbox using 2 columns for selecting a month based on
> 12 months
> Jan-Dec.
> 
> I dim mon(12)(3,uplow) and used.  Note m is the month to be highlighted.
> 
> sl=listbox(mon,"","","","","6","2",m)
> 
> Based on the documentation, I expected this list box to be centered and have 6
> rows and 2 columns.
[...]

Height and width are in characters, so a width of "2" is not wide enough.

-- 
+-------------------------+--------------------+-----------------------------+
| Kenneth J. Brody        | www.hvcomputer.com |                             |
| kenbrody at spamcop.net | www.fptech.com     | #include <std_disclaimer.h> |
+-------------------------+--------------------+-----------------------------+



More information about the Filepro-list mailing list