This worked great, thanks!
-- Norman Williams III Customer Service Department / WINK Administrator PROGRESSIVE GRAPHICS Print - Mail - Online Fulfillment - Design 2860 Crusader Circle - Virginia Beach, Virginia 23453, USA Toll Free: (888) 948-2196 - Ph: (757) 368-3321 - Fx: (757) 368-3421 Our Mission is ...To provide quality printing Services, a pleasant experience, and an unrivaled value for our customers and associates. Celebrating 31 years of service to Hampton Roads and beyond. > -----Original Message----- > From: Bruce Granath [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 24, 2007 12:59 PM > To: FusionPro Users Forum > Subject: [fusionpro] RE: Text field caps rule > > Norman, > > Try this.... Create a text rule similar to the one below where "Name" is > the variable you are going to create and (in this case) "Fname" has the > text field data you want to convert. You can just copy and past this > into an empty rule and then substitute your variable and field names. > Then just insert the rule in the frame. > > Name =ToUpper(Field("FName")); > return Name; > > Bruce > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > Sent: Wednesday, October 24, 2007 9:59 AM > To: FusionPro Users Forum > Subject: [fusionpro] Text field caps rule > > I'm having some difficulty getting a rule to work, with the intention of > converting the entered text from a field to all CAPS. > Modified rule I'm using is below: > > return '<uppercase>'+Field("Name")+'</uppercase>' > > I've dropped this rule into the F.P. frame in place of the actual "Name" > variable, but to no effect. Am I missing some code, or just using it > incorrectly? Seems like this one should be easy to figure out, but I > have little familiarity with javascript. > > +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- > FusionPro 5.0 Now Available! > > > Variable text on a curve and soft drop-shadows for variable text > > > LIMITED TIME upgrade offer of $299 per license for current customers: > http://fusionpro.printable.com/store/upgrade > > New licenses available for $599 each at: > http://fusionpro.printable.com/store/ > > All FusionPro 5.0 customers to receive FusionPro 5.1 with Adobe Acrobat > 8 and InDesign CS3 support when released for FREE. > +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- > -- > 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 > -- > > > +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- > FusionPro 5.0 Now Available! > > > Variable text on a curve and soft drop-shadows for variable text > > > LIMITED TIME upgrade offer of $299 per license for current customers: > http://fusionpro.printable.com/store/upgrade > > New licenses available for $599 each at: > http://fusionpro.printable.com/store/ > > All FusionPro 5.0 customers to receive FusionPro 5.1 with > Adobe Acrobat 8 and InDesign CS3 support when released for FREE. > +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- > -- > 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 leave-fusionpro- > [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 > -- +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- FusionPro 5.0 Now Available! Variable text on a curve and soft drop-shadows for variable text LIMITED TIME upgrade offer of $299 per license for current customers: http://fusionpro.printable.com/store/upgrade New licenses available for $599 each at: http://fusionpro.printable.com/store/ All FusionPro 5.0 customers to receive FusionPro 5.1 with Adobe Acrobat 8 and InDesign CS3 support when released for FREE. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- -- 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 --
