Click here to Skip to main content
15,907,905 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: error when commiting the row to the original data store(urgent) Pin
Dave Kreskowiak10-Jul-07 12:24
mveDave Kreskowiak10-Jul-07 12:24 
Questionhow to create ocx (activex) control in vb.net Pin
Tom Deketelaere8-Jul-07 23:07
professionalTom Deketelaere8-Jul-07 23:07 
AnswerRe: how to create ocx (activex) control in vb.net Pin
Vasudevan Deepak Kumar9-Jul-07 2:07
Vasudevan Deepak Kumar9-Jul-07 2:07 
GeneralRe: how to create ocx (activex) control in vb.net Pin
Tom Deketelaere9-Jul-07 3:11
professionalTom Deketelaere9-Jul-07 3:11 
GeneralRe: how to create ocx (activex) control in vb.net Pin
Dave Kreskowiak9-Jul-07 4:13
mveDave Kreskowiak9-Jul-07 4:13 
GeneralRe: how to create ocx (activex) control in vb.net Pin
Tom Deketelaere9-Jul-07 4:30
professionalTom Deketelaere9-Jul-07 4:30 
GeneralRe: how to create ocx (activex) control in vb.net Pin
Tom Deketelaere9-Jul-07 4:49
professionalTom Deketelaere9-Jul-07 4:49 
QuestionNull value Pin
magedhv8-Jul-07 23:07
magedhv8-Jul-07 23:07 
please help
i wanna make a code that tell visual basic if the value of ("reglz")= dbnull then
go to err1:
when i type that ,he underline the word dbnull (u can't use it as experision

here is my code



        cmd.CommandText = "select sum(fatrq1)reglz from reglz where fatrname = '" + ComboBox1.Text + "'"<br />
        'fatrq1<br />
        dr = cmd.ExecuteReader<br />
<br />
        dr.Read()<br />
<br />
<br />
        If f = DBNull Then<br />
            GoTo hh<br />
<br />
        End If<br />
<br />
        f = dr("reglz")<br />

any suggestion ???
AnswerRe: Null value Pin
Nilesh Hapse8-Jul-07 23:20
Nilesh Hapse8-Jul-07 23:20 
AnswerRe: Null value Pin
Vimalsoft(Pty) Ltd8-Jul-07 23:26
professionalVimalsoft(Pty) Ltd8-Jul-07 23:26 
AnswerRe: Null value Pin
Tom Deketelaere8-Jul-07 23:37
professionalTom Deketelaere8-Jul-07 23:37 
Questionvb6 code doesn't work in VBA(ms access). Pin
Asif Rehman8-Jul-07 22:15
Asif Rehman8-Jul-07 22:15 
AnswerRe: vb6 to VBA(I found solution). But Pin
Asif Rehman8-Jul-07 22:57
Asif Rehman8-Jul-07 22:57 
QuestionVB.net user controls in Access 2007 Pin
Tom Deketelaere8-Jul-07 21:39
professionalTom Deketelaere8-Jul-07 21:39 
AnswerRe: VB.net user controls in Access 2007 Pin
Paul Conrad29-Jul-07 6:07
professionalPaul Conrad29-Jul-07 6:07 
GeneralRe: VB.net user controls in Access 2007 Pin
Tom Deketelaere29-Jul-07 20:46
professionalTom Deketelaere29-Jul-07 20:46 
GeneralRe: VB.net user controls in Access 2007 Pin
Paul Conrad30-Jul-07 5:26
professionalPaul Conrad30-Jul-07 5:26 
GeneralRe: VB.net user controls in Access 2007 Pin
Tom Deketelaere30-Jul-07 5:31
professionalTom Deketelaere30-Jul-07 5:31 
QuestionHow to give security using kerberos token? Pin
honeysip8-Jul-07 21:15
honeysip8-Jul-07 21:15 
AnswerRe: ASP.Net? Pin
Christian Graus9-Jul-07 0:54
protectorChristian Graus9-Jul-07 0:54 
Questionhow to create control array ? in vb .net Pin
babusat8-Jul-07 18:24
babusat8-Jul-07 18:24 
AnswerRe: how to create control array ? in vb .net Pin
Tom Deketelaere8-Jul-07 21:42
professionalTom Deketelaere8-Jul-07 21:42 
QuestionRe: how to create control array ? in vb .net Pin
babusat9-Jul-07 0:11
babusat9-Jul-07 0:11 
AnswerRe: how to create control array ? in vb .net Pin
Tom Deketelaere9-Jul-07 0:35
professionalTom Deketelaere9-Jul-07 0:35 
Questionits good but i want to access textbox with index value Pin
babusat9-Jul-07 2:41
babusat9-Jul-07 2:41 

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.