Genero-Folder-tricky-Question

"Schlykow" <[email protected]> Thu, 1 Jun 2006 17:22:53 +0200
Newsgroups gmane.comp.lang.4gl.fourjs.user
Message-ID <004701c6858f$4167d860$6c64a8c0@WS108>
Hallo,

 

perhaps can anybody help me with a special Folder-Problem:

 

I use a Folder with 4 Pages, Page 1 to 3 belongs to 'INPUT BY NAME',

in Page 4 is only a Table for 'INPUT ARRAY'.

(The INPUT ARRAY will be triggered from ON KEY in the INPUT statement).

 

it looks similar like this (but righted of course):

 

+-----------------------------------

  field1 

                          PAGE1

+-----------------------------------

  field20

                          PAGE2

+----------------------------------

  field30

                          PAGE3

+-----------------------------------

  INPUT ARRAY     PAGE4

 

 

+-----------------------------------

 

All looks fine and works very well, but the users are never satisfied.

 

They wish, that the Program remembers the Page when the

user leaves the 'INPUT BY NAME' and goes to the same Page,

when he/she will go into the INPUT again.

 

I do this with 'ON ACTION page2' and store the Page-number into

a global variable. When the user enters the Input again I use a

'NEXT Field' Statement to jump to field 1 or field20 or field 30.

This works fine for Page1 to Page3.

 

But the problem is: in the page 4 are no fields to jump to.

I was trying a invisible field, (and hidden), but then nothing

goes the right way.

 

The only thing I wish is a clear statement, which says the

Genero: 'show page 4' immediately!

(to use it after the INPUT ARRAY, because now jumps

the program immediately after the INPUT ARRAY to

another page)

 

Is there any idea in this universe to help me ?

In the manual I couldn't find any help to this special problem

 

thanks

Georg