Re: WEBDB: Sequences in Master-Detail Forms
From: Martin Amerhauser <Martin.Amer_at_web.de>
Date: 2000/07/18
Message-ID: <8l0svp$k6o$1_at_rohrpostix.uta4you.at>#1/1
Date: 2000/07/18
Message-ID: <8l0svp$k6o$1_at_rohrpostix.uta4you.at>#1/1
arnaldo_at_replica.pt (Arnaldo Martins) wrote in <8kv740$rfj$1 _at_duke.telepac.pt>:
>Hello
>
>Can anyone tell me how to insert a sequence in a field in a master-detail
>form. This field is the link-field between the 2 tables.
>
>I tried to assign to the default value of the field the sequence.nextval
>value
>but it didn't work.
>
>Thanks in advance.
>
>Arnaldo
>Portugal
>
Hello,
you have to write #sequence.nextval in the default value of the field.
The # - character signs a function-call in WebDB.
Martin Received on Tue Jul 18 2000 - 00:00:00 CEST