Note that there are some explanatory texts on larger screens.

plurals
  1. POOutputting 2 lists of data, but keeping them organised IN VB
    primarykey
    data
    text
    <p>This will hopefully be my last question for a while and with what i have gained from yourselves will help me really get on with this project! So... i currently have variosu combo boxes and text boxes being put into a list of strings on FORM2, all blanks ignored then output into list boxes on FORM3. this is my final piece.. combobox 1 will be populated with say "Premium", then textbox 1 will have 4 values "400,500,600,700" then combo box2 with "Cover" and textbox2 "TPO,TPFT,COMP"</p> <p>i want it to look as follows any ---- are just for spacing out as it appears to ignore the spacebar</p> <p><strong>Listbox1</strong> --- | --- <strong>ListBox2</strong><br> Premium ------------ 400<br> -------------------------500<br> -------------------------600<br> -------------------------700<br> Cover-----------------TPO<br> -------------------------TPFT </p> <p>etc etc.<br> what i am getting is </p> <p><strong>Listbox1</strong> --- | --- <strong>ListBox2</strong><br> Premium ------------ 400<br> Cover-----------------500<br> -------------------------600<br> -------------------------700<br> -------------------------TPO<br> -------------------------TPFT </p> <p>there is no relation between the fields and i haven't a clue how to best describe or look-up how to do this, make it output combo box one, then textbox1 split into lines into a second box. then under these the next combo box etc. so i guess combobox + ((Textbox 1 lines -1 value) as blank lines) if i could put pictures up this would be so much easier! darnnn youu reputation!!!!</p> <p>At last i can have pictures!!!!! <img src="https://i.stack.imgur.com/3syD4.jpg" alt="enter image description here"> As you can hopefully see, form 1 is irrelevant at the momemnt (will have no impact on the GUI for form2/3) but you pick various fields in form 2 and they ar mapped to form3 ATM some of the data is being mapped in a strange order. and there is no formatting between list 1 and 2</p> <p>Find below a early concept of Form2 and Form3<img src="https://i.stack.imgur.com/zDTCx.jpg" alt="Form2 and Form3 Early Concept"></p> <p>This is what i am trying to do, the data is lay out in a readable format (and behind the scenes ran through various DROOLS that will morph the data and print the results of this).</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload