Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.databases.filemaker > #1684

Re: Save As PDF Script Step in FMPro Advanced 11.0v3

From Howard Schlossberg <howard@nospam.fmprosolutions.com>
Newsgroups comp.databases.filemaker
Subject Re: Save As PDF Script Step in FMPro Advanced 11.0v3
Date 2014-01-29 08:48 -0800
Organization FM Professional Solutions
Message-ID <lcbbda$mfa$3@news.motzarella.org> (permalink)
References <07f0be08-038f-4da7-90da-4b9e44a29097@googlegroups.com>

Show all headers | View raw


On 1/29/2014 7:36 AM, JayBee wrote:
> Hello
> Trying to save a recrod as a pdf to one of the shared folders on our server machine.  Filename is a variable.
>
> System is windows:
>
> I have defined my variable with name: $filename in a preceding scriptstep as follows:
> "freetext"&TableName::Field Name&"freetext"&Get ( CurrentTimeStamp )
>
> Path I have used is: filewin://SERVERNAME/FolderName/$filename
>
> Error message we get is:
> "filename" could not be created on this idsk.  Use a different name, make more room on the disk, unlock it or use a different disk."
>
> The network administrator informs me that this volume is fully accessible and read writable so shouldn't be an issue there.

If you are using a variable for the filename or path, the Save/Export 
dialog can only include the protocol (i.e. file: or filewin:) and the 
variable name. (The protocol can be either entered directly in this 
dialog or can instead be part of your variable's value.)

If you are trying to use "filewin://SERVERNAME/FolderName/$filename" in 
the save/export window, then it will literally try to save a file named 
"$filename", which is probably an illegal name with the dollar sign.

You should instead set a variable named $filepath and set it to the full 
path and file name:

"filewin://SERVERNAME/FolderName/" & $filename

Back to comp.databases.filemaker | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Save As PDF Script Step in FMPro Advanced 11.0v3 JayBee <Jennifer_Beecroft@hotmail.com> - 2014-01-29 07:36 -0800
  Re: Save As PDF Script Step in FMPro Advanced 11.0v3 Howard Schlossberg <howard@nospam.fmprosolutions.com> - 2014-01-29 08:48 -0800
    Re: Save As PDF Script Step in FMPro Advanced 11.0v3 JayBee <Jennifer_Beecroft@hotmail.com> - 2014-01-30 00:34 -0800
      Re: Save As PDF Script Step in FMPro Advanced 11.0v3 clkaufmann@gmx.ch (Christoph Kaufmann) - 2014-01-30 10:11 +0100
      Re: Save As PDF Script Step in FMPro Advanced 11.0v3 Erik Appeldoorn <ursus.kirk@gmail.com> - 2014-01-30 10:45 +0100
  Re: Save As PDF Script Step in FMPro Advanced 11.0v3 JayBee <Jennifer_Beecroft@hotmail.com> - 2014-01-30 02:19 -0800
    Re: Save As PDF Script Step in FMPro Advanced 11.0v3 Erik Appeldoorn <ursus.kirk@gmail.com> - 2014-01-30 11:58 +0100
      Re: Save As PDF Script Step in FMPro Advanced 11.0v3 JayBee <Jennifer_Beecroft@hotmail.com> - 2014-01-30 08:47 -0800
        Re: Save As PDF Script Step in FMPro Advanced 11.0v3 Erik Appeldoorn <ursus.kirk@gmail.com> - 2014-01-31 11:09 +0100
          Re: Save As PDF Script Step in FMPro Advanced 11.0v3 Erik Appeldoorn <ursus.kirk@gmail.com> - 2014-01-31 11:18 +0100
            Re: Save As PDF Script Step in FMPro Advanced 11.0v3 JayBee <Jennifer_Beecroft@hotmail.com> - 2014-02-11 04:55 -0800
              Re: Save As PDF Script Step in FMPro Advanced 11.0v3 Erik Appeldoorn <ursus.kirk@gmail.com> - 2014-02-11 15:21 +0100
    Re: Save As PDF Script Step in FMPro Advanced 11.0v3 clkaufmann@gmx.ch (Christoph Kaufmann) - 2014-01-30 12:10 +0100

csiph-web