How to emulate pressing the tab key in a X3 grid in 4gl code?

SUGGESTED

Hi.

I need to emulate pressing the tab key in a grid field, in x3 4gl language. Is this possible?

I have managed to position the focus on a field with:

zonsui =  "[M:PTH1]LOC("+ num$(nolign-1) + ")"

but now I need to emulate pressing the tab key to trigger field validation.

Thanks!

 

Top Replies