Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Getting BOF EOF error

Guest
Jun 12, 2006 Jun 12, 2006
I have a page that has some basic dynamic text that appears on the top of the page. Everything is fine. But if I put an instance of the very same dynamic text at the bottom of the page I get a BOF EOF error message.
In other words '<%=(rsProps.Fields.Item("PropName").Value)%>' is on my page once and all is well, but if it's on there twice the 'requires a current record error' displays for one of them. This doesn't make any sense to me. Anyone know what I can do to fix this?
TOPICS
Server side applications
343
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Jun 12, 2006 Jun 12, 2006
See if this helps:

http://www.dwfaq.com/Tutorials/Dynamic/MultipleRepeatRegion2.asp



"cdub" <webforumsuser@macromedia.com> wrote in message
news:e6kqkg$9q9$1@forums.macromedia.com...
>I have a page that has some basic dynamic text that appears on the top of
>the
> page. Everything is fine. But if I put an instance of the very same
> dynamic
> text at the bottom of the page I get a BOF EOF error message.
> In other words '<%=(rsProps.Fields.Item("PropName").Value)%>' is on my
> page
> once and all is well, but if it's on there twice the 'requires a current
> record
> error' displays for one of them. This doesn't make any sense to me. Anyone
> know
> what I can do to fix this?
>


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Jun 12, 2006 Jun 12, 2006
LATEST
got it! thanks.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines