![]() |
Sergey Kornilov admin 11/11/2013 |
http://xlinesoft.com/asprunnerpro/docs/inserting_button.htm |
G
|
gonzalosb author 11/11/2013 |
i try that, actually the code im using is from that page using the example # 2 but it looks like that code is not completlly coorect because on the example use "sendmail(email,etc)" when is " sendmail email, etc" without "()" so i dont know what else can be wrong. |
![]() |
Sergey Kornilov admin 11/11/2013 |
Try to find if button's code produces any errors. Check this article and post results here: |
G
|
gonzalosb author 11/13/2013 |
found few problems. DoAssignment record, button.getNextSelectedRecord()
"\r\n" what i believe is PHP phrase and not ASP so is not doing the function it suppose to but i can not found a substitution for ASP for this code
|
G
|
gonzalosb author 11/14/2013 |
email_msg= "List of records"
|
![]() |
Sergey Kornilov admin 11/14/2013 |
On sending HTML email: |
G
|
gonzalosb author 11/14/2013 |
On sending HTML email: http://xlinesoft.com/asprunnerpro/docs/runner_mail_function.htm
dim tmpDict
|
![]() |
Sergey Kornilov admin 11/15/2013 |
I'm afraid I don't follow. How do you want to send that email from the View page? Are you talking about adding a button there? |
G
|
gonzalosb author 11/19/2013 |
OK!! i have it almost solve!!!
strValue = replace(strValue, ",", "
|