Click here to Skip to main content
16,011,611 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionempty column in database Pin
jds120727-Nov-06 5:20
jds120727-Nov-06 5:20 
AnswerRe: empty column in database Pin
Johan Hakkesteegt30-Nov-06 0:25
Johan Hakkesteegt30-Nov-06 0:25 
QuestionSelecting datagrid cells Pin
Silver-Grey27-Nov-06 5:15
Silver-Grey27-Nov-06 5:15 
AnswerRe: Selecting datagrid cells Pin
Kevin Nicol27-Nov-06 7:52
Kevin Nicol27-Nov-06 7:52 
GeneralRe: Selecting datagrid cells Pin
Silver-Grey27-Nov-06 11:29
Silver-Grey27-Nov-06 11:29 
Questionstupid if functio Pin
charchabil0327-Nov-06 5:01
charchabil0327-Nov-06 5:01 
AnswerRe: stupid if functio Pin
charchabil0327-Nov-06 5:07
charchabil0327-Nov-06 5:07 
GeneralRe: stupid if functio Pin
ozoid27-Nov-06 6:07
ozoid27-Nov-06 6:07 
What type value does your function return?

Your function should return as an integer or else you would need to convert to an integer to test the return value

i.e.
function getavailableswitch(checkstr as string) as integer
return 1
end function

If Not getavailableswitch(checkStr) = 0 then
or
If getavailableswitch(checkStr) <> 0 then
or
if CInt(getavailableswitch(Checkstr)) <> 0 then

Smile | :)

Moo
GeneralRe: stupid if functio Pin
charchabil0327-Nov-06 11:49
charchabil0327-Nov-06 11:49 
Questioncrystal report with dynamic dataset [modified] Pin
amilapradeep27-Nov-06 3:02
amilapradeep27-Nov-06 3:02 
QuestionProblem in SQL Connectivity code Pin
united1827-Nov-06 1:06
united1827-Nov-06 1:06 
AnswerRe: Problem in SQL Connectivity code Pin
Kevin Nicol27-Nov-06 2:32
Kevin Nicol27-Nov-06 2:32 
GeneralRe: Problem in SQL Connectivity code Pin
united1827-Nov-06 22:42
united1827-Nov-06 22:42 
Questionclick me if u can Pin
shyamy27-Nov-06 0:00
shyamy27-Nov-06 0:00 
AnswerRe: click me if u can Pin
Dave Kreskowiak27-Nov-06 2:42
mveDave Kreskowiak27-Nov-06 2:42 
QuestionWhat the default access specifier . Pin
ashwath197926-Nov-06 23:33
ashwath197926-Nov-06 23:33 
AnswerRe: What the default access specifier . Pin
Dave Kreskowiak27-Nov-06 2:48
mveDave Kreskowiak27-Nov-06 2:48 
AnswerRe: What the default access specifier . Pin
Bassam Saoud27-Nov-06 2:51
Bassam Saoud27-Nov-06 2:51 
Questionneed Pin
ashu_120826-Nov-06 21:56
ashu_120826-Nov-06 21:56 
AnswerRe: need Pin
Christian Graus26-Nov-06 22:09
protectorChristian Graus26-Nov-06 22:09 
AnswerRe: need Pin
toxcct26-Nov-06 23:48
toxcct26-Nov-06 23:48 
GeneralRe: need Pin
Kevin McFarlane27-Nov-06 6:31
Kevin McFarlane27-Nov-06 6:31 
AnswerRe: need Pin
Guffa27-Nov-06 3:38
Guffa27-Nov-06 3:38 
QuestionFire Message box ... Pin
TC2826-Nov-06 21:32
TC2826-Nov-06 21:32 
AnswerRe: Fire Message box ... Pin
Johan Hakkesteegt26-Nov-06 22:00
Johan Hakkesteegt26-Nov-06 22:00 

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.