Arg81
Well-known member
Hi All,
In one of my apps I have a documentation field. This is where the user would browse (using OpenFileBrowser) and select a document that they want to use for that record.
However, I've expanded on this as they may require more than one document, from different folders.
I have replaced my link label with a listbox, and when I browse to a document and select it, it is successfully added to the listbox. When I doubleclick that item, I have got it working so that the document opens.
My problem now lies with binding this listbox to the database Documentation field.
I want each item in the listbox to appear in the database field, not just the SelectedItem.
Is this possible?
Cheers,
Luke
In one of my apps I have a documentation field. This is where the user would browse (using OpenFileBrowser) and select a document that they want to use for that record.
However, I've expanded on this as they may require more than one document, from different folders.
I have replaced my link label with a listbox, and when I browse to a document and select it, it is successfully added to the listbox. When I doubleclick that item, I have got it working so that the document opens.
My problem now lies with binding this listbox to the database Documentation field.
I want each item in the listbox to appear in the database field, not just the SelectedItem.
Is this possible?
Cheers,
Luke