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

DW overly sensitve: Changing form or field names

Guest
Oct 09, 2007 Oct 09, 2007
It seems that if I simply change a form name or names of any of the elements in a recordset, then my recordset will have a ! to the left of its name, and the server behavior will stop functioning. I have reproduced this a few times after many frustrating nights of seeing inserts/update behavior just stop working. Is this the case?
TOPICS
Server side applications
293
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 ,
Oct 10, 2007 Oct 10, 2007
Can you explain the steps you are applying to get to this point?

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"davidbarrackphoto" <webforumsuser@macromedia.com> wrote in message
news:fehof6$paf$1@forums.macromedia.com...
> It seems that if I simply change a form name or names of any of the
> elements in
> a recordset, then my recordset will have a ! to the left of its name, and
> the
> server behavior will stop functioning. I have reproduced this a few times
> after many frustrating nights of seeing inserts/update behavior just stop
> working. Is this the case?
>

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
Oct 10, 2007 Oct 10, 2007
One way to reproduce this is to use the Insert Wizard (or Update Wizard) and then verify things work. Then simply change the form name and the queries will for some reason stop functioning.
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 ,
Oct 11, 2007 Oct 11, 2007
LATEST
davidbarrackphoto wrote:
> One way to reproduce this is to use the Insert Wizard (or Update Wizard) and then verify things work. Then simply change the form name and the queries will for some reason stop functioning.

It could be that the wizard uses the form name to identify what it is
doing and to what, so if you changed the name of the form the code that
uses that form will no longer work.

When you get an exclamation mark next to an extension just opening it
up, reselecting the correct form, and then closing it again will fix it.

Steve
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