I'm a Delphi4 user.
I've toggled the options menu not to create the forms automatically.
Clicking a menu choice should lead to a form showing on the screen given the following code:
TNewPatient.Create(self);
It works with delphi/demo examples but does not work with my own prog.
Please, all you who know better, tell me what I'm doing wrong because when I run the program and click the menu choice, the form dosen't show.
I've toggled the options menu not to create the forms automatically.
Clicking a menu choice should lead to a form showing on the screen given the following code:
TNewPatient.Create(self);
It works with delphi/demo examples but does not work with my own prog.
Please, all you who know better, tell me what I'm doing wrong because when I run the program and click the menu choice, the form dosen't show.