Click here to Skip to main content
15,887,027 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: configure crystal report2008 with vb6.0 Pin
_Damian S_17-Mar-09 20:39
professional_Damian S_17-Mar-09 20:39 
GeneralRe: configure crystal report2008 with vb6.0 Pin
Mycroft Holmes17-Mar-09 23:20
professionalMycroft Holmes17-Mar-09 23:20 
GeneralRe: configure crystal report2008 with vb6.0 Pin
demetter18-Mar-09 21:19
demetter18-Mar-09 21:19 
AnswerRe: configure crystal report2008 with vb6.0 Pin
Christian Graus17-Mar-09 20:39
protectorChristian Graus17-Mar-09 20:39 
GeneralRe: configure crystal report2008 with vb6.0 Pin
demetter18-Mar-09 21:28
demetter18-Mar-09 21:28 
QuestionListbox to textboxes Pin
hendrikbez17-Mar-09 19:37
hendrikbez17-Mar-09 19:37 
AnswerRe: Listbox to textboxes Pin
Christian Graus17-Mar-09 19:52
protectorChristian Graus17-Mar-09 19:52 
GeneralRe: Listbox to textboxes Pin
hendrikbez17-Mar-09 20:54
hendrikbez17-Mar-09 20:54 
Sorry my engilsh is not so good, what do you mean by illegble and deliberate.

Is there onther way do this this codeing.

Luidraad type = text (150)
No quotes
Can not see waht line is blowing up.

Did step true here is what I get when I press F8.

1. Click on 4th entry in listbox1 (Hendrik)

2. Dim Sqlstr as string (Sqlstr Nothing)

3. After F8 = Dim Sqlstr as string (Sqlstr "Select *from tblokkies where luidraad=Hendrik")

4. listbox1.items(listbox1.selectedindex) (Listbox1.items {System.Windows.forms.listbox.objectcollection)

5 After F8 = listbox1.items(listbox1.selectedindex) (Listbox1.selectedindex 4)

6. Filltextbox(Sqlstr) (Filltextbox Nothing)

7. Dim Oledbconn as oledbconnection = new oledbconnection(Connstring)

(OleDbConn {system.data.oleDbConnection}

(ConnectionString "Provider=microsoft.jet.oledb.4.0;data source=c:\blokkies\blokkies.mdb"

(ConnectionTimeout 15

(Conteiner nothing

(Database ""

(DataSource "c:\blokkies\blokkies.mdb"

(Provider "Microsoft.jet.oledb.4.0"

(Serverversion {"invalid operation. The connection is closed"}

(Site Nothing

(State Closed {0}

8. dim myoledbcommand nothing dbconn

9. after F8

(Myoledbcommand {system.data.oledb.oledbcommand}

(commandtext ""

(Commandtimeout 30

(commandtype text {1}

(connection nothing

(container nothing

(designtimevisible true

(parameters {system.data.oledb.oleparametercollection}

(Site nothing

(transaction nothing

(updatedrowsource both {3}

10. myoledbcommand.connection = (oledbconn)

(OleDbConn {system.data.oleDbConnection}

(ConnectionString "Provider=microsoft.jet.oledb.4.0;data source=c:\blokkies\blokkies.mdb"

(ConnectionTimeout 15

(Conteiner nothing

(Database ""

(DataSource "c:\blokkies\blokkies.mdb"

(Provider "Microsoft.jet.oledb.4.0"

(Serverversion "04.00.0000"

(Site Nothing

(State open {1}

11. myoledbcommand.commandtext =sqlstring = myoledbcommand.commandtext ""

12. After F8 =sqlstring = "select*from tblokkies where luidraad=Hendrik"

= myoledbcommand.commandtext = "select*from tblokkies where luidraad=Hendrik"

13. Mydatareader = myoledbcommand.executereader = nothing

after thisd it gives me the error.

Hope this help, I don't understand it quit yet.
GeneralRe: Listbox to textboxes Pin
celso_cabaleiro17-Mar-09 21:27
celso_cabaleiro17-Mar-09 21:27 
QuestionRe: Listbox to textboxes Pin
hendrikbez17-Mar-09 22:41
hendrikbez17-Mar-09 22:41 
QuestionAutomatically open chat window Pin
Gagan.2017-Mar-09 19:04
Gagan.2017-Mar-09 19:04 
AnswerRe: Automatically open chat window Pin
Christian Graus17-Mar-09 20:04
protectorChristian Graus17-Mar-09 20:04 
GeneralRe: Automatically open chat window Pin
Gagan.2017-Mar-09 20:31
Gagan.2017-Mar-09 20:31 
GeneralRe: Automatically open chat window Pin
Christian Graus17-Mar-09 20:33
protectorChristian Graus17-Mar-09 20:33 
GeneralRe: Automatically open chat window Pin
Gagan.2018-Mar-09 4:47
Gagan.2018-Mar-09 4:47 
Questionrecording sound from mic in VB.NET Pin
shark_scott17-Mar-09 17:34
shark_scott17-Mar-09 17:34 
QuestionPassing hIcons to WinAPI Pin
o m n i17-Mar-09 15:25
o m n i17-Mar-09 15:25 
AnswerRe: Passing hIcons to WinAPI Pin
Dave Kreskowiak18-Mar-09 6:38
mveDave Kreskowiak18-Mar-09 6:38 
QuestionProcessing Very Large Lists Pin
Alan Burkhart17-Mar-09 12:15
Alan Burkhart17-Mar-09 12:15 
AnswerRe: Processing Very Large Lists Pin
Christian Graus17-Mar-09 12:22
protectorChristian Graus17-Mar-09 12:22 
AnswerRe: Processing Very Large Lists Pin
supercat917-Mar-09 12:56
supercat917-Mar-09 12:56 
AnswerRe: Processing Very Large Lists Pin
Alan Burkhart17-Mar-09 13:17
Alan Burkhart17-Mar-09 13:17 
AnswerRe: Processing Very Large Lists Pin
Luc Pattyn17-Mar-09 15:03
sitebuilderLuc Pattyn17-Mar-09 15:03 
GeneralRe: Processing Very Large Lists Pin
Alan Burkhart17-Mar-09 16:18
Alan Burkhart17-Mar-09 16:18 
QuestionMS Word Automation [modified] correct and/or add styles to an existing document using template ???? Pin
Amr M. K.17-Mar-09 12:08
Amr M. K.17-Mar-09 12:08 

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.