close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

nested repeat regions

Thread began 4/20/2011 2:29 am by acaciasd344844 | Last modified 4/29/2011 7:35 am by acaciasd344844 | 4492 views | 7 replies

acaciasd344844

Not sure what you mean

This is the code for the second repeat region...

mysql_select_db($database_midas0001, $midas0001);
$query_Recordsetdisplayproducts = sprintf("SELECT * FROM products WHERE invoiceid = %s ORDER BY productid", GetSQLValueString($colname2_Recordsetdisplayproducts, "int"));
$Recordsetdisplayproducts = mysql_query($query_Recordsetdisplayproducts, $midas0001) or die(mysql_error());
$row_Recordsetdisplayproducts = mysql_fetch_assoc($Recordsetdisplayproducts);
$totalRows_Recordsetdisplayproducts = mysql_num_rows($Recordsetdisplayproducts);

and this is the code for the first repeat region...

mysql_select_db($database_midas0001, $midas0001);
$query_Recordsetmultiprint = "SELECT *, DATE_FORMAT(datecreated,'%d %M %Y') as printdate FROM invoice LEFT JOIN customers ON customers.customerid = invoice.invoiceid LEFT JOIN products ON products.invoiceid = invoice.invoiceid LEFT JOIN preferences ON customers.prefid = preferences.prefid WHERE invoice.print = '1' group by invoice.invoiceid";
$Recordsetmultiprint = mysql_query($query_Recordsetmultiprint, $midas0001) or die(mysql_error());
$row_Recordsetmultiprint = mysql_fetch_assoc($Recordsetmultiprint);
$totalRows_Recordsetmultiprint = mysql_num_rows($Recordsetmultiprint);?>

So, do you mean add the two codes together within the php brackets like so...

mysql_select_db($database_midas0001, $midas0001);
$query_Recordsetmultiprint = "SELECT *, DATE_FORMAT(datecreated,'%d %M %Y') as printdate FROM invoice LEFT JOIN customers ON customers.customerid = invoice.invoiceid LEFT JOIN products ON products.invoiceid = invoice.invoiceid LEFT JOIN preferences ON customers.prefid = preferences.prefid WHERE invoice.print = '1' group by invoice.invoiceid";
$Recordsetmultiprint = mysql_query($query_Recordsetmultiprint, $midas0001) or die(mysql_error());
$row_Recordsetmultiprint = mysql_fetch_assoc($Recordsetmultiprint);
$totalRows_Recordsetmultiprint = mysql_num_rows($Recordsetmultiprint);mysql_select_db($database_midas0001, $midas0001);
$query_Recordsetdisplayproducts = sprintf("SELECT * FROM products WHERE invoiceid = %s ORDER BY productid", GetSQLValueString($colname2_Recordsetdisplayproducts, "int"));
$Recordsetdisplayproducts = mysql_query($query_Recordsetdisplayproducts, $midas0001) or die(mysql_error());
$row_Recordsetdisplayproducts = mysql_fetch_assoc($Recordsetdisplayproducts);
$totalRows_Recordsetdisplayproducts = mysql_num_rows($Recordsetdisplayproducts);?>

as i cant see it making a difference or have I got the wrong end of the stick.

sorry for being such a numskull

thanks

john

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...