Click here to Skip to main content
15,891,033 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: How to show desktop from an application Pin
jzonthemtn4-Jul-08 9:46
jzonthemtn4-Jul-08 9:46 
AnswerRe: How to show desktop from an application Pin
DaveyM694-Jul-08 10:34
professionalDaveyM694-Jul-08 10:34 
QuestionHow to draw on an image Pin
asteriskgr4-Jul-08 8:29
asteriskgr4-Jul-08 8:29 
AnswerRe: How to draw on an image Pin
Christian Graus4-Jul-08 9:45
protectorChristian Graus4-Jul-08 9:45 
AnswerRe: How to draw on an image Pin
sa_runner7-Jul-08 4:14
sa_runner7-Jul-08 4:14 
QuestionData Gridview colume hiding Pin
rajesh_ncc4-Jul-08 3:53
rajesh_ncc4-Jul-08 3:53 
AnswerRe: Data Gridview colume hiding Pin
Rupesh Kumar Swami4-Jul-08 4:04
Rupesh Kumar Swami4-Jul-08 4:04 
Questionvb6 adodc delete Pin
Amit Battan Ror4-Jul-08 3:04
Amit Battan Ror4-Jul-08 3:04 
i am using following code in vb6

Private Sub cmdDelete_Click()
On Error GoTo DeleteErr
With datPrimaryRS.Recordset
.Delete
.MoveNext
If .EOF Then .MoveLast
End With
Exit Sub
DeleteErr:
MsgBox Err.Description
End Sub

but it give error:
Insufficient key column information for updating or refreshing.

it remove the data from datagrid but not from ms access database

please help me

battan20@gmail.com
AnswerRe: vb6 adodc delete Pin
Vimalsoft(Pty) Ltd4-Jul-08 4:23
professionalVimalsoft(Pty) Ltd4-Jul-08 4:23 
AnswerRe: vb6 adodc delete Pin
Vimalsoft(Pty) Ltd9-Jul-08 4:54
professionalVimalsoft(Pty) Ltd9-Jul-08 4:54 
QuestionGet value from Mutiple fom Pin
Sarfaraj Ahmed4-Jul-08 2:33
Sarfaraj Ahmed4-Jul-08 2:33 
AnswerRe: Get value from Mutiple fom Pin
nlarson114-Jul-08 3:07
nlarson114-Jul-08 3:07 
GeneralRe: Get value from Mutiple fom Pin
Sarfaraj Ahmed4-Jul-08 3:51
Sarfaraj Ahmed4-Jul-08 3:51 
AnswerRe: Get value from Mutiple fom Pin
Jay Royall4-Jul-08 3:54
Jay Royall4-Jul-08 3:54 
QuestionHow to read EDI files like 835, 837 Pin
K Suresh Reddy4-Jul-08 1:22
K Suresh Reddy4-Jul-08 1:22 
AnswerRe: How to read EDI files like 835, 837 Pin
Dave Kreskowiak4-Jul-08 6:32
mveDave Kreskowiak4-Jul-08 6:32 
GeneralRe: How to read EDI files like 835, 837 Pin
K Suresh Reddy7-Jul-08 19:03
K Suresh Reddy7-Jul-08 19:03 
GeneralRe: How to read EDI files like 835, 837 Pin
Dave Kreskowiak8-Jul-08 9:29
mveDave Kreskowiak8-Jul-08 9:29 
QuestionEdit the data in a detail view at run time Pin
Rock Star.3-Jul-08 23:59
Rock Star.3-Jul-08 23:59 
AnswerRe: Edit the data in a detail view at run time Pin
Vimalsoft(Pty) Ltd4-Jul-08 4:45
professionalVimalsoft(Pty) Ltd4-Jul-08 4:45 
Questionrestrict project to run only 20 times Pin
vijaylumar3-Jul-08 23:20
vijaylumar3-Jul-08 23:20 
AnswerRe: restrict project to run only 20 times Pin
Rupesh Kumar Swami3-Jul-08 23:29
Rupesh Kumar Swami3-Jul-08 23:29 
GeneralRe: restrict project to run only 20 times Pin
vijaylumar3-Jul-08 23:46
vijaylumar3-Jul-08 23:46 
AnswerRe: restrict project to run only 20 times Pin
jeipiyaku4-Jul-08 0:00
jeipiyaku4-Jul-08 0:00 
GeneralRe: restrict project to run only 20 times Pin
LloydA1114-Jul-08 12:07
LloydA1114-Jul-08 12:07 

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.