ADCS and function Keys

StyvieStyvie Member Posts: 77
Hi All,

I am implementing ADCS for a client. I am customising ADCS quite hectically to take care of certain other functions, such as transfer orders etc, and have finally figured out how it all works, and have successfully implemented the functionlity to capture the documents via scanner etc. Excep for 1 small thing....

I don't have a scaner. So am using Hyperterminal to do the testing. My last problem is understanding how the function keys work.

I do not know how to "REGISTER" a document from Hyperterminal. I have seen that there is an XSL file that determines the keys, and how they are passed to Navision from the VT100 plugin, but cannot make sense of the file..

The entry for "REGISTER" looks like this....

<xsl:template match="Function[.='REGISTER']">
<Function Key1="27" Key2="79" Key3="82" Key4="0" Key5="0" Key6="0"><xsl:value-of select="."/></Function>
</xsl:template>

Any idea how I find out what to press to generate this command ?

And any idea how i check once I have a scanner , what to press on the scanner ? Do scanners have a "Register" button ?

Thanks for any ideas... etc.

Comments

  • dparkerdparker Member Posts: 3
    I had to do a good deal of research on this last year. If you are using the default file from microsoft then F3 will perform a register. I am pretty sure the number series is the asci code for the key sequence which would equate to F3. I pulled up a few asci tables to figure this out. I also found that the xsl file provided in the "patch" for adcs was incorrect and I had to go back to the original file to have the F3 key to work properly.

    Good Luck,
    Daniel
Sign In or Register to comment.