Click here to Skip to main content
15,917,059 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: capturing keys from keyboard with out event handling? Pin
jamilkhan0077-Aug-07 21:13
jamilkhan0077-Aug-07 21:13 
GeneralRe: capturing keys from keyboard with out event handling? Pin
Mycroft Holmes7-Aug-07 22:48
professionalMycroft Holmes7-Aug-07 22:48 
AnswerRe: capturing keys from keyboard with out event handling? Pin
Luc Pattyn8-Aug-07 0:03
sitebuilderLuc Pattyn8-Aug-07 0:03 
GeneralRe: capturing keys from keyboard with out event handling? Pin
jamilkhan0078-Aug-07 20:18
jamilkhan0078-Aug-07 20:18 
GeneralRe: capturing keys from keyboard with out event handling? Pin
Luc Pattyn9-Aug-07 0:19
sitebuilderLuc Pattyn9-Aug-07 0:19 
QuestionMultiuser VB Project Pin
raaman7-Aug-07 20:18
raaman7-Aug-07 20:18 
AnswerRe: Multiuser VB Project Pin
Mycroft Holmes7-Aug-07 22:51
professionalMycroft Holmes7-Aug-07 22:51 
GeneralRe: Multiuser VB Project Pin
raaman8-Aug-07 17:19
raaman8-Aug-07 17:19 
Thanks 4 ur suggestion but i wonder how it is to be done. I didnt get how to create a centralised DB. Actually, as i said earlier i have no problem acessing the database from the applications in a shared environment of my network, except that only the crystal report has the problem since it doesnot point to the exact path that i have specified instead it retrieves from the local computer. So, pls can u help me with further details. My code for the Crystal Report part is as below;

With CrystalReport1
.ReportFileName = app.Path & "\Reports\rptmaster.rpt"
.Connect = app.Path & "\Database\db.mdb"
.SelectionFormula = "{tblContractor.CDBNo} = '" + Trim
(txtcdb.Text) + "'"
.DiscardSavedData = True
.Destination = crptToWindow
.WindowShowRefreshBtn = True
.WindowControlBox = True
.WindowState = crptMaximized
.WindowTitle = "SLAB RATE LEVY DETAILS"
.Action = 1
End With

ggggggggggggggggggggggggggggggggggggggggggggggggggggggggggdfsgdsfgfdsgfdsgfdsgfds d fgdsgfdgfds ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff

GeneralRe: Multiuser VB Project Pin
Bino B10-Aug-07 5:02
Bino B10-Aug-07 5:02 
GeneralRe: Multiuser VB Project Pin
raaman10-Aug-07 17:24
raaman10-Aug-07 17:24 
Questionany image must always go in my.resources???? Pin
jamilkhan0077-Aug-07 20:15
jamilkhan0077-Aug-07 20:15 
AnswerRe: any image must always go in my.resources???? Pin
Luc Pattyn8-Aug-07 0:08
sitebuilderLuc Pattyn8-Aug-07 0:08 
Question"mybase.inputlanguagechanging" does not accur! Pin
jamilkhan0077-Aug-07 20:10
jamilkhan0077-Aug-07 20:10 
AnswerRe: "mybase.inputlanguagechanging" does not accur! Pin
Dave Kreskowiak8-Aug-07 3:39
mveDave Kreskowiak8-Aug-07 3:39 
QuestionUpdating a Database via Datagrid Problem Pin
Trupti Mehta7-Aug-07 19:37
Trupti Mehta7-Aug-07 19:37 
AnswerRe: Updating a Database via Datagrid Problem Pin
Kschuler8-Aug-07 8:01
Kschuler8-Aug-07 8:01 
GeneralRe: Updating a Database via Datagrid Problem Pin
Trupti Mehta8-Aug-07 21:22
Trupti Mehta8-Aug-07 21:22 
GeneralRe: Updating a Database via Datagrid Problem Pin
Kschuler9-Aug-07 2:43
Kschuler9-Aug-07 2:43 
AnswerRe: Updating a Database via Datagrid Problem Pin
shreekantk26-Feb-09 22:38
shreekantk26-Feb-09 22:38 
Questioncombobox with AutoCompleteMode Pin
aphei7-Aug-07 17:03
aphei7-Aug-07 17:03 
AnswerRe: combobox with AutoCompleteMode Pin
Nilesh Hapse7-Aug-07 20:51
Nilesh Hapse7-Aug-07 20:51 
GeneralInformation from Senthil.S for combobox with AutoCompleteMode Pin
Senthil S8-Aug-07 1:48
Senthil S8-Aug-07 1:48 
GeneralRe: combobox with AutoCompleteMode Pin
aphei8-Aug-07 15:37
aphei8-Aug-07 15:37 
AnswerReply combobox with AutoCompleteMode Pin
Senthil S8-Aug-07 1:35
Senthil S8-Aug-07 1:35 
GeneralRe: Reply combobox with AutoCompleteMode Pin
aphei8-Aug-07 15:39
aphei8-Aug-07 15:39 

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.