jerrym
Posts: 52
|
| Posted: 01/22/2007, 10:06 PM |
|
was hoping someone could give me a little insight into implementing the following:
i have an editable grid (table QuoteDetails) that has a listbox (datasource products table pk ProductsID) when the user selects from the listbox it populates it with a ProductsID & also populates other fields in the grid, this works fine. what i'd like to do now is to also show an image when for each row of the grid when the user selects from the listbox, however i dont want to actually store any data in the QuoteDetails grid. is this possible?
the products table does not store the actual image, just the location. The Products record form gives the user a file upload facility to upload images.
i tried adding an image component from the Forms tab but it doesnt give me an option of a datasource to configure a where clause to hook up with the recently selected ProductsID from the listbox. could anyone assist thanks.
|
 |
 |
|