Click to See Complete Forum and Search --> : Making a rich text box interactive with user


February 17th, 2000, 10:07 AM
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

Cakkie
February 17th, 2000, 10:16 AM
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
slisse@planetinternet.be

The best way to escape a problem, is to solve it.

Kyle Burns
February 17th, 2000, 11:04 AM
Look at the listview control in Report View