Click here to Skip to main content
15,925,868 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: word document Pin
Christian Graus5-Jul-07 2:22
protectorChristian Graus5-Jul-07 2:22 
AnswerRe: dim f as string Pin
CPallini5-Jul-07 0:48
mveCPallini5-Jul-07 0:48 
GeneralRe: dim f as string Pin
magedhv5-Jul-07 1:05
magedhv5-Jul-07 1:05 
GeneralRe: dim f as string Pin
Christian Graus5-Jul-07 1:13
protectorChristian Graus5-Jul-07 1:13 
QuestionNumerical textbox validation, how to handle an empty string? [modified] Pin
MatthysDT5-Jul-07 0:09
MatthysDT5-Jul-07 0:09 
AnswerRe: Numerical textbox validation, how to handle an empty string? Pin
SHatchard5-Jul-07 0:19
SHatchard5-Jul-07 0:19 
QuestionRe: Numerical textbox validation, how to handle an empty string? Pin
MatthysDT5-Jul-07 1:25
MatthysDT5-Jul-07 1:25 
NewsRe: Numerical textbox validation, how to handle an empty string? Pin
MatthysDT5-Jul-07 1:55
MatthysDT5-Jul-07 1:55 
This field is databounded to a DB cloumn of the type Double.
It seems that NULL is not accepted by datasets for Double columns.
Eventhough the default value is DBNull (which .Net accepts) and the AllowDBNull property is set to TRUE (which .Net accepts)

The columns NullValue property can only be set to <throw exception="">, .Net rejects all other selections.

I still don't have a solution but this problem starting to look more like a bug in .Net than and not in my code.



_______________________________________________________________________
http://www.readytogiveup.com/[^]
"you can't forget something you never knew..." M. Du Toit

"Watching Migthy Joe Young made me hate my life..................................I want a gorilla!" A. Havemann


AnswerRe: Numerical textbox validation, how to handle an empty string? Pin
cutequencher5-Jul-07 6:05
cutequencher5-Jul-07 6:05 
GeneralRe: Numerical textbox validation, how to handle an empty string? Pin
MatthysDT6-Jul-07 0:51
MatthysDT6-Jul-07 0:51 
AnswerAnswer.... Pin
MatthysDT16-Jul-07 2:36
MatthysDT16-Jul-07 2:36 
AnswerRe: word document Pin
Christian Graus4-Jul-07 23:47
protectorChristian Graus4-Jul-07 23:47 
QuestionImage Icon in setup program Pin
ShuklaGirish4-Jul-07 23:06
ShuklaGirish4-Jul-07 23:06 
AnswerRe: Image Icon in setup program Pin
kubben5-Jul-07 2:46
kubben5-Jul-07 2:46 
AnswerRe: Image Icon in setup program Pin
pashitech5-Jul-07 5:47
pashitech5-Jul-07 5:47 
GeneralRe: Image Icon in setup program Pin
ShuklaGirish5-Jul-07 18:52
ShuklaGirish5-Jul-07 18:52 
QuestionHow to pass value of a variable of one form to the next in vb.net Pin
Projrct_Friend's4-Jul-07 21:56
Projrct_Friend's4-Jul-07 21:56 
AnswerRe: How to pass value of a variable of one form to the next in vb.net Pin
Johan Hakkesteegt4-Jul-07 22:14
Johan Hakkesteegt4-Jul-07 22:14 
GeneralRe: How to pass value of a variable of one form to the next in vb.net Pin
Christian Graus5-Jul-07 1:11
protectorChristian Graus5-Jul-07 1:11 
AnswerRe: How to pass value of a variable of one form to the next in vb.net Pin
Mycroft Holmes4-Jul-07 23:01
professionalMycroft Holmes4-Jul-07 23:01 
GeneralRe: How to pass value of a variable of one form to the next in vb.net Pin
Johan Hakkesteegt4-Jul-07 23:21
Johan Hakkesteegt4-Jul-07 23:21 
AnswerRe: How to pass value of a variable of one form to the next in vb.net Pin
Christian Graus5-Jul-07 1:12
protectorChristian Graus5-Jul-07 1:12 
Questionthis code was working in form1 and did not work in form2 Pin
magedhv4-Jul-07 21:44
magedhv4-Jul-07 21:44 
AnswerRe: this code was working in form1 and did not work in form2 Pin
magedhv4-Jul-07 21:48
magedhv4-Jul-07 21:48 
GeneralRe: this code was working in form1 and did not work in form2 Pin
SHatchard4-Jul-07 21:56
SHatchard4-Jul-07 21:56 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.