Lookup Tables - putting image in the Display Field #1

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
Teessider66
User
Posts: 7

Lookup Tables - putting image in the Display Field #1

Post by Teessider66 »

Good evening,

I am using an index field to look up some values to display in Display Fields #1 etc.
I can display text in the field which describes the object, but would prefer to display the image of the object so the users can select the correct one more easily.

However, the image field (stored as a BLOB) is not an option in the Display Field#1. Is is possible to get an image in the lookup?


arbei
User
Posts: 9356

Post by arbei »

Create a database view that contains the image path and the link field and use that view as the lookup table.


Post Reply