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

Visual Basic

 
Questionto draw the line between the cells of msflexgrid Pin
Gkmal24-May-09 20:47
Gkmal24-May-09 20:47 
AnswerRe: to draw the line between the cells of msflexgrid Pin
LCARS x3224-May-09 22:59
LCARS x3224-May-09 22:59 
QuestionWhere is the problem Pin
Amer Rehman24-May-09 20:26
Amer Rehman24-May-09 20:26 
AnswerRe: Where is the problem Pin
DidiKunz24-May-09 20:34
DidiKunz24-May-09 20:34 
GeneralRe: Where is the problem Pin
Mohammed.Al-Qaisi25-May-09 6:17
Mohammed.Al-Qaisi25-May-09 6:17 
GeneralRe: Where is the problem Pin
Dave Kreskowiak25-May-09 6:43
mveDave Kreskowiak25-May-09 6:43 
QuestionCaonnot Update Database Access withh visualBasics6 Pin
labq58124-May-09 17:32
labq58124-May-09 17:32 
AnswerRe: Caonnot Update Database Access withh visualBasics6 Pin
DidiKunz24-May-09 20:28
DidiKunz24-May-09 20:28 
labq581 wrote:
Private Sub CmdUpDate_Click()
Set ws = DBEngine.Workspaces(0)
Set dd = wS.OpenDatabase("C:\Project\Project.mdb")
Dim rs As Recordset
Dim Sql As String

SqL = "select * from report_tab where idd='" & T1.Text & "'"
Set rs = dB.OpenRecordset(SqL, dbOpenSnapshot)
With RsLap
.Clone
!no = T2.Text
!ext = T3.Text
.Update
MsgBox "Updated", vbOKOnly
End With


What is RsLap, and why do you use .Clone? Normaly you use Clone something like that:

Dim rs as Recordset
...
'open recordset rs
...
Dim rsClone as Recordset
Set rsClone = rs.Clone


Regards: Didi
GeneralRe: Caonnot Update Database Access withh visualBasics6 Pin
Tiyani Miyambo25-May-09 2:57
Tiyani Miyambo25-May-09 2:57 
AnswerRe: Caonnot Update Database Access withh visualBasics6 Pin
riced25-May-09 6:22
riced25-May-09 6:22 
Questioncreate combo box in datagrid Pin
labq58124-May-09 16:55
labq58124-May-09 16:55 
AnswerRe: create combo box in datagrid Pin
DidiKunz24-May-09 20:30
DidiKunz24-May-09 20:30 
AnswerRe: create combo box in datagrid Pin
Baran M25-May-09 1:09
Baran M25-May-09 1:09 
QuestionCheck whether medium is a DVD or CD Pin
Zaegra24-May-09 4:21
Zaegra24-May-09 4:21 
AnswerRe: Check whether medium is a DVD or CD Pin
dan!sh 24-May-09 8:19
professional dan!sh 24-May-09 8:19 
GeneralRe: Check whether medium is a DVD or CD Pin
Zaegra24-May-09 10:44
Zaegra24-May-09 10:44 
GeneralRe: Check whether medium is a DVD or CD Pin
dan!sh 24-May-09 18:39
professional dan!sh 24-May-09 18:39 
GeneralRe: Check whether medium is a DVD or CD Pin
Zaegra24-May-09 22:05
Zaegra24-May-09 22:05 
GeneralRe: Check whether medium is a DVD or CD Pin
dan!sh 24-May-09 22:23
professional dan!sh 24-May-09 22:23 
GeneralRe: Check whether medium is a DVD or CD Pin
Zaegra24-May-09 23:00
Zaegra24-May-09 23:00 
GeneralRe: Check whether medium is a DVD or CD Pin
dan!sh 25-May-09 7:09
professional dan!sh 25-May-09 7:09 
AnswerRe: Check whether medium is a DVD or CD Pin
Samir Ibrahim25-May-09 1:40
Samir Ibrahim25-May-09 1:40 
GeneralRe: Check whether medium is a DVD or CD Pin
Zaegra25-May-09 5:13
Zaegra25-May-09 5:13 
GeneralRe: Check whether medium is a DVD or CD Pin
Samir Ibrahim25-May-09 6:48
Samir Ibrahim25-May-09 6:48 
GeneralRe: Check whether medium is a DVD or CD Pin
Zaegra25-May-09 7:13
Zaegra25-May-09 7:13 

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.