|
-
May 28th, 2000, 03:47 PM
#1
Thread Starter
Hyperactive Member
Is it possible to make a label "multiline" so that it can show multiple values from a database. The label must be one row high. And have scrollbars or a spinner button to change between the values.
Any suggestions?
-
May 28th, 2000, 04:01 PM
#2
Junior Member
If I understood correctly what you want: How bout using the VScroll control, and having the different values in an array. Then the Vscroll.value can be used to get the desired value from the array and put in the label's caption...
Hope thats what you wanted 
-
May 28th, 2000, 04:15 PM
#3
Thread Starter
Hyperactive Member
That may work, but how do i get the values into the array from the database?
The field in the database is a text field and contains several names. The names are sperated with the Enter key. Any ideas to "loop" out the names into an array?
-
May 28th, 2000, 04:36 PM
#4
Junior Member
-=-
What do you mean by several names seperated by an enter key?
Please reply with an example of how the Database info looks like... Anyways, Try using the split command to get the different values... If you give more info I'll be able to help you out a little more
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
|