Is it possible to launch a database file resource from a form - if so how?
I have a .pdf document in my database as a file resource. I want to have a button on a form that will open the .pdf in acrobat reader.
I am thinking this might be possible with:
@Command([Execute];"Acrobat.exe";"?"
But as you can see, I am not sure how to reference the file resource?
Any suggestion on how to complete this or a better way to do it?
I have a .pdf document in my database as a file resource. I want to have a button on a form that will open the .pdf in acrobat reader.
I am thinking this might be possible with:
@Command([Execute];"Acrobat.exe";"?"
But as you can see, I am not sure how to reference the file resource?
Any suggestion on how to complete this or a better way to do it?