Click here to Skip to main content
15,902,874 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
satc wrote:
- Is wrong ?
Yes. A undo/redo pattern applies to a current unit of work, ie, the 'dirty' document that the user is currently editing. Consider that record to be locked, and "stopping editing", moving to the next record becomes "saving a file".

satc wrote:
- Is difficult to make ?
Depends on how far you are willing to go. Do you want a set of tables that is edited by multiple users? Imagine user A undoing the changes of user B.

satc wrote:
- Can't be done at all ?
Sure it can be done; capture the entire state of your database as a single memento-item. If your database is 2 Gb, that means 2 Gb per undo/redo step Smile | :)

Do your users really need the functionality that bad? How would you have user A and B negotatiate about whom is right?

satc wrote:
- It's unusable even if can be realized ?
"Undo/redo" is aiming at the thing you are editing; it is limited to your Word/Excel/MSPaint/Whatever file/document, not to ALL documents on the network. That would create havoc, which does not count as a unique selling point Smile | :)
Bastard Programmer from Hell Suspicious | :suss:
If you can't read my code, try converting it here[^]

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 
GeneralRe: Mimic a Undo/Redo on a VB.net + Database application Pin
PIEBALDconsult18-Jun-15 18:44
mvePIEBALDconsult18-Jun-15 18:44 
GeneralRe: Mimic a Undo/Redo on a VB.net + Database application Pin
satc18-Jun-15 19:55
satc18-Jun-15 19:55 
QuestionRefresh a bindingsource Pin
satc17-Jun-15 17:02
satc17-Jun-15 17:02 
AnswerRe: Refresh a bindingsource Pin
Dave Kreskowiak17-Jun-15 18:52
mveDave Kreskowiak17-Jun-15 18:52 
GeneralRe: Refresh a bindingsource Pin
satc17-Jun-15 20:02
satc17-Jun-15 20:02 
GeneralRe: Refresh a bindingsource Pin
Dave Kreskowiak18-Jun-15 4:12
mveDave Kreskowiak18-Jun-15 4:12 
GeneralRe: Refresh a bindingsource Pin
satc18-Jun-15 10:14
satc18-Jun-15 10:14 
GeneralRe: Refresh a bindingsource Pin
Dave Kreskowiak18-Jun-15 10:17
mveDave Kreskowiak18-Jun-15 10:17 
QuestionHow can I use a string as the name to search controls in an application? Pin
econy17-Jun-15 10:12
econy17-Jun-15 10:12 
AnswerRe: How can I use a string as the name to search controls in an application? Pin
Richard Andrew x6417-Jun-15 10:27
professionalRichard Andrew x6417-Jun-15 10:27 
SuggestionRe: How can I use a string as the name to search controls in an application? Pin
Richard Deeming17-Jun-15 10:34
mveRichard Deeming17-Jun-15 10:34 
GeneralRe: How can I use a string as the name to search controls in an application? Pin
econy17-Jun-15 14:56
econy17-Jun-15 14:56 
AnswerRe: How can I use a string as the name to search controls in an application? Pin
Ralf Meier17-Jun-15 18:55
mveRalf Meier17-Jun-15 18:55 
QuestionHow freeze first row in excel by using EPPlus.dll ??? Pin
Dharmesh .S. Patil16-Jun-15 18:37
professionalDharmesh .S. Patil16-Jun-15 18:37 
AnswerRe: How freeze first row in excel by using EPPlus.dll ??? Pin
Richard Deeming17-Jun-15 0:50
mveRichard Deeming17-Jun-15 0:50 

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.