Skip to main content
Announcements
SYSTEM MAINTENANCE: Thurs., Sept. 19, 1 AM ET, Platform will be unavailable for approx. 60 minutes.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Open file from diagram table column

Hi!

I have a client who's requesting the possibility to open an invoice from one of the diagram (where type is set to table) columns, by clicking on the "i" icon that usually appears at the top right of a listbox, where you to use the "Info LOAD" statement.

I've been unable to figure out who to do this, and am currently using an additional listbox component which uses the "Info LOAD" statement previously mentioned, like this:

Info LOAD
   InvoiceNumber,
   Filename
Resident
   Invoices;

Preferably the client would like to be able to open up invoices directly from the column in the diagram though.

Any suggestions on how to implement this would be much appreciated!

Kind regards,

Robert

0 Replies