PC Review Forums Newsgroups Microsoft DotNet Microsoft Dot NET Framework Forms Strange acrion by VB data form designer.

Reply

Strange acrion by VB data form designer.

 
Thread Tools Rate Thread
Old 11-02-2006, 10:46 AM   #1
Mark Gaeth
Guest
 
Posts: n/a
Default Strange acrion by VB data form designer.


Greetings,

I am a novice programer in VB.Net and have noticed a strange quirk with the
data form wizard. I use it because it is fast and does the work I need
without writing a lot of code by hand. The problem is if I have a boolean
field in my table or query the whole datset will not create a new record
properly. My work around has been to create a textbox that holds the value "
T or F" and then set the check box to checked if text = true or unchecked if
false. If the check box changes condtion I set the text box string to match
the condition and update the dataset. This just seems strange and maybe
there is a better way to do this properly. I am using VB 2003 from VS 2003
1.1 and an Access 2000 database. Any thoughts on this one?

Mark Gaeth
Decatur, IN


  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off