This topic is locked

can you help me in this code

9/18/2011 8:55:48 AM
ASPRunnerPro General questions
M
mr. zx author

Hi All
i create this code in list page before record is processed :
If CDate(data("monitordate"))> Now() then

dim tmpDict

set tmpDict = CreateObject("Scripting.Dictionary")

tmpDict("to")="k.shaffei@alahli.com"

tmpDict("subject")="Hi dear"

tmpDict("body")="Hello there" & vbcrlf & "Best regards"

set ret=runner_mail(tmpDict)

if not ret("mailed") then

response.write ret("message")

end if

end if
it's work fine but i need this code like send email with a new data in list page before record is processed
regards,

M
mr. zx author 9/26/2011

any reply

Sergey Kornilov admin 9/26/2011

I would ask you to post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.