Click here to Skip to main content
15,890,438 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to access an unknown file format? Pin
Dave Kreskowiak29-Jan-10 2:23
mveDave Kreskowiak29-Jan-10 2:23 
GeneralRe: How to access an unknown file format? Pin
Sonhospa29-Jan-10 5:30
Sonhospa29-Jan-10 5:30 
GeneralRe: How to access an unknown file format? Pin
Richard MacCutchan29-Jan-10 6:41
mveRichard MacCutchan29-Jan-10 6:41 
QuestionZedGraph question Pin
TheComputerMan28-Jan-10 3:56
TheComputerMan28-Jan-10 3:56 
QuestionReferences in Class Library Pin
Jay Royall27-Jan-10 23:52
Jay Royall27-Jan-10 23:52 
AnswerRe: References in Class Library Pin
Gideon Engelberth28-Jan-10 2:51
Gideon Engelberth28-Jan-10 2:51 
GeneralRe: References in Class Library Pin
Jay Royall28-Jan-10 4:49
Jay Royall28-Jan-10 4:49 
QuestionDelete record using ADODC in vb6 Pin
offroaderdan27-Jan-10 23:48
offroaderdan27-Jan-10 23:48 
Experts i have mostly figured out the code i need howevr am slightly stuck!

I have a database which works fine, i want to delete a record that i have highlighted,

code :
dim lbk as long
lbk = Adodc2.recordset.bookmark
Adodc2.refresh
Adodc2.recordset.move lbk
Adodc2.recordet.delete


This code will delete the last record and not the record selected Frown | :(

Im sure that there is something little in this code which isn't working, if anybody can help that would be great

Cheers

Dan
AnswerRe: Delete record using ADODC in vb6 Pin
Estys28-Jan-10 0:20
Estys28-Jan-10 0:20 
GeneralRe: Delete record using ADODC in vb6 Pin
offroaderdan28-Jan-10 0:50
offroaderdan28-Jan-10 0:50 
GeneralRe: Delete record using ADODC in vb6 Pin
Estys28-Jan-10 1:24
Estys28-Jan-10 1:24 
QuestionMDX Change array to list Pin
led12327-Jan-10 3:44
led12327-Jan-10 3:44 
QuestionMD5 checksum problem Pin
Gagan.2027-Jan-10 2:18
Gagan.2027-Jan-10 2:18 
AnswerRe: MD5 checksum problem Pin
Covean27-Jan-10 2:37
Covean27-Jan-10 2:37 
GeneralRe: MD5 checksum problem Pin
Gagan.2027-Jan-10 2:48
Gagan.2027-Jan-10 2:48 
GeneralRe: MD5 checksum problem Pin
DaveAuld27-Jan-10 3:06
professionalDaveAuld27-Jan-10 3:06 
GeneralRe: MD5 checksum problem Pin
Covean27-Jan-10 3:06
Covean27-Jan-10 3:06 
GeneralRe: MD5 checksum problem Pin
Gagan.2027-Jan-10 3:11
Gagan.2027-Jan-10 3:11 
GeneralRe: MD5 checksum problem Pin
DaveAuld27-Jan-10 3:25
professionalDaveAuld27-Jan-10 3:25 
GeneralRe: MD5 checksum problem Pin
Covean27-Jan-10 4:02
Covean27-Jan-10 4:02 
GeneralRe: MD5 checksum problem Pin
Gagan.2027-Jan-10 4:12
Gagan.2027-Jan-10 4:12 
GeneralRe: MD5 checksum problem Pin
Covean27-Jan-10 4:34
Covean27-Jan-10 4:34 
GeneralRe: MD5 checksum problem Pin
Luc Pattyn27-Jan-10 7:36
sitebuilderLuc Pattyn27-Jan-10 7:36 
QuestionDatagrid Pin
sohil masani26-Jan-10 19:54
sohil masani26-Jan-10 19:54 
AnswerRe: Datagrid [modified] Pin
Mr Oizo26-Jan-10 20:46
Mr Oizo26-Jan-10 20:46 

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.