Click here to Skip to main content
15,902,938 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionunload form in the vb.net Pin
mahdiehIR29-Aug-07 19:55
mahdiehIR29-Aug-07 19:55 
AnswerRe: unload form in the vb.net Pin
Paramhans Dubey29-Aug-07 20:34
professionalParamhans Dubey29-Aug-07 20:34 
AnswerRe: unload form in the vb.net Pin
Vimalsoft(Pty) Ltd30-Aug-07 0:31
professionalVimalsoft(Pty) Ltd30-Aug-07 0:31 
QuestionHow to highlight first row in a ListView? [modified] Pin
siroseanneako29-Aug-07 19:13
siroseanneako29-Aug-07 19:13 
AnswerRe: How to highlight first row in a ListView? Pin
Jason Teagle29-Aug-07 23:51
Jason Teagle29-Aug-07 23:51 
GeneralRe: How to highlight first row in a ListView? Pin
siroseanneako30-Aug-07 20:12
siroseanneako30-Aug-07 20:12 
QuestionError when loading form Pin
Mekong River29-Aug-07 18:56
Mekong River29-Aug-07 18:56 
AnswerRe: Error when loading form Pin
Johan Hakkesteegt29-Aug-07 23:10
Johan Hakkesteegt29-Aug-07 23:10 
According to the error message it is a simple conversion error somewhere. Apparently some query or something, that runs in the load event of your form, is returning a null value, or an empty string. It should probably return a number.

The best thing to do is to run your app in debug mode, and set the break point at the load event of your app.

First thing that comes to mind however is that you need to check your data, or adapt a query with ISNULL() statements to return at least 0, because it has started throwing this error all of a sudden.

Good luck,

Johan

My advice is free, and you may get what you paid for.

GeneralRe: Error when loading form Pin
Mekong River29-Aug-07 23:17
Mekong River29-Aug-07 23:17 
GeneralRe: Error when loading form Pin
Johan Hakkesteegt29-Aug-07 23:30
Johan Hakkesteegt29-Aug-07 23:30 
GeneralRe: Error when loading form Pin
Mekong River29-Aug-07 23:37
Mekong River29-Aug-07 23:37 
GeneralRe: Error when loading form Pin
Johan Hakkesteegt29-Aug-07 23:40
Johan Hakkesteegt29-Aug-07 23:40 
GeneralRe: Error when loading form Pin
Mekong River30-Aug-07 0:01
Mekong River30-Aug-07 0:01 
QuestionHow to crystal reports 4.3 Reports common to all Databases? Pin
sivaraman_sankaranarayanan29-Aug-07 18:54
sivaraman_sankaranarayanan29-Aug-07 18:54 
QuestionSpool size gets bigger.. Pin
Jwalant Natvarlal Soneji29-Aug-07 17:44
Jwalant Natvarlal Soneji29-Aug-07 17:44 
AnswerRe: Spool size gets bigger.. Pin
Dave Kreskowiak30-Aug-07 5:06
mveDave Kreskowiak30-Aug-07 5:06 
QuestionRe: Spool size gets bigger.. Pin
Jwalant Natvarlal Soneji3-Sep-07 8:50
Jwalant Natvarlal Soneji3-Sep-07 8:50 
AnswerRe: Spool size gets bigger.. Pin
Dave Kreskowiak3-Sep-07 16:24
mveDave Kreskowiak3-Sep-07 16:24 
QuestionRe: Spool size gets bigger.. Pin
Jwalant Natvarlal Soneji3-Sep-07 19:26
Jwalant Natvarlal Soneji3-Sep-07 19:26 
AnswerRe: Spool size gets bigger.. Pin
Dave Kreskowiak4-Sep-07 2:06
mveDave Kreskowiak4-Sep-07 2:06 
QuestionRe: Spool size gets bigger.. Pin
Jwalant Natvarlal Soneji4-Sep-07 3:35
Jwalant Natvarlal Soneji4-Sep-07 3:35 
AnswerRe: Spool size gets bigger.. Pin
Dave Kreskowiak4-Sep-07 11:45
mveDave Kreskowiak4-Sep-07 11:45 
QuestionRe: Spool size gets bigger.. Pin
Jwalant Natvarlal Soneji4-Sep-07 18:10
Jwalant Natvarlal Soneji4-Sep-07 18:10 
AnswerRe: Spool size gets bigger.. Pin
Dave Kreskowiak5-Sep-07 2:01
mveDave Kreskowiak5-Sep-07 2:01 
QuestionFinding all links absolute position X,Y relatively to the screen in VB6 WebBrowser Pin
eugeugeug12329-Aug-07 12:28
eugeugeug12329-Aug-07 12:28 

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.