Signature on touch screen
sabzam
Member Posts: 1,149
Dear All,
I have created a form in NAV4 SP3 which will be used on a touch screen. I need to create a box in which the user will have to actually sign directly on the screen. WHat kind of box should I create? I am assuming that I need a bitmap but I am not sure how to link it to the form as normally they are used for pics.
I have created a form in NAV4 SP3 which will be used on a touch screen. I need to create a box in which the user will have to actually sign directly on the screen. WHat kind of box should I create? I am assuming that I need a bitmap but I am not sure how to link it to the form as normally they are used for pics.
0
Comments
-
There is no way how to do that directly in NAV client. There is no "Sign in" box. There are only tools to display bitmap, but not to "capture" graphic entered by user.0
-
If I understand your issue correctly you have a textbox where the user should enter a text by touch screen.
If so, try to copy the keyboard layout by adding a button for each character in your current alphabet on the form, and populate a global variable (name: ex. signature) when pressing the buttons and use the same variable (signature) as SourceExp in the destination textbox.0 -
IsakssonMi wrote:If I understand your issue correctly you have a textbox where the user should enter a text by touch screen.
If so, try to copy the keyboard layout by adding a button for each character in your current alphabet on the form, and populate a global variable (name: ex. signature) when pressing the buttons and use the same variable (signature) as SourceExp in the destination textbox.
It seems he really need to capture the Signature, not just text... ;-) like when you are signing when you receive some package from e.g. FedEx or something like that...0 -
To do this I made a VB6 DLL to capture a signature and write it as BMP file. The BMP file is then imported in a BLOB and shown in the form / report. This works fine for us.
Possible improvements
• Using .NET instead of VB6
• Streaming the signature instead of write / read file
• Integrate a external component in Navision
(On internet I found several tools for signing that can be integrated in other applications. It probably is possible to integrate them in Navision too but I don’t know how.)0
Categories
- All Categories
- 75 General
- 75 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 610 NAV Courses, Exams & Certification
- 1.9K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 251 Dynamics CRM
- 103 Dynamics GP
- 6 Dynamics SL
- 1.5K Other
- 991 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 28 Design Patterns (General & Best Practices)
- Architectural Patterns
- 9 Design Patterns
- 4 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1K General Chat
- 1.6K Website
- 77 Testing
- 1.2K Download section
- 23 How Tos section
- 249 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions
