|
-
February 17th, 2000, 11:07 AM
#1
Making a rich text box interactive with user
I currently use a rich text box to return queried information from the database and present to the user. One of the things that my user needs to do is print labels for example. Currently I make them print labels for each record or print for one. They would like to be able to skim through and select the records they would like to print. I don't think this is possible using a rich text box. I thought of loading the record number into a combo box then letting them add it to an array by selecting the record from the combo box. I would prefer however if there is someway to just select mulptiple entries from a rich text box or some other control and then just use that info to process the request.
Thanks in advance,
SGRECO
-
February 17th, 2000, 11:16 AM
#2
Re: Making a rich text box interactive with user
You can use a listbox and set the style of the listbox to checkboxed, this way there will be a checkbox in front of every item (record). The user can then easely select the records he want.
Tom Cannaerts
[email protected]
The best way to escape a problem, is to solve it.
-
February 17th, 2000, 12:04 PM
#3
Re: Making a rich text box interactive with user
Look at the listview control in Report View
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
|