#21147 - 07/10/09 05:22 AM
dynamic image from network share
|
Junior Member
Registered: 02/22/07
Posts: 8
Loc: Germany
|
Hello, I hope anyone can help me. I
|
Top
|
|
|
|
#21148 - 07/10/09 08:48 AM
Re: dynamic image from network share
|
Anonymous
Unregistered
|
Hi Elmo2k, Yes it is possible, in the path field of your image object, simply put the path to the image after an equal (=) sign. Note that it should be a string value so here are different possibilities and syntax you might use:
='x:\\mynetwork\\path\\here\\myimage.pdf'
(note that all backslashes must be doubled in a presstalk field)
=&MyImagePathandName (variable of type string that contains the path AND image name)
='x:\\mynetwork\\path\\here\\'+&MyImageName+'.pdf'
(Here you have a static network path with image name as a variable, but the variable doesn't have the extension) These 3 examples should cover all your needs and questions. You might need something a bit different, but the examples should allow you to understand how to adjust the expressions to match your needs. Regards, Olivier
|
Top
|
|
|
|
#21150 - 07/13/09 02:11 AM
Re: dynamic image from network share
|
Junior Member
Registered: 02/22/07
Posts: 8
Loc: Germany
|
Hi, thanks for your answers. Unfortunately, it didn
|
Top
|
|
|
|
#21152 - 07/14/09 01:06 AM
Re: dynamic image from network share
|
Junior Member
Registered: 02/22/07
Posts: 8
Loc: Germany
|
Hello,
how can I set the form to run locally? How can I use a specific user to get the dynamic ressources from the network? Can I do that with PlanetPress???
I don
|
Top
|
|
|
|
#21154 - 07/14/09 09:24 AM
Re: dynamic image from network share
|
Junior Member
Registered: 02/22/07
Posts: 8
Loc: Germany
|
|
Top
|
|
|
|
#21156 - 07/14/09 10:52 AM
Re: dynamic image from network share
|
Anonymous
Unregistered
|
Hi Elmo2k,
When you say your forms are processed on a printer, do you mean they are stored on the printer's hard drive? If so, you can still use dynamic images, but they will need to be stored on the printer as well. Then, you simply have to put the image's name in the image object path.
You cannot access external resources from a printer. They need to be in the printer along with the form. If you have too many images and/or too big images to store on your printer, then there is no solution I can think of.
Regards,
Olivier
|
Top
|
|
|
|
|
|