Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to Create Multi Column List Box?

Hi,

Any one help to create multi column list box.

** Please provide source file ur using fr explaining here. Because i'm using personal edition, Unable to open QVW files.

So, if somebody could help I really appreciate.

Thanks in advance..

Sub2u

12 Replies
Gysbert_Wassenaar

Disable the option Single Column for the field(s) in the multibox and enable the Limit Drop-down to option and set it a N lines where N is any number larger than 0 (and smaller than the number of unique values of the field).


talk is cheap, supply exceeds demand
Not applicable
Author

Hi,

Is this possible in List Box Object.. i'm trying to display in list box..

Sub2u.

Not applicable
Author

see the steps in following imagesample3.png

Not applicable
Author

Hi,

                                                                

StateUfcSales
APHyd10000
APKNL2000
KABGLR24000
KAMGLR10300
KADVNG9800
APKDP7200
APTPT5100
MHMUM31000
MHPUN20400
MHNGP26200

This is my Data..I'm trying to display State in List Box..while clicking State ..that respective UFC's will display..

Thanks in advance...

Sub2u

SunilChauhan
Champion
Champion

take a field in list box

and in expression you could write another field of that list box.

Sunil Chauhan
Gysbert_Wassenaar

Add a list box for Ufc. Select a State in the State list box and in the Ufc list box you will see the respective Ufc values for that the State value you selected..


talk is cheap, supply exceeds demand
Not applicable
Author

Enclosed is a file that contains two possible solutions.

1) Is a table box showing just two columns

2) Two Multicolumn list box one for State and the other for UFC , the UFC list box only shows whenever a state has been selected, hope that helps Sub2a

Not applicable
Author

Sorry, I just read that you had PE.

solution 1:

Step 1: Create a list box on State, define it as not single column and arrange at top or wherever you want

Step 2: Create a list box based on Ufc , similiar define it as multi column (unckech single column) and arrange it at one side.

Step 3. Go to Properties on the Ufc list box -> Presentation and Layout -> Condition type GetSelectedCount(State)>0  , this will make the Ufc list box appear just whenever a State has been selected

Solution 2:

Just create a regular Table box with two columns , uncheck Caption and that's it

Not applicable
Author

This how the two solutions would look like Sub2a