PDA

View Full Version : Job Doc's in Fx60



kevin stone
10-29-2008, 07:37 PM
Hi all
I am trying to keep all of the sop's and drawings in the Fx60 so that the user
can push a button on the graphic and have a pdf open.
I have the pdf driver loaded but no luck
any help is greatly appreciated
Thanks
Kevin

jogas
10-29-2008, 09:28 PM
Hi all
I am trying to keep all of the sop's and drawings in the Fx60 so that the user
can push a button on the graphic and have a pdf open.
I have the pdf driver loaded but no luck
any help is greatly appreciated
Thanks
Kevin

I'm no FX expert, but isn't that a Tab link in your graphics? I know we did it in Vykon (AX).

jogas
10-29-2008, 09:28 PM
Sorry, duplicate post. Damn home wireless delay.

kevin stone
10-29-2008, 09:35 PM
Tab link?

jogas
10-29-2008, 09:54 PM
Tab link?

Here's a start.
See attached file.

digo
10-29-2008, 10:35 PM
You can place the pdf in any folder within the station. No need for the pdf driver. Add a value binding to a bound label in your px page, and use the hyperlink field to point to the pdf file via the file ord chooser. File links on a local station will have the ^ sign in the beginning of the path. e.g. file:^px\test.pdf
When you click on the link in a browser, you should be prompted to open or save the pdf.
pdf files cannot be viewed from within workbench.
hope this helps,
-Digo

Chris_Worthington
10-30-2008, 09:30 AM
Depending upon how much info you are trying to provide them with, you can also store stuff on a server somewhere and hyperlink out to that ;)