all groups > vb.net > may 2005 > threads for saturday may 14
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Updating access table -- some fields "take", others don't
Posted by Jeremy at 5/14/2005 11:40:51 AM
This is a variation on the last 2 unresolved questions I've posted. Having
removed the "required" attribute from a field that was causing trouble, I'm
finding that my dataAdapter update gets values into some fields, but not
others.
Inspecting the single row in my dataset, I see the correct... more >>
Inserting text into a RichTextBox
Posted by genojoe at 5/14/2005 10:11:02 AM
I have a RTF control on a form and want to insert text programmatically. I
thought it would be easy but it does not turn out that way. Can someone
refer me to an Internet article that covers this action. When I insert the
text, the formatting for the other content of the control is lost.
... more >>
CommandBuilder problem. Is it broken? vb.net2003.
Posted by Jeremy at 5/14/2005 8:54:57 AM
When executing myda.update(myds,"cert"). I get the message
"The field 'Cert.DateofInspection' cannot contain a Null value because the
Required property for this field is set to True. Enter a value in this
field."
myda has a commandbuilder assigned (see the generated insert command,
belo... more >>
Converting an array from integer to string
Posted by kd at 5/14/2005 1:09:08 AM
Hi All,
How to convert a one dimensional integer array to a one dimensional array of
type string?
kd... more >>
EndCurrentEdit Tips?
Posted by Mitchell Vincent at 5/14/2005 12:00:00 AM
Do I *really* have to call EndCurrentEdit in every single editable
control when the focus is gone to get the bound dataset to update? Is
there a way to update multiple controls at once?
--
- Mitchell Vincent
- kBilling - Invoices Made Easy!
- http://www.k-billing.com... more >>
AutoScale Doesn't Behave How I Expect/Hope
Posted by Charles Law at 5/14/2005 12:00:00 AM
I have just been playing with AutoScale and I am unhappy with the way it
appears to work.
I have a form created on a desktop m/c where the screen font is Normal (96
dpi). The form looks fine at design time and runtime. I run the application
on my laptop, where the screen font is set to 120 ... more >>
could need some advice on architecture
Posted by Frank Skare at 5/14/2005 12:00:00 AM
Hello,
I have a lot MP3's and I want to build a simple
MP3 player that helps me to sort out MP3 files that
I don't like that much and want to delete. Instead
of simply adding a delete feature which will delete
a MP3 file permanently I want to build a rate system
in order to delete tracks onl... more >>
GetResponseStream() fails
Posted by Loane Sharp at 5/14/2005 12:00:00 AM
Hi there
I'm attempting to download a file from our server programmatically using an
internet connection.
The code is given below.
Any ideas why it fails?
Best regards
Loane
[Other info: "pbr" is a progress bar initiated earlier in the code]
Dim fs_App As FileStream = New FileSt... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
|