Share Tips, Code Samples, etc. with the Visual Prolog community.
Harrison Pratt
VIP Member
Posts: 439
Joined: 5 Nov 2000 0:01

MultiEdit - edit variable numbers of strings with ONE dialog

Unread post by Harrison Pratt »

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.
Edit ONE.png
Edit ONE.png (4.35 KiB) Viewed 8611 times
Edit THREE.png
Edit THREE.png (7 KiB) Viewed 8611 times
Edit ALL.png
Edit ALL.png (15.03 KiB) Viewed 8611 times
Attachments
multiEditDemo.zip
(57.05 KiB) Downloaded 266 times
Post Reply