close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

can't select Recordset Loop, it is grayed out

Thread began 11/23/2010 1:03 pm by kevin389160 | Last modified 8/27/2015 12:31 pm by Ray Borduin | 3306 views | 15 replies |

kevin389160

can't select Recordset Loop, it is grayed out

What do I need to do to select Recordset Loop? It allows me to select Enter Value and From File but not Recordset Loop. Why? I have a recordset already setup, but it is just always grayed out. Please help.

Sign in to reply to this post

Jason ByrnesWebAssist

can you send a copy of your page please.

Sign in to reply to this post

kevin389160

This is a copy of the page that I trying to set the Recordset Loop on in CSS Form Builder 2. I wanting to set it on the (TO) field of the email form.

I uploaded a copy in a doc format called "email form.doc"

Sign in to reply to this post

Jason ByrnesWebAssist

you're message does not have an attachment to it

Please add the php page to a zip archive and attach the zip file to the message.

Sign in to reply to this post

sharon39426

I can't select recordset loop either

the field is greyed out. was this ever resolved? thanks.

Sign in to reply to this post

Jason ByrnesWebAssist

send a copy of your page please.

Sign in to reply to this post

sharon39426

Thanks I figured it out.

I had to create the whole behavior first, then go back and edit it for recordset looping. Worked fine.

Sign in to reply to this post

jdjackson

My Recoredset Is Grayed Out

I can get the email to work for one record but not the entire record set. I am using DW CS6 and Create Email from Data Bridge.

I have attached my page.

Thanks for your help...John

Attached Files
SendNote.zip
Sign in to reply to this post

Ray BorduinWebAssist

That is because Universal Email isn't updated to work with MySQLi recordsets yet.

You can do it by manually adding code above the email but below the recordset to create an array like:

php:
$colArray = array();

      for ($x=0; $x<sizeof($rsMSQLiEmailList->Results); $x++) {
        $colArray[] = $rsMSQLiEmailList->Results[$x]["ToEMail"];
      }



Then update where it sets the recipients on line 27:
$RecipArray[$CurIndex ][] = "".((isset($_POST["ToEMail"]))?$_POST["ToEMail"]:"") ."";

to:
$RecipArray[$CurIndex ] = $colArray;

Sign in to reply to this post
Did this help? Tips are appreciated...

jdjackson

NEW ERROR

Must not have placed code in correct location. I have attached the error message and the page.

Thanks..John

Attached Files
SendNote2.zip
Sign in to reply to this post
loading

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...