Page 1 of 1

Go to next field using ENTER

Posted: Fri Jul 27, 2012 1:11 pm
by jdsoft
Hello,
My customer wants a GUI app the behaves like a clipper app.
The main window has DCGET , DCGROUP and DCTABPAGE (having browses and DCGET).
If i use ENTER to go to the next field, it all goes well until ther is a groupbox or tab-page.
Then the focus goes back to the first field in the dialog.

What must i do to have ENTER steps thru the compete window?
So jump into a goupbox, handle all entry's and go to the next groupbox.
The same with TAB pages.
Just hitting ENTER should pass thru all editable fields in the dialog, all fields in groupbox and tab-pages.
After ENTER the last fields in a tab-page, the next tab page should be activated.

How to do this?

Regards,
Jack Duijf

Re: Go to next field using ENTER

Posted: Fri Jul 27, 2012 2:08 pm
by rdonnay
Have you looked at the NOSUPERVISE clause of DCGETOPTIONS?

Re: Go to next field using ENTER

Posted: Fri Jul 27, 2012 2:29 pm
by jdsoft
Hello Roger,

Thank you for the reply.
This does what i need,
thank you,

Regards,
Jack Duijf