Go to next field using ENTER

This forum is for eXpress++ general support.
Post Reply
Message
Author
User avatar
jdsoft
Posts: 113
Joined: Thu Jan 28, 2010 1:13 pm
Location: Overberg
Contact:

Go to next field using ENTER

#1 Post 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
Regards,
Jack Duijf

User avatar
rdonnay
Site Admin
Posts: 4745
Joined: Wed Jan 27, 2010 6:58 pm
Location: Boise, Idaho USA
Contact:

Re: Go to next field using ENTER

#2 Post by rdonnay »

Have you looked at the NOSUPERVISE clause of DCGETOPTIONS?
The eXpress train is coming - and it has more cars.

User avatar
jdsoft
Posts: 113
Joined: Thu Jan 28, 2010 1:13 pm
Location: Overberg
Contact:

Re: Go to next field using ENTER

#3 Post by jdsoft »

Hello Roger,

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

Regards,
Jack Duijf
Regards,
Jack Duijf

Post Reply