Subject Form called in .prg is not getting executed
From Milind Nighojkar <milinigh@yahoo.com>
Date Mon, 01 Nov 2021 00:39:47 -0400
Newsgroups dbase.getting-started

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

Regards