This topic is locked

Email All Child-record

9/29/2011 5:50:47 AM
PHPRunner General questions
D
doykoes author

Dear all,

I need a solution to my problem
On parent record there are 5 parent child records

I make the "send email" button.
How can so that when I select the parent-record, then I can send emails to all child-record ..?

if anyone is willing to give me help (script example)..?
Regards

D
doykoes author 9/29/2011



Check this article: http://xlinesoft.com/phprunner/docs/email_selected_records.htm


Thank you very much..

another question is,

how can i send email to all child record ..?

My parent-record is containing attachment file,

i want send it (attachment file) to all email in the address in child-record.

So when i selected parent record, and push button "send e-mail", all my child-related-records received the e-mail.
Thak you again

Regards

C
cgphp 9/29/2011

In the server tab of the button query all the records from the details table where the parent_id is the id of the selected record. More info about button here: http://xlinesoft.com/phprunner/docs/inserting_button.htm