goooch
15th March 2004, 15:27
Hi All
I have a session with two forms. There are no form options on each form (I want to disable form switching). And user cannot switch forms with mouse. That's good
But the problem is that they can easy switch forms using left/right keyb. keys
How can I disable this feature without programming?
Thanks
Hitesh Shah
15th March 2004, 15:50
Have u disabled first form , last form, next form,prev forms . Disabling these will prevent form switching (not just list of forms) too.
goooch
15th March 2004, 16:03
Yes, I've disabled this options (The other form's header is displayed with gray color)
But with the keyboard left and right button I can switch forms!!!
Hitesh Shah
15th March 2004, 16:50
I have a similar session with similar requirements. It works fine here. In our case the other form tab is greyed out . This is not the case at your end . So just check out if 'list of forms' choice is disabled at the form level or not , and form has been dumped.
goooch
16th March 2004, 07:32
Hi Hitesh Shah
Can you try this: select form label (on top) (i have one or two mouse click on label in order to select form) and press keyboard left or right. Has the switch occuried?
Thank you
Is there any standart session with disabled form? I cannot find one
goooch
16th March 2004, 07:48
I've just found a session coded tfcmg1110m000 with disabled form where i can easy switch them with keyboard left and right
IMHO it's feature
Hitesh Shah
16th March 2004, 07:53
Dear Gooch,
It looks indeed a bug . When I tab , the form switch does not occur. But when I press left and right arrow keys , form does switch to other form. The confusion arose because earlier I tried tab key only instead of arrow keys (told specifically by you) .
All code written in after.form and before.form code are executed. However choice change.frm does not get executed when it should have been executed.
I think writing to.form statement in the program script can give us a workaround .
goooch
16th March 2004, 08:40
Thank you Hitesh Shah
We also decided that's a bug and will take a support to solve it
If anybody is interesting I can put their answer later (in month(s) maybe :))