0
Global image signature field
How can the contents of a image signature field be made global, so the same image appears across all records in a table, but is only saved once?
2 replies
-
You can create a "signature" table and a relation to the record. That said.. it sort of defeats the purpose of "signing" something to authenticate that you reviewed / approved it.. :)
-
Create a seperate table with an image field. You can access this image like this:
–––
first(select 'Table Name').'Image Field Name'
–––
Birger
Content aside
- 5 yrs agoLast active
- 2Replies
- 1231Views