Hello, 
I am very curious about the answer to this posted question.
Does this work only if you purchased the Printable server etc?
Would this solution work for just the "software only" version of
Printables?
Can I use this to link to any remote asset manager database?
Thank you,
Leslie


"Build a variable in your JavaScript Globals as such (path to where
your images reside):


if(FusionPro.isMac){
imgPath="servername:Clients:Logos:";
}else{
imgPath="\\\\servername\\Clients\\Logos\\";
}

Then build a graphic rule that you will assign to your FusionPro
Graphic box:

CompanyLogo = CreateResource(imgPath + Field("ID Number") + ".jpg",
"graphic", true);
if (CompanyLogo.exists){
return CompanyLogo;
}else
{
ReportError("!!! MISSING IMAGE: " + Pic);
}  "

--
Users of FusionPro Desktop have unlimited free email support. Contact Printable 
Support at [EMAIL PROTECTED] 
--
View FusionPro Knowledge Base, FusionPro Samples at
www.printable.com/vdp/desktop.htm
--
Don't miss The Printable Technologies 2007 User Group Conference at the Monte 
Carlo Resort and Casino in Las Vegas, March 14 through March 16, 2007. 
For more details or to register, go to 
http://www.traveltrust.com/Forms/pt_signup_2007-3.html
--
You are currently subscribed to fusionpro as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
--


--
Note:  All e-mail sent to or from this address will be received or otherwise 
recorded by the e-mail recipients of this forum. It is subject to archival, 
monitoring or review by, and/or disclosure to someone other than the recipient. 
Our privacy policy is posted on www.printplanet.com
--

Reply via email to