hi.
i'm (self evidently) quite new to delphi. let me explain roughly what i want to do.
i have a fairly complex structure of 10 paradox tables for a ticketing system, and have written an application in delphi that allows all basic operations to be done on the tables. however, for various reasons this is insufficient for some operations. for example, the user needs to create a "transaction" record, several "ticket" records etc at the same time, and needs to be guided through this process.
so in effect i'm looking to create one or more "wizards" to perform this. as far as i know, there is no inbuilt wizard component in delphi, so i guess the easiest way to do this is with a series of dialogs? if so, how should i go about it?
if anyone can give me some pointers on the best way to do this i would be very grateful.
i'm (self evidently) quite new to delphi. let me explain roughly what i want to do.
i have a fairly complex structure of 10 paradox tables for a ticketing system, and have written an application in delphi that allows all basic operations to be done on the tables. however, for various reasons this is insufficient for some operations. for example, the user needs to create a "transaction" record, several "ticket" records etc at the same time, and needs to be guided through this process.
so in effect i'm looking to create one or more "wizards" to perform this. as far as i know, there is no inbuilt wizard component in delphi, so i guess the easiest way to do this is with a series of dialogs? if so, how should i go about it?
if anyone can give me some pointers on the best way to do this i would be very grateful.