Xref: alice comp.databases.oracle.tools:17528
Path: alice!news-feed.fnsi.net!news.idt.net!newsfeed.ecrc.net!newsfeed.nacamar.de!blackbush.xlink.net!fr.bosch.de!not-for-mail
From: Angelo Cavallaro <angelo.cavallaro@pcm.bosch.de>
Newsgroups: comp.databases.oracle.tools
Subject: Re: navigate with go_item
Date: Fri, 16 Oct 1998 10:34:40 +0200
Organization: The Bosch Group (Robert Bosch GmbH, Germany)
Lines: 30
Message-ID: <36270520.2BDD@pcm.bosch.de>
References: <3626f567.3584393@news.xs4all.nl>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-Mailer: Mozilla 3.01 [de] (Win95; I)
To: Pieter-Jan <diepenpj@hotmail.com>

Hi Pieter.

I would make the field position a list-item with the static values
1 to 5 and then use a When-List-Changed-Trigger or make it a
radio group and then use When-Radio-Changed.
If you want to keep it a list-item then you could start a timer
in the when-validate-item trigger, which fires immediately after
the trigger, then you could use the when-timer-expired-trigger.

HTH.

Angelo.

Pieter-Jan wrote:
> 
> I've build a form, with several fields, a field, with the name
> position and 5 fields with the names 1 2 3 4 and 5
> 
> in one field, the field position I give a number, with that number i
> want to navigate to the corresponding field with that name
> 
> example, I fill in a 5 in the filed position, then I want to go to
> field 5
> 
> in a when-validate item, is a go_item build in not allowed, are there
> other possibilities??
> 
> thanks for all hints/tips
> 
> Pieter-Jan
