473,386 Members | 1,973 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Tablet pc form

I'm testing out writing a form using the InkEdit control to update
fields in several tables. From what I can see, you cannot directly
update data in a bound field, but I assume you can run an update query
to get the same result. My problem is, being an unbound field then,
how can I determine whether or not the user has updated any of the Ink
controls? Any help would by appreciated, thank you in advance.

Jun 5 '06 #1
3 2526
I ran the update query on the InkEdit controls and it worked fine, so
now I just need help figuring out how I can tell if the user has
written anything into any of the controls. Or, if anyone has any
suggestions on another way to go about the form. Hopefully I am not
making this harder than it has to be. Thanks!

Jun 5 '06 #2

j_*******@hotmail.com wrote:
I ran the update query on the InkEdit controls and it worked fine, so
now I just need help figuring out how I can tell if the user has
written anything into any of the controls. Or, if anyone has any
suggestions on another way to go about the form. Hopefully I am not
making this harder than it has to be. Thanks!


Check the Dirty property of the control

If me.Fields(intNumber).Dirty=True Then
'do something
End If

Jun 6 '06 #3
pietlinden, thanks for the response, but because the InkEdit control
will not work when it is bound to a table, it's status is never dirty.
The only thing I can think of is to check the len() of each field
before and after. Doing so is too much coding and not even 100%
accurate.

pi********@hotmail.com wrote:
j_*******@hotmail.com wrote:
I ran the update query on the InkEdit controls and it worked fine, so
now I just need help figuring out how I can tell if the user has
written anything into any of the controls. Or, if anyone has any
suggestions on another way to go about the form. Hopefully I am not
making this harder than it has to be. Thanks!


Check the Dirty property of the control

If me.Fields(intNumber).Dirty=True Then
'do something
End If


Jun 6 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Aaron | last post by:
I would like to use tablet pc sdk's text recognition feature in my c# app. I don't want the end-user to install tablet pc sdk, all they need is the nessesary dll's for the text recognition feature....
2
by: André | last post by:
I'm considering buying a Tablet PC and read somewhere (sorry, can't point to a link) that someone had tried running a "standard" Python program (wxMozilla demo I *think*, but can't be sure) that...
0
by: ray.bradbury9 | last post by:
Hello, First of all, sorry because of my poor english. I am having a weird problem that I don´t know how to solve. I am not sure even if it is a problem within the OS or the .NET Framework....
0
by: No One | last post by:
I am having an odd problem with a simple .Net app on a Platform PC. I have a form with no border and it only contains an Image Control. Once the new image has been loaded, the form is resized to...
0
by: Koen Appeltans | last post by:
Hi all, I'm developping an application for an xp-tablet-pc. It's a full xp, with the whole dotNet-framework (not just the compact-part). Now I'm having a specific problem that only happens on...
2
by: Al | last post by:
Hi, I wrote a similar application for getting ink input before release of the Windows XP Tablet PC edition. However, now I would like to use the Tablet PC Input Panel instead. Can anyone tell me...
1
by: eolsson | last post by:
I have a .NET application and have added handwriting (via the PenInputPanel class) for users with Tablet PCs. The problem I'm having is that if I call this class it throws a runtime error if the...
5
by: Sachyn | last post by:
I am developing two forms in FLASH for my client and it is extremely puzzling for me to get around the following facts: Requirement 1: to recognize signature when a form is signed in Flash and to...
0
by: sanwan | last post by:
Windows XP Tablet PC http://microsoft.com/france/windows/xp/tabletpc/images/banner.jpg La nouvelle version du c¨¦l¨¨bre OS de Microsoft, Windows XP est diponible pour les PC au format Tablet....
1
by: SetonSoftware | last post by:
I'm developing a VB.NET 2005 WinForms application that will run on a tablet PC. I want to build a screen resizer method that will position the forms and controls properly depending on whether the...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.