web viewer syntax

3 messages Options
Embed this post
Permalink
Salman Maidan-3

web viewer syntax

Reply Threaded More More options
Print post
Permalink
Hello Experts,

WinXp

FMPA10


 What would be the correct syntax to specify in the web address to get the
web viewer to open a PDF file. Here is what I have:


 The path to the folder holding the PDF documents is: D:\BCAA\ANTR OPS\ANTR
PDF\

the PDF document name resides in a field called “Regs::filename”


 I can not get the syntax right to get the file to open in a web viewer.

This is what I have tried but obviously I am way out as it gives an error.


 “file://D:\BCAA\ANTR OPS\ANTR PDF\ Regs::filename&.&pdf”


 Can someone please help


 Salman
_______________________________________________
FMPexperts mailing list
[hidden email]
http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au
Bart Bartholomay

Re: web viewer syntax

Reply Threaded More More options
Print post
Permalink
First thing I'd check is the last part of your concatenation and  
change it to:

“file://D:\BCAA\ANTR OPS\ANTR PDF\" & Regs::filename & ".pdf”

Bart

Bart Bartholomay
HAB Marketing
3725 8th Lane
Vero Beach, FL 32960
772.299.6352
http://HABMarketing.com



On Jun 27, 2009, at 11:04 AM, Salman Maidan wrote:

Hello Experts,

WinXp

FMPA10


What would be the correct syntax to specify in the web address to get  
the
web viewer to open a PDF file. Here is what I have:


The path to the folder holding the PDF documents is: D:\BCAA\ANTR OPS
\ANTR
PDF\

the PDF document name resides in a field called “Regs::filename”


I can not get the syntax right to get the file to open in a web viewer.

This is what I have tried but obviously I am way out as it gives an  
error.


“file://D:\BCAA\ANTR OPS\ANTR PDF\ Regs::filename&.&pdf”


Can someone please help


Salman
_______________________________________________
FMPexperts mailing list
[hidden email]
http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au

_______________________________________________
FMPexperts mailing list
[hidden email]
http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au
Bart Bartholomay

Re: web viewer syntax

Reply Threaded More More options
Print post
Permalink
In reply to this post by Salman Maidan-3
Let's try this one, Salman:


"“file://D:\BCAA\ANTR OPS\ANTR PDF\\" & Regs::filename &".pdf”


Bart

Bart Bartholomay
HAB Marketing
3725 8th Lane
Vero Beach, FL 32960
772.299.6352
http://HABMarketing.com



On Jun 27, 2009, at 11:04 AM, Salman Maidan wrote:

Hello Experts,

WinXp

FMPA10


What would be the correct syntax to specify in the web address to get  
the
web viewer to open a PDF file. Here is what I have:


The path to the folder holding the PDF documents is: D:\BCAA\ANTR OPS
\ANTR
PDF\

the PDF document name resides in a field called “Regs::filename”


I can not get the syntax right to get the file to open in a web viewer.

This is what I have tried but obviously I am way out as it gives an  
error.


“file://D:\BCAA\ANTR OPS\ANTR PDF\ Regs::filename&.&pdf”


Can someone please help


Salman
_______________________________________________
FMPexperts mailing list
[hidden email]
http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au

_______________________________________________
FMPexperts mailing list
[hidden email]
http://lists.ironclad.net.au/listinfo.cgi/fmpexperts-ironclad.net.au