Click here to Skip to main content
15,916,945 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralVB6 Package Installation Pin
manowj16-Aug-06 0:58
manowj16-Aug-06 0:58 
QuestionHow to view data in “TEXT” type column? Pin
Krishnaraj Barvathaya B16-Aug-06 0:46
Krishnaraj Barvathaya B16-Aug-06 0:46 
AnswerRe: How to view data in “TEXT” type column? Pin
Guffa16-Aug-06 2:26
Guffa16-Aug-06 2:26 
Questionneed tips for: Slow InitializeComponent in large form app Pin
Michael Andersson15-Aug-06 23:29
Michael Andersson15-Aug-06 23:29 
AnswerRe: need tips for: Slow InitializeComponent in large form app Pin
Dave Kreskowiak16-Aug-06 1:26
mveDave Kreskowiak16-Aug-06 1:26 
GeneralRe: need tips for: Slow InitializeComponent in large form app [modified] Pin
Michael Andersson16-Aug-06 2:56
Michael Andersson16-Aug-06 2:56 
GeneralRe: need tips for: Slow InitializeComponent in large form app Pin
Dave Sexton16-Aug-06 3:14
Dave Sexton16-Aug-06 3:14 
QuestionError when update YES/NO value in access...? Pin
campbells15-Aug-06 23:13
campbells15-Aug-06 23:13 
I have a value in my access databse which is tick and untick , i think the value is YES/NO. In VB i try to set the value but i having this error....
anyone know wat it mean?

Error:
Run-time error '91':
object variable or with block variable not set

Highlight error:
DB.Execute "UPDATE Dono SET InvoicePrint = " & yes & _
" WHERE [NO] = " & "'" & Dorder.dono.Text & "'"


original code:
Dim message, dialog, title, answer
message = "Print Invoice?"
dialogtype = vbYesNo + vbQuestion
title = "Print invoice?"
answer = MsgBox(message, dialogtype, title)
If answer = vbYes Then
DB.Execute "UPDATE Dono SET InvoicePrint = " & yes & _
" WHERE [NO] = " & "'" & Dorder.dono.Text & "'"
MsgBox ("record updated successfully...")
End If
AnswerRe: Error when update YES/NO value in access...? Pin
manowj16-Aug-06 0:03
manowj16-Aug-06 0:03 
GeneralRe: Error when update YES/NO value in access...? Pin
campbells16-Aug-06 15:48
campbells16-Aug-06 15:48 
GeneralRe: Error when update YES/NO value in access...? Pin
campbells16-Aug-06 23:03
campbells16-Aug-06 23:03 
AnswerRe: Error when update YES/NO value in access...? Pin
Guffa16-Aug-06 2:28
Guffa16-Aug-06 2:28 
QuestionError of display Unicode character with ReportViewer 8 Pin
Sithy15-Aug-06 22:13
Sithy15-Aug-06 22:13 
QuestionCrystal Report XI Pin
ihe15-Aug-06 22:11
ihe15-Aug-06 22:11 
AnswerRe: Crystal Report XI Pin
Steven J Jowett15-Aug-06 23:03
Steven J Jowett15-Aug-06 23:03 
GeneralRe: Crystal Report XI Pin
ihe16-Aug-06 5:24
ihe16-Aug-06 5:24 
GeneralRe: Crystal Report XI Pin
Steven J Jowett16-Aug-06 6:04
Steven J Jowett16-Aug-06 6:04 
GeneralRe: Crystal Report XI Pin
ihe17-Aug-06 23:17
ihe17-Aug-06 23:17 
GeneralRe: Crystal Report XI Pin
Steven J Jowett20-Aug-06 23:17
Steven J Jowett20-Aug-06 23:17 
GeneralRe: Crystal Report XI Pin
ihe21-Aug-06 1:52
ihe21-Aug-06 1:52 
QuestionHow do I zip and unzip files? Pin
lutherium15-Aug-06 22:10
lutherium15-Aug-06 22:10 
AnswerRe: How do I zip and unzip files? Pin
manowj16-Aug-06 0:07
manowj16-Aug-06 0:07 
GeneralRe: How do I zip and unzip files? Pin
lutherium16-Aug-06 3:34
lutherium16-Aug-06 3:34 
AnswerRe: How do I zip and unzip files? Pin
jaykarkar16-Aug-06 3:06
jaykarkar16-Aug-06 3:06 
QuestionHow to save a file in Registry Pin
Syed Ali Raza15-Aug-06 21:56
Syed Ali Raza15-Aug-06 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.