Click here to Skip to main content
15,914,222 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: how to use .bas in VB.Net Pin
cod3newbie24-May-09 7:12
cod3newbie24-May-09 7:12 
GeneralRe: how to use .bas in VB.Net Pin
DidiKunz24-May-09 7:45
DidiKunz24-May-09 7:45 
QuestionRe: how to use .bas in VB.Net Pin
cod3newbie2-Jun-09 15:02
cod3newbie2-Jun-09 15:02 
AnswerRe: how to use .bas in VB.Net Pin
DidiKunz2-Jun-09 20:42
DidiKunz2-Jun-09 20:42 
QuestionRe: how to use .bas in VB.Net Pin
cod3newbie3-Jun-09 16:53
cod3newbie3-Jun-09 16:53 
AnswerRe: how to use .bas in VB.Net Pin
DidiKunz3-Jun-09 19:42
DidiKunz3-Jun-09 19:42 
GeneralRe: how to use .bas in VB.Net Pin
cod3newbie3-Jun-09 23:25
cod3newbie3-Jun-09 23:25 
QuestionNull Pin
No-e21-May-09 3:15
No-e21-May-09 3:15 
I have an application written (VB6) a while ago and periodically updated. I keep old versions around simply by making a copy of the application source in a backup directory.

If I open the most recent version I find an error, Invalid use of Null (I know all about Nulls so lets not go down that path. Probably should have handled it better when it was originally written but when it was written we would not have had them, now we could)

If I open an older version of the program and run it, it does not give an error. This portion of code was last updated in 2003 or something and has not changed.

the offending line is

If UCase(rs!bin2File) = "CALLEDFROMDIAG" Then

in one version of code I get an error (current version), in the other (approx 6 months old) I do not

I know how to deal with it but am curious as to why it would behave differently...

any ideas?
AnswerRe: Null Pin
Dave Kreskowiak21-May-09 3:49
mveDave Kreskowiak21-May-09 3:49 
GeneralRe: Null Pin
No-e21-May-09 4:37
No-e21-May-09 4:37 
GeneralRe: Null Pin
Jon_Boy21-May-09 4:53
Jon_Boy21-May-09 4:53 
GeneralRe: Null Pin
No-e21-May-09 5:24
No-e21-May-09 5:24 
GeneralRe: Null Pin
Dave Kreskowiak21-May-09 6:41
mveDave Kreskowiak21-May-09 6:41 
GeneralRe: Null Pin
No-e21-May-09 7:04
No-e21-May-09 7:04 
AnswerRe: Null Pin
Thomas Krojer21-May-09 21:06
Thomas Krojer21-May-09 21:06 
QuestionDateTimePicker question Pin
Laser Steve21-May-09 1:38
Laser Steve21-May-09 1:38 
AnswerRe: DateTimePicker question Pin
Dalek Dave21-May-09 1:54
professionalDalek Dave21-May-09 1:54 
GeneralRe: DateTimePicker question Pin
Laser Steve21-May-09 3:22
Laser Steve21-May-09 3:22 
GeneralRe: DateTimePicker question Pin
Dalek Dave21-May-09 3:42
professionalDalek Dave21-May-09 3:42 
GeneralRe: DateTimePicker question Pin
Dave Kreskowiak21-May-09 3:45
mveDave Kreskowiak21-May-09 3:45 
GeneralRe: DateTimePicker question *** Answered *** Pin
Laser Steve21-May-09 3:52
Laser Steve21-May-09 3:52 
GeneralRe: DateTimePicker question Pin
Dalek Dave21-May-09 3:55
professionalDalek Dave21-May-09 3:55 
GeneralRe: DateTimePicker question Pin
Dave Kreskowiak21-May-09 4:25
mveDave Kreskowiak21-May-09 4:25 
GeneralRe: DateTimePicker question Pin
Dalek Dave21-May-09 4:32
professionalDalek Dave21-May-09 4:32 
GeneralRe: DateTimePicker question Pin
Dave Kreskowiak21-May-09 6:40
mveDave Kreskowiak21-May-09 6:40 

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.