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

Record Update Question

Guest
Jul 24, 2006 Jul 24, 2006

Copy link to clipboard

Copied

I have no problem setting up the Record Update form. Works just fine as long as I don't try to put the wrong information into a form field. And when I am updating fields, such as correcting information in some of the fields, there are other fields I want to SEE in the update form but I also want to PROTECT from accidentally updating that particular field. Is there a behavior I can apply to a field in an update form that will protect it from update and still allow me to see what is there? Or a VB script that I can write into that particular field code that will let me see the information without letting me to change it?

TOPICS
Server side applications

Views

274
Translate

Report

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 ,
Jul 24, 2006 Jul 24, 2006

Copy link to clipboard

Copied

Bind that field to the page where the form blank would go. That will insert
the information from that record field, but it won't be able to be changed.


--
Nancy Gill
Adobe Community Expert
BLOG: http://www.dmxwishes.com/blog.asp
Author: Dreamweaver 8 e-book for the DMX Zone
Co-Author: Dreamweaver MX: Instant Troubleshooter (August, 2003)
Technical Editor: DMX 2004: The Complete Reference, DMX 2004: A Beginner's
Guide, Mastering Macromedia Contribute
Technical Reviewer: Dynamic Dreamweaver MX/DMX: Advanced PHP Web Development


"MissionaryMike" <mhanson82@comcast.net> wrote in message
news:ea3fa9$p5$1@forums.macromedia.com...
>I have no problem setting up the Record Update form. Works just fine as
>long
> as I don't try to put the wrong information into a form field. And when I
> am
> updating fields, such as correcting information in some of the fields,
> there
> are other fields I want to SEE in the update form but I also want to
> PROTECT
> from accidentally updating that particular field. Is there a behavior I
> can
> apply to a field in an update form that will protect it from update and
> still
> allow me to see what is there? Or a VB script that I can write into that
> particular field code that will let me see the information without letting
> me
> to change it?
>
>
>


Votes

Translate

Report

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
Jul 30, 2006 Jul 30, 2006

Copy link to clipboard

Copied

Thank you very much. I am not sure yet what it means to bind the field to the page where the form blank would go. I figured there should be a way to do it. How to you bind the field to the page? I assume it has something to do with the field attributes at the bottom of the window?

Sorry it took me so long to reply. I have had a TON of problems with file permissions setting up a local testing server. It still doesn't work. The event viewer talked about a certain application needing permission, but didn't provide it's common name, only the CSLID number. I looked through the list of applications in the COM folder, and all their IDs but none of the IDs matched. So, I don't know where to look now.

So back to my earliest, and still remaining problem, how do you bind a field to a page?

Sincerely,
Mike

Votes

Translate

Report

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
Jul 30, 2006 Jul 30, 2006

Copy link to clipboard

Copied

LATEST
I already figured it out, sorry for the last message.
In the recordset discriptors there is a bind column. And one of the items is "input.readonly" I assume that's how you bind the input to the page.

Thanks again for your help!

Mike

Votes

Translate

Report

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