Re: Multi-Record-Block with a LOV-Button
Date: 24 Aug 1998 10:12:47 GMT
Message-ID: <01bdcf47$be93d930$2c2d15ac_at_tonta000072>
[Quoted] Hi Gerd,
I am familiar with the problem.
In short the problem is a navigation problem.
After pressing the button, the LOV is shown.
But navigation to the right record is done after pressing ok in the LOV.
The values are returned to the right record.
But, if you have code in a when-new-record-instance then it will run to
late.
If that's the case perform your check in a pre-record trigger.
I hope this will help you
With regards,
Richard
Gerd Volberg <gerd.volberg_at_netcologne.de> schreef in artikel
<35D9CA09.A011A4B9_at_netcologne.de>...
> Hi,
>
> I have a Multi-Record-Block with a LOV-Button in it. In each of the
> record the Button still is in. Now the cursor is in the 7th record and I
> click with the mouse on the Button on record 3. The
> :System.Cursor_Record is 7 and not 3 and the :Block.Item - Value are
> still those of the 7th record. What have I to do to get the right
> record.
>
> Gerd Volberg
>
>
Received on Mon Aug 24 1998 - 12:12:47 CEST