Click here to Skip to main content
15,910,303 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Email Program Pin
Uma Kameswari13-Jun-11 23:26
Uma Kameswari13-Jun-11 23:26 
GeneralRe: Email Program Pin
Uma Kameswari13-Jun-11 23:30
Uma Kameswari13-Jun-11 23:30 
GeneralRe: Email Program Pin
Johan Hakkesteegt13-Jun-11 23:46
Johan Hakkesteegt13-Jun-11 23:46 
GeneralRe: Email Program Pin
Uma Kameswari14-Jun-11 0:18
Uma Kameswari14-Jun-11 0:18 
QuestionAccess 2007 DB Row Locking Pin
Kevin Marois6-Jun-11 12:04
professionalKevin Marois6-Jun-11 12:04 
AnswerRe: Access 2007 DB Row Locking Pin
Dave Kreskowiak6-Jun-11 16:54
mveDave Kreskowiak6-Jun-11 16:54 
AnswerRe: Access 2007 DB Row Locking Pin
Mycroft Holmes6-Jun-11 19:03
professionalMycroft Holmes6-Jun-11 19:03 
AnswerRe: Access 2007 DB Row Locking Pin
bmcD9929-Jul-11 4:42
bmcD9929-Jul-11 4:42 
Here's a possible solution...

You can implement your own locking mechanism simply by having a lock table. (this way you can have an editable table that, in case the client loses connectivity, another user can go to the administrator edit screen and clear the lock, if necessary)

tblLocks: TableName , IDNum, LockedBy
(primary key: TableName,IDNum)

when the edit is about to take place, try adding a record with the table/id/username
if you get an error, that record for that table is locked. otherwise leave that entry there until they quit or save and exit. then delete the record.

The LockedBy field is not necessary, but then you can see who has it locked, if you so desire.
Just use the windows login name or if your software has a login, use that.
QuestionHow to convert an SQL table to Access table Pin
Milad.Biroonvand6-Jun-11 8:52
Milad.Biroonvand6-Jun-11 8:52 
AnswerRe: How to convert an SQL table to Access table Pin
Johan Hakkesteegt9-Jun-11 3:04
Johan Hakkesteegt9-Jun-11 3:04 
QuestionVB.NET read email using MAPI [modified] Pin
hansoctantan3-Jun-11 21:44
professionalhansoctantan3-Jun-11 21:44 
AnswerRe: VB.NET read email using MAPI Pin
Dalek Dave13-Jun-11 11:49
professionalDalek Dave13-Jun-11 11:49 
QuestionVB crystal report datasource connection Pin
Central_IT3-Jun-11 1:49
Central_IT3-Jun-11 1:49 
AnswerRe: VB crystal report datasource connection Pin
Dave Kreskowiak3-Jun-11 3:31
mveDave Kreskowiak3-Jun-11 3:31 
QuestionHandle to functions. Pin
Capitanevs2-Jun-11 15:10
Capitanevs2-Jun-11 15:10 
AnswerRe: Handle to functions. Pin
Dave Kreskowiak2-Jun-11 15:47
mveDave Kreskowiak2-Jun-11 15:47 
GeneralRe: Handle to functions. Pin
Capitanevs2-Jun-11 21:44
Capitanevs2-Jun-11 21:44 
QuestionVB.NET read all folders in FTP Server Pin
hansoctantan2-Jun-11 3:30
professionalhansoctantan2-Jun-11 3:30 
AnswerRe: VB.NET read all folders in FTP Server Pin
Luc Pattyn2-Jun-11 4:21
sitebuilderLuc Pattyn2-Jun-11 4:21 
GeneralRe: VB.NET read all folders in FTP Server Pin
hansoctantan3-Jun-11 21:43
professionalhansoctantan3-Jun-11 21:43 
QuestionTCP Comm to Zebra Printer Pin
dBrong31-May-11 6:29
dBrong31-May-11 6:29 
AnswerWindows environment ? Pin
David Mujica31-May-11 7:17
David Mujica31-May-11 7:17 
GeneralRe: Windows environment ? Pin
dBrong31-May-11 10:43
dBrong31-May-11 10:43 
AnswerRaw Data Printer Component Pin
David Mujica1-Jun-11 6:26
David Mujica1-Jun-11 6:26 
GeneralRe: Raw Data Printer Component Pin
dBrong1-Jun-11 10:45
dBrong1-Jun-11 10:45 

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.