CodeCharge Studio
search Register Login  

Web Reports

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

YesSoftware Forums -> CodeCharge Studio -> ASP

 Sending lables in Email

Print topic Send  topic

Author Message
Rosario


Posts: 54
Posted: 07/14/2005, 5:58 AM

I am trying to do an send mail after update i can do it fine as long as its a textbox that is updatable. I have a lable displayed in the update screen as the ticket number that is also the primary key id but i cannot send thet if i try it sends no info just blank, obviosly because its not a text box but i dont know how else to format it, i have right now:

'Send Email @28-CAB5CC12
With CreateObject("CDONTS.NewMail")
.From = Harris.ADMINEMAIL.Text
.To = Harris.REPORTED_EMAIL.Text
.CC = Harris.ADMINEMAIL.Text
.Subject = Harris.HSERVER.Text + " Update on ticket " +
.Body = "Update: "+ Harris.ADMIN_COMMENT.Text
.BodyFormat = 1
.MailFormat = 0
.Send
End With
'End Send Email
View profile  Send private message
smalloy

Posts: 107
Posted: 07/14/2005, 9:00 AM

Whenever I have this issue I create a hidden field that is updatable, fill the label AND the hidden field so you can accomplish what you need!

Hope this helps,
Steve
_________________
Anything can be done, just give me time and money.
View profile  Send private message

Add new topic Subscribe to topic   


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

MS Access to Web

Convert MS Access to Web.
Join thousands of Web developers who build Web applications with minimal coding.

CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


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