DwZone Forum DwZone Forum
Welcome to the DwZone-it Forum
 
  FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups  
    RegisterRegister -->   LoginLogin  
PayPal IPN  
DwZone Forum Index -> PayPal IPN

Moderators: AdministratorsModerators 
Hint: For improved responsiveness, use Internet Explorer 4 (or above) with Javascript enabled, choose 'Dynamic' from the View dropdown and hit 'Set Options' to save your changes.
New Topic Search for
 View     Per page     Messages Since 
Messages 51 to 60 of 76 (Total: 29) First |  Prev |  Next |  Last  
 Subject Author Date  
   Re:IPN Update Order Table  
View this persons public profile  [email protected]   6:15 20 Jun 2007  
   OrderID MMColParam  
View this persons public profile  [email protected]   7:33 18 Jun 2007  
   Re:OrderID MMColParam  
View this persons public profile  gianluigi   12:15 18 Jun 2007  
   Inserting Item_Name in database  
View this persons public profile  [email protected]   5:55 18 Jun 2007  
   Re:Inserting Item_Name in database  
View this persons public profile  gianluigi   10:27 18 Jun 2007  
   do I need to verify  
View this persons public profile  [email protected]   12:41 17 Jun 2007  
   Re:do I need to verify  
View this persons public profile  gianluigi   12:59 17 Jun 2007  
   Re:do I need to verify  
View this persons public profile  [email protected]   13:04 17 Jun 2007  
    capital letter for first and last names.  
View this persons public profile  [email protected]   10:44 14 May 2007  
 
Hi yea,
It would be cool if this code could be added to the extension, thus making sure that the first letter of both the first and last name will be capital.

<% 'this will make the first word in each sentence capital
function proper(str)
proper = ""
aStr = split(str," ")
for i = 0 to ubound(aStr)
proper = proper & ucase(left(aStr(i),1)) & lcase(right(aStr(i),len(aStr(i))-1)) & " "
next
proper = rtrim(proper)
end function
%>


How would I add the above function to the firstname at the moment

"#masterfn#;Rec_invoice2:masterFn|

would I just add proper like this


proper:Rec_invoice2:masterFn


regards

Kenny
 
Reply to this current thread  View this persons public profile  Send Private Message
   Re:capital letter for first and last names.  
View this persons public profile  gianluigi   11:01 14 May 2007  
Last Visit: Friday 17 May, 2024 7:26 pm First |  Prev |  Next |  Last  
 Login
Username:  Password:    
Read Message Read Message   Unread message Unread message
Read message [popular] Read message [popular]   Unread message [popular] Unread message [popular]
Read message [locked] Read message [locked]   Unread message [locked] Unread message [locked]
All times are GMT-2

Jump to: