Ask a Question related to Dreamweaver AppDev, Design and Development.
-
logic #1
Strange Include problems: Repeat regions will Not workwith include file
I have a strange problem. I have an Index.asp page and on that page I have a
poll that is displays. This poll is located in a sub folder, so to call the
poll, I simply use <include\mypoll\poll>, (just a regular include synthax. TThe
poll includes a repeat region that repeats the questions that's all.
On my index.asp page (Home Page) that this poll is displayed on (as an
include) I have a repeat region that lists announcements from another DB. (poll
is in different DB).
Problem is:
For some reason, only the poll or the repeat region for my announcement can
function at any given time.
That is, if I include the announcements (repeat region) The poll will not
show. (display) and no errors are thrown, just white space. Only one of the
repeat regions work at any given time.
BUT if I do two repeat regions that don't have any include files, it works
fine, so the problem is not that two repeat regions can not function on same
page. SO my question is, what is wrong here and how do I get around it?
Thanks,
assigned
logic Guest
-
error when try to include file with repeat regions
Is it possible to include a file (.cfm) with repeat regions? If i do, both the main and included file does'nt work during editing. All the repeat... -
proper way to include constants; as module or include file?
I am developing a new perl module that uses constants with regular expressions. What is the proper way to offer this file? For example, my perl... -
Every time i try to display records on an include page i get repeats of the whole include
hi guys and ladies, here is my problem and i would be most grateful if any one could shed some light on this please: i have a default.asp page... -
#26259 [Opn->Bgs]: relative include path not working with include() from shell command line execut
ID: 26259 Updated by: iliaa@php.net Reported By: orsaini at allainet dot com -Status: Open +Status: ... -
#26259 [NEW]: relative include path not working with include() from shell command line execut
From: orsaini at allainet dot com Operating system: Lunux Apache 2.0.47 PHP version: 4.3.2 PHP Bug Type: ... -
Lionstone #2
Re: Strange Include problems: Repeat regions will Not work with include file
If each repeat region is alone on its repective page, they both probably try
to use the name "repeat1". This will cause conflicts, as when the first
repeat region exhausts itself, the second will think it has, too.
Name one of your repeat regions. You can find the name by selecting the
region, then looking in the property inspector.
"logic" <webforumsuser@macromedia.com> wrote in message
news:d608kn$lro$1@forums.macromedia.com...>I have a strange problem. I have an Index.asp page and on that page I have
>a
> poll that is displays. This poll is located in a sub folder, so to call
> the
> poll, I simply use <include\mypoll\poll>, (just a regular include synthax.
> TThe
> poll includes a repeat region that repeats the questions that's all.
>
> On my index.asp page (Home Page) that this poll is displayed on (as an
> include) I have a repeat region that lists announcements from another DB.
> (poll
> is in different DB).
> Problem is:
> For some reason, only the poll or the repeat region for my announcement
> can
> function at any given time.
> That is, if I include the announcements (repeat region) The poll will not
> show. (display) and no errors are thrown, just white space. Only one of
> the
> repeat regions work at any given time.
> BUT if I do two repeat regions that don't have any include files, it works
> fine, so the problem is not that two repeat regions can not function on
> same
> page. SO my question is, what is wrong here and how do I get around it?
> Thanks,
> assigned
>
>
Lionstone Guest
-
Julian Roberts #3
Re: Strange Include problems: Repeat regions will Not work with include file
You can use
Recordset1.Requery
to requery the recordset.
--
Jules
[url]http://www.charon.co.uk/charoncart[/url]
Charon Cart 3
Shopping Cart Extension for Dreamweaver MX/MX 2004
Julian Roberts Guest
-
logic #4
Re: Strange Include problems: Repeat regions will Notwork with include file
Thanks to you. After I reanamed one of the repeat regions, something other than
Repeat2, it worked perfectly.
Makes me wonder, when you use two repeat regions, Dreamweaver names them
Repeat 1 and Repeat2. Repeat1 is clearly different from Repeat two. Dreamweaver
should have figured that out LOL.
Well thanks Limestone. Your solution works
assigned
logic Guest
-
logic #5
Re: Strange Include problems: Repeat regions will Notwork with include file
This works too.!
Any new tutorials on ASP.NET?
Thanks again
assigned
logic Guest



Reply With Quote

