Page 1 of 1

Cursor progression

Posted: Mon Apr 02, 2012 2:20 pm
by Thomas Garvey
I'd like some direction on how to implement field cursor progression on panels. I've seen Set Tab Index but that doesn't seem to always work, and also allows the cursor to go other places on the screen. Maybe I don't know HOW it should work and would like info.
Also, how is use of FLDCSRPRG implemented when converting a DDS panel that uses it?

Re: Cursor progression

Posted: Mon Apr 02, 2012 3:36 pm
by David
The cursor will progress from widget to widget based on their order in the Elements list.

There is a button there that you can use to auto arrange them based on their position (left->right, top->bottom), and then you can also manually shift them around if you want different progression.

Conversion of FLDCSRPRG is done by it ordering the Elements in that list properly at conversion time.