Re: Making a simple form work !!!

From: Zbigniew Sliwa <zibi_at_at_yahoo.com>
Date: Fri, 15 Dec 2000 08:45:24 +0100
Message-ID: <3A39CC14.653FC150_at_yahoo.com>


Patrice,

Comments embedded.

-- 
Regards,
Zbigniew Sliwa
Oracle Programmer, Poland
email: zibi_at_at_yahoo.com

P B wrote:

>
> OK, I'm going to call that step 1. It work fine... but there are new
> problem on the line
>
> 1) When I'm on the description field, I can use the down arrow and go
> to record #2. How can I avoid this.
If you want to switch off the down arrow then just go and create Key-down trigger, for the block, containing only: Null;
>
> 2) I add a "SAVE" button which look like
>
> :record.primary_key := :non_database_block.number;
> insert into gl_division
> values(:record.primary_key,:record.description);
>
> I add the first line because there is a NOT_NULL on the primary key
> and when I was trying to save, the trigger associate with it did not
> like it. But even after that, the trigger do not like that. How can I
> fix that
Could you be more specific. What is the exact error message that you get?
>
> Thanks
Received on Fri Dec 15 2000 - 08:45:24 CET

Original text of this message