|
-
Jan 19th, 2000, 07:42 AM
#1
Thread Starter
New Member
Hi!!
I have a problem....
I want to make multilines in an item in a listbox....
Can I do that and how???
------------------
Greetings Quizzarex Stargaze )
ICQ: 60064288
E-Mail: [email protected]
-
Jan 19th, 2000, 07:50 AM
#2
Frenzied Member
want to make an item span lines? Why don't you just put 3 additem methods in your loop? Like this:
Data1.Recordset.MoveFirst
Do until EOF
list1.additem x 'first line
list1.additem y 'second line
list1.additem z 'third line
Data1.Recordset.MoveNext
Loop
You might want to add a separator line or something, made of hyphens or underscores.
Have I missed the point? I hate when I do that...
[This message has been edited by HarryW (edited 01-19-2000).]
-
Jan 19th, 2000, 08:11 AM
#3
Thread Starter
New Member
To HarryW and who there read this:
That was my solution, but the problem is when I want to mark one I Forexampel:
1
2
3
It only mark the one i ckick at and i cannot find a way to mark all the item there are related and i do not want to separate each "multiitem"... Of course it is the easiest way to do it.
But thanks anyway :
Another problem is that i want separate the each "multiitem" color For exampel by gray and White...
Can I Do That???
------------------
Greetings Quizzarex Stargaze )
ICQ: 60064288
E-Mail: [email protected]
-
Jan 19th, 2000, 08:17 AM
#4
Frenzied Member
I've done the multiline thing before, but I wasn't so fussy. I just had it so that you chose one line out of the three, and that was enough to select a record.
-
Jan 19th, 2000, 08:33 AM
#5
Thread Starter
New Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|