close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

Quirky repeat region issue

Thread began 6/06/2012 10:41 am by rgolab68503 | Last modified 6/06/2012 2:53 pm by rgolab68503 | 603 views | 2 replies |

rgolab68503

Quirky repeat region issue

hi there,

I have been building a Order history admin section and have a bit of an issue on the Order_details page. The information seems to transfer over OK from the search page However as soon as i add a repeat region to the the individual items table it knocks out any data below.

1. For example Order_Detail_no_repeat.JPG shows the results with all the data however only one line of the orders.
2. Order_Detail_w_repeat.JPG shows the results with the repeat region showing correctly however all the data below is now not being picked up.

Any ideas?

I have supplied the files with the repear region and one without if that helps give any clues. Any direction on this would be appreciated.

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

Jason ByrnesWebAssist

the problem is that after looping through the recordset to show the details, the recordset pointer is at the end where there is no data, you need to reset the pointer back to the first record.


after the repeat region code, add the following code to reset the recordset to the first row:

php:
<?php

mysql_data_seek
($WADAorders0);
$row_WADAorders mysql_fetch_assoc($WADAorders);
?>
Sign in to reply to this post

rgolab68503

Quirky repeat

That did it, Thank you.

Sign in to reply to this post

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