Function Keys in ADCS

RMarcRMarc Member Posts: 36
Hello,

I want to change the cursor from one imput field to another in the same document line.

The down key doesn´t work.

We have look the VT100.xsl but we don´t know if we have to change something.

We are working with a SymbolPT8800 and wavelink emulation client.

Any Idea will be really usefull.

Thanks in advance.

Answers

  • RMarcRMarc Member Posts: 36
    Hi,

    I have already been able to do this.
    I have changed the F2 function key to change de cursor to the next inpunt field of this form:
    ActiveInputField := 2;
    SendForm(ActiveInputField);
    I hope that it can help somebody.
    Thanks of all ways.
Sign In or Register to comment.