Hello. I am using LibreOffice 7.5.8 with Firebird interface on a Windows 11 desktop.
.
For each record in my form (named MainForm), I have:
- a text field (txtMyPDF) that contains the path of a related PDF file stored on my computer.
- a text field (txtMyURL) that contains the URL of a related website.
.
I am trying to add two push buttons (pbGetPDF and pbGetURL), one beside each text field that, when pushed, would open either the PDF file in my default pdf viewer or the URL file in my default browser.
.
Under the “General” tab of the Push Button, there is an “Action” section for which I can choose “Open document/web page”… BUT I don’t understand how to point the push button to the pathway listed in the appropriate text fields (txtMyPDF or txtMyURL).
.
Any help would be greatly appreciated!