Click here to Skip to main content
16,020,567 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: vb.net 2010 datepicker Pin
Dave Kreskowiak18-Jun-15 9:28
mveDave Kreskowiak18-Jun-15 9:28 
QuestionMimic a Undo/Redo on a VB.net + Database application Pin
satc18-Jun-15 0:41
satc18-Jun-15 0:41 
AnswerRe: Mimic a Undo/Redo on a VB.net + Database application Pin
Eddy Vluggen18-Jun-15 1:04
professionalEddy Vluggen18-Jun-15 1:04 
AnswerRe: Mimic a Undo/Redo on a VB.net + Database application Pin
Sascha Lefèvre18-Jun-15 1:30
professionalSascha Lefèvre18-Jun-15 1:30 
GeneralRe: Mimic a Undo/Redo on a VB.net + Database application Pin
Richard Deeming18-Jun-15 3:27
mveRichard Deeming18-Jun-15 3:27 
GeneralRe: Mimic a Undo/Redo on a VB.net + Database application Pin
Dave Kreskowiak18-Jun-15 4:20
mveDave Kreskowiak18-Jun-15 4:20 
GeneralRe: Mimic a Undo/Redo on a VB.net + Database application Pin
satc18-Jun-15 10:24
satc18-Jun-15 10:24 
GeneralRe: Mimic a Undo/Redo on a VB.net + Database application Pin
Sascha Lefèvre18-Jun-15 11:18
professionalSascha Lefèvre18-Jun-15 11:18 
Depends on the common usage scenario of your application. If, though multi-user is possible, single-user is often the case or updates are not very frequent (e.g. because it's mostly used for querying) then you could consider it. If a user would want to undo a transaction, you would have to halt all uncommitted transactions, ensure that, since selecting "undo", no other transactions have already been committed, undo that transaction and then resume normal operation. If you expect heavy multi-user usage with frequent updates I'd drop the idea.
If the brain were so simple we could understand it, we would be so simple we couldn't. — Lyall Watson

GeneralRe: Mimic a Undo/Redo on a VB.net + Database application Pin
Dave Kreskowiak18-Jun-15 12:22
mveDave Kreskowiak18-Jun-15 12:22 
GeneralRe: Mimic a Undo/Redo on a VB.net + Database application Pin
satc18-Jun-15 12:45
satc18-Jun-15 12:45 
GeneralRe: Mimic a Undo/Redo on a VB.net + Database application Pin
Dave Kreskowiak18-Jun-15 13:19
mveDave Kreskowiak18-Jun-15 13:19 
GeneralRe: Mimic a Undo/Redo on a VB.net + Database application Pin
satc18-Jun-15 14:35
satc18-Jun-15 14:35 
GeneralRe: Mimic a Undo/Redo on a VB.net + Database application Pin
Dave Kreskowiak18-Jun-15 15:33
mveDave Kreskowiak18-Jun-15 15:33 
GeneralRe: Mimic a Undo/Redo on a VB.net + Database application Pin
satc18-Jun-15 17:04
satc18-Jun-15 17:04 
GeneralRe: Mimic a Undo/Redo on a VB.net + Database application Pin
Dave Kreskowiak18-Jun-15 18:24
mveDave Kreskowiak18-Jun-15 18:24 
GeneralRe: Mimic a Undo/Redo on a VB.net + Database application Pin
satc18-Jun-15 19:52
satc18-Jun-15 19:52 
GeneralRe: Mimic a Undo/Redo on a VB.net + Database application Pin
Dave Kreskowiak19-Jun-15 2:32
mveDave Kreskowiak19-Jun-15 2:32 
GeneralRe: Mimic a Undo/Redo on a VB.net + Database application Pin
satc19-Jun-15 11:23
satc19-Jun-15 11:23 
GeneralRe: Mimic a Undo/Redo on a VB.net + Database application Pin
Dave Kreskowiak19-Jun-15 12:45
mveDave Kreskowiak19-Jun-15 12:45 
GeneralRe: Mimic a Undo/Redo on a VB.net + Database application Pin
satc19-Jun-15 15:03
satc19-Jun-15 15:03 
GeneralRe: Mimic a Undo/Redo on a VB.net + Database application Pin
Eddy Vluggen19-Jun-15 5:22
professionalEddy Vluggen19-Jun-15 5:22 
GeneralRe: Mimic a Undo/Redo on a VB.net + Database application Pin
satc19-Jun-15 11:27
satc19-Jun-15 11:27 
GeneralRe: Mimic a Undo/Redo on a VB.net + Database application Pin
Eddy Vluggen19-Jun-15 11:40
professionalEddy Vluggen19-Jun-15 11:40 
GeneralRe: Mimic a Undo/Redo on a VB.net + Database application Pin
satc19-Jun-15 14:56
satc19-Jun-15 14:56 
GeneralRe: Mimic a Undo/Redo on a VB.net + Database application Pin
Eddy Vluggen19-Jun-15 23:32
professionalEddy Vluggen19-Jun-15 23:32 

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.