I am trying to create a bulleted list with thee Bullets. Each bullet 
> is variable and uses the OnRecord Start rule to call data from an external
> database. The call for the database works but I am having A bit of a 
> formatting problem. I have pasted my JavaScript for one bullet
> below:
> 
> var y = Field("PR_HANDSET");
> var x = Dir.FindRecord("PR_HANDSET", y); var Value_1 = Dir.GetFieldValue(x,
> "PR_BULLET_1");
> 
> return "<z newsize=\"7.75\">" + "<leading newsize=\"130\">" + "<color 
> name=\"Green\">" + "<f name=\"Wingdings\">" + "n" + "<f name=\"45 
> Helvetica Light\">" + Value_1; Else
> 
> return ""
> 
> The “n” is the letter that is used to create a square bullet using the 
> Wingding font. The first problem I am having is that when a field in the
> external database is empty the “n” character is still displaying. Is there a
> way to suppress this character too when there is no data in the field.

Any help is appreciated.

Thanks,
Richard.

--
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

--
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