CodeCharge Studio
search Register Login  

Web Reports

Visually create Web Reports in PHP, ASP, .NET, Java, Perl and ColdFusion.
CodeCharge.com

YesSoftware Forums -> Archive -> GotoCode Archive

 How To Implement?

Print topic Send  topic

Author Message
feha
Posted: 02/17/2002, 2:29 PM

I would like to know how to implement in to existing examples of CC some more functions as Forgot password (send by e-mail) and while ordering in Bookstore should be good if both parts would get e-mail notifications...
Is this possible to implement in CodeCharge as a modules or templates in to easy generate the code the same way it does now....
This should be not used only for Bookstore but for other projects too?!
(I know how to do this by handcoding, but i would need to know how to use this with in projects as ready modules?)
Thank You in Advance
Andrew B
Posted: 02/17/2002, 6:11 PM

If you know how to implement it by hand-coding, it should be simple enough to make it into a module. Just set up a file /include/mail.asp and include that in the custom includes or in the head section of the page. Then stick all your mail related functions in there.

We use two different mail objects depending on the deployment server (ABmailer and the basico CDONTS) so it's a bit trickier for me. Still, formatting and sending a message isn't too hard. To do the lost password thingy is pretty simple.

Just create your record form, and on the before insert/update/whatever do your dlookups to verify their identity and then format and send a mail message. That should do it just fine, and is how we work it. If you only want it to be sent after verification.

This is always going to be custom code since there is far too much variation dending on server and too many custom objects.

I still would like to know exactly what you are trying to modularize.
feha
Posted: 02/17/2002, 10:29 PM

I'm doing it in PHP.
I'm new to CodeCharge.
I would like this feature in CodeCharge...
(I'm coding in PERL too http://www,vision.to/cgi )
I will try to come up with solution to it...
Nicole
Posted: 02/18/2002, 5:45 AM

Feha,
such features like forgot password and email require some manual coding in CC events. The solution for forgot password is to import the whole page to your project and leave proper forms only. Do not forget to change field and variable names.
As for email you should add code manually.

   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Internet Database

Visually create Web enabled database applications in minutes.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.