Subject Re: Form called in .prg is not getting executed
From Akshat Kapoor <akshat.kapoor@kapoorsons.in>
Date Mon, 1 Nov 2021 22:21:55 +0530
Newsgroups dbase.getting-started

Good Evening Milind,
> Facing Issue in executing form when called in a program.
>
> Scenerio :
> ......above code lines
> do t_form.wfm
> .....below code lines
>
> Issue : expecting to exute (......above code lines) and then executing t_form as inputs in the form are used in .....below code lines. It skips and tries to execute (.....below code lines..)
>
> Anything I am missing?
>
> however if I call t_form say in t_form.prg which has code lines
> do t_form.wfm
>
> it executes

Try deleting all the compiled files in your development folder.
This did solve an issue for me few minutes ago.
Regards
Akshat