Hello Pete,

Create an empty text rule and insert the following logic:
 

 

var re = /(\w+)\s(\w+)/;

var str = Field("FullName");

var newstr = str.replace(re, "$1");

return(newstr);

 

regards,
Alex

-----Original Message-----
From: Pete Pickslay [mailto:[EMAIL PROTECTED]
Sent: Friday, March 09, 2007 12:27 PM
To: FusionPro Users Forum
Subject: [fusionpro] First name from full



I am not very well versed in java script and am wondering if there is a way to 
create a rule to return just the first name from a full name field (like 
fullname = John Smith to fullname returns John).

 

Peter Pickslay

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


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