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.
0
Comments
Good Luck,
Daniel