Ask a Question related to Dreamweaver AppDev, Design and Development.
-
logic #1
Multiple repeat regions on same page from different DB?How
I need to use two repeat regions on same page. Problem is, the data is being
pulled from different
databases?
I uunderstand the tables have to be related for this to work.
Anyone know of any workaround or how to make this work?
Thanks
assigned
logic Guest
-
Repeat regions not working in Contribute
I've got a problem with repeat regions inside templated pages. When in contribute, I can't seem to add a new repeat region by clicking on the plus... -
Nested Repeat Regions
I am using the MX Looper for my Nested Repeated Region, which works well but, where I have data in the child table, the master table is show multpl... -
css and repeat regions
Can anyone offer advice/link on how I can change text formatting and background color using inline css and PHP? Currently I'm using a repeat... -
REPEAT regions with LIMIT
hi, i am working with the Dreamweaver Repeat region. I want to pull 100 record from a query and then view them 10 at the time (10 per page). the... -
URL parameter and repeat regions
has anyone got an idea why when i do a URL parameter to return records containing a certain word from a record and go to a detail page it works fine... -
Julian Roberts #2
Re: Multiple repeat regions on same page from different DB? How
You might want to look at Tom Muck's Nested Recordset extension.
--
Jules
[url]http://www.charon.co.uk/charoncart[/url]
Charon Cart 3
Shopping Cart Extension for Dreamweaver MX/MX 2004
Julian Roberts Guest
-
Joe Makowiec #3
Re: Multiple repeat regions on same page from different DB? How
On 10 May 2005 in macromedia.dreamweaver.appdev, logic wrote:
You mean two separate repeat regions?> I need to use two repeat regions on same page. Problem is, the data
> is being pulled from different databases? I uunderstand the tables
> have to be related for this to work. Anyone know of any workaround
> or how to make this work?
<body>
<div id="nav">
<!-- Nav goes here -->
</div>
<div id="first">
<!-- First recordset -->
<table>
<!-- Repeat region here -->
</table>
</div>
<div id="second">
<!-- Second recordset -->
<table>
<!-- Repeat region here -->
</table>
</div>
</body>
Not a problem (assuming, of course, that the server can handle it);
just create and use a second recordset. In fact, I just looked at a
page where I draw data from three separate databases.
--
Joe Makowiec
[url]http://makowiec.net/[/url]
Email: [url]http://makowiec.net/email.php[/url]
Joe Makowiec Guest



Reply With Quote

