function keys html activex (General questions)

by scott hosier @, (6895 days ago)

Testing the telnetdlx html activex. The unix application I am accessing relies on the user pressing the function keys for various things, i.e. f1 to return to previous menu. Do you have any suggetions for handling this.

locked

Re: function keys html activex

by scott hosier @, (6895 days ago) @ wodDrazen

The ESC + OP works fine however I am not sure where to add the
telnetdlx1.Send (Chr$(27) + OP )
that you suggest.

Thanks for your support.
Scott

locked

Re: function keys html activex

by wodDrazen @, (6895 days ago) @ scott hosier

Hi Scott,


I'm not quite sure how you plan to build your application.
You can for example add button for function key F1 and under that button paste code that I send you.


Regards,
Drazen

locked