Discussion:
how to close modal form automatically?
(too old to reply)
Cooper
2010-05-08 10:23:59 UTC
Permalink
Hello everyone,
I use a modal form with a progressbar where to show the status of a process.
After this process the modal form should be closed automatically.
I tried using Close, but has no effect. How can I fix this?
Thanks in advance.
Cooper.
Jamie
2010-05-08 13:32:52 UTC
Permalink
Post by Cooper
Hello everyone,
I use a modal form with a progressbar where to show the status of a process.
After this process the modal form should be closed automatically.
I tried using Close, but has no effect. How can I fix this?
Thanks in advance.
Cooper.
ModalResult := mrOk;

Loading...