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

Visual Basic

 
GeneralRe: operation not allowed when object is closed Pin
Hesham Amin24-Feb-03 3:36
Hesham Amin24-Feb-03 3:36 
GeneralNewbie question: Default installer path name Pin
Jim_the_M23-Feb-03 13:35
sussJim_the_M23-Feb-03 13:35 
Generalproblem in web client(redundant data added in uploaded file) Pin
yccheok23-Feb-03 11:12
yccheok23-Feb-03 11:12 
GeneralImplementing an interface (quandry)... Pin
Ray Cassick22-Feb-03 19:38
Ray Cassick22-Feb-03 19:38 
GeneralRe: Implementing an interface (quandry)... Pin
Jim Stewart22-Feb-03 20:11
Jim Stewart22-Feb-03 20:11 
GeneralRe: Implementing an interface (quandry)... Pin
Ray Cassick22-Feb-03 20:31
Ray Cassick22-Feb-03 20:31 
GeneralMSHFlexGrid's Pin
Andy H21-Feb-03 10:42
Andy H21-Feb-03 10:42 
Generaldisplaying a checkbox in access as a checkbox in vb Pin
mcm21-Feb-03 7:09
mcm21-Feb-03 7:09 
The checkbox in access is called Completed. i am trying to populate a datagrid based on a SQL statement in VB, including this checkbox, but in the grid, it is only being displayed like a text field - is there anything i can do about this? here is my code for it - any help would be appreciated!

Dim checkSQL As String
checkSQL = "SELECT OrderGenerate.OrderNumber, Client.Company, OrderGenerate.Completed " & _
" FROM Client INNER JOIN OrderGenerate ON Client.ClientCode = OrderGenerate.ClientCode " & _
" WHERE (((OrderGenerate.OrderDate)=" & dToday & "))"
Set RS = Conn.Execute(checkSQL)

Adodc1.RecordSource = checkSQL
DataGrid1.Visible = True
Set DataGrid1.DataSource = Adodc1
Adodc1.Refresh
DataGrid1.Refresh
GeneralRe: displaying a checkbox in access as a checkbox in vb Pin
mikasa21-Feb-03 9:39
mikasa21-Feb-03 9:39 
GeneralVB.NET ComboBoxes Pin
mikasa21-Feb-03 2:37
mikasa21-Feb-03 2:37 
QuestionThis control array should work, right? Pin
David Williams20-Feb-03 10:21
David Williams20-Feb-03 10:21 
AnswerRe: This control array should work, right? Pin
Ray Cassick20-Feb-03 11:54
Ray Cassick20-Feb-03 11:54 
GeneralRe: This control array should work, right? Pin
David Williams21-Feb-03 9:25
David Williams21-Feb-03 9:25 
GeneralRe: This control array should work, right? Pin
David Williams21-Feb-03 9:27
David Williams21-Feb-03 9:27 
GeneralRe: This control array should work, right? Pin
mikasa21-Feb-03 9:40
mikasa21-Feb-03 9:40 
GeneralRe: This control array should work, right? Pin
David Williams21-Feb-03 10:18
David Williams21-Feb-03 10:18 
GeneralTry to send email Pin
Anonymous20-Feb-03 10:09
Anonymous20-Feb-03 10:09 
GeneralRe: Try to send email Pin
Nick Seng20-Feb-03 15:51
Nick Seng20-Feb-03 15:51 
GeneralRe: Try to send email Pin
Anonymous25-Feb-03 9:03
Anonymous25-Feb-03 9:03 
Generaltextbox loosing focus Pin
Anonymous20-Feb-03 9:06
Anonymous20-Feb-03 9:06 
GeneralRe: textbox loosing focus Pin
Jerome Conus20-Feb-03 19:29
Jerome Conus20-Feb-03 19:29 
GeneralRe: textbox loosing focus Pin
mikasa21-Feb-03 2:35
mikasa21-Feb-03 2:35 
GeneralParallel Port Interfacing Pin
thehms19-Feb-03 22:26
thehms19-Feb-03 22:26 
GeneralMake Window Flash 3 Times Pin
Anomaly102419-Feb-03 13:02
Anomaly102419-Feb-03 13:02 
GeneralRe: Make Window Flash 3 Times Pin
r i s h a b h s19-Feb-03 21:06
r i s h a b h s19-Feb-03 21:06 

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.