don't know about the CFX tags....  but the other problem, I have seen...

I fixed it by changing:

>  UniqueNumber = FormatBaseN( 100000*(now()), 36 )

to:

UniqueNumber = FormatBaseN( int(1000*(now())), 36 )

(That string is in the application.cfm file)

Basically, I used a combination of shortening the number and cropping off
all decimals with int().  I don't have my fixed code right in front of me,
but I think that was about all I did.

-Cameron

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to