radio buttons and combo boxes
am 30.11.2004 20:14:38 von H8idsTom,
I have a quick question about field definitions and how they can relate
to ASP pages.
I've confirmed specific database fields names with the ASP code; no
typos.
Uploaded a submission form and created a new entry. But I'm still
running into a problem with the edit page. It doesn't seem to recognize the
database information accurately. Although it does display textual
information correctly it will not present database information via radio
buttons or combo boxes.
Perhaps I have the database fields identified incorrectly. Presently,
the radio buttons are set to Data Type "text" and Display Control "Text
Box", simply because I did not see an option for Boolean.
Should the settings be different. Perhaps "DataType" = Yes/No with
"Display Control" = "Check Box"?
Using Access 2000 and FrontPage 2003 on an WIN2000 IIS 5.0 server.
Below is a previous discussion I had but the problem was not resolved.
David
"Tom"
news:<6E12FF6B-F39E-4DB2-ACCE-BBCD2255B16C@microsoft.com>...
> After you changed the values, you need to remap your fields to the
database
> column.
>
> Right click in form, form properties, Options (button), Saved Fields (tab)
>
> Tom
>
> "H8ids" wrote:
>
> > Used the FP2003 wizard to create an online ASP submission form that
saves to
> > an Access database.
> > The form does have radio buttons relating to a question. Without
renaming of
> > "values" the editor page correctly returns a saved radio button
selection.
> >
> > BUT, once I change the value names to suite my need, the editor page
fails
> > to return the saved selection.
> > I've recreated the webpage and can confirm that the issue is when the
values
> > are changed from "Option 1" to "Advent"
> >
> > The changes were adjusted in the submission form and editor form.
> > There aren't any typos.
> >
> > No idea why the coding can't handle a change of value.
> >
> >
> >