multiEditDemo - A simple solution to a common annoyance for application developers
Problem: You have an application in which you need to edit
a variable number of data fields from a record of string values
but you don't want to create a several different editing dialogs
for each different set of values you want to edit.
Solution:
Inherit multiEdit into a generic dialog and you can edit just the specific fields
you need to without having to create several different dialogs.
-
- VIP Member
- Posts: 453
- Joined: 5 Nov 2000 0:01
MultiEdit - edit variable numbers of strings with ONE dialog
- Attachments
-
- multiEditDemo.zip
- (57.05 KiB) Downloaded 406 times