Re: WebDB: form for updating tables. Please HELP!
Date: Thu, 16 Sep 1999 13:11:58 -0400
Message-ID: <37E124DE.43E00786_at_mitre.org>
Sounds like your running 2.0.x.
I found it works best if you setup a QBE form for bringing up the
record(s) of interest, and use a link to an edit form (such as the one
you've already created).
With 2.0, the update button shows up only when the form has been
preloaded with data, whic is done by passing in the rowid of the record,
which is what the link does.
Peter
Carlo Goldoni wrote:
>
> Hi. everybody.
>
> I created a form based on a table: its purpose was to give users a chance to
> quickly update the records of this table. Unfortunately, only the INSERT and
> RESET buttons appear in the form.
>
> In other words, I am not able to use this form to update any record of the
> table.
>
> I have Browse and Build privileges on my own schema, and both the table and
> the form have been created in this schema. Besides, I have the following
> roles and/or grants:
> RESOURCE, WEBDB_DEVELOPER, CREATE SESSION, CREATE TABLE, CREATE TYPE, CREATE
> SNAPSHOT, CREATE VIEW, UNLIMITED TABLESPACE.
> Finally, my schema is a "Component Building Schema".
>
> Any suggestions?
>
> Thanks in advance,
> Carlo Goldoni
> e-mail: cgoldoni_at_etnoteam.it
Received on Thu Sep 16 1999 - 19:11:58 CEST