I am writing a program until now using a single form and some messagedialogs. Now i would like to create a report that pops up in a new window with 3-4 buttons and memo/string grid.
The buttons in the report are supposed to start one or more processes like printing report, or close the report window. But when selecting a process, the report window must not close. Thats a 'problem' with MessageDlg.
What kind of form object are sutable, and what kind of properties? There are som amy to choose from! An example would be great!
The buttons in the report are supposed to start one or more processes like printing report, or close the report window. But when selecting a process, the report window must not close. Thats a 'problem' with MessageDlg.
What kind of form object are sutable, and what kind of properties? There are som amy to choose from! An example would be great!