B
BUS
Guest
Hello all,
I want to avoid displaying a form if it is already active generated
by a user defined function.
For this I tried using
if(hiIsFormDisplayed(testform)==t
then
printf("testform is already displayed")
else
hiDisplayForm(testform list(0 0))
)
But this is not working as the formstructure is modified for every
new run.
What is the approach to stop displaying a form if it is already
displayed .
Regards,
Sridhar.
I want to avoid displaying a form if it is already active generated
by a user defined function.
For this I tried using
if(hiIsFormDisplayed(testform)==t
then
printf("testform is already displayed")
else
hiDisplayForm(testform list(0 0))
)
But this is not working as the formstructure is modified for every
new run.
What is the approach to stop displaying a form if it is already
displayed .
Regards,
Sridhar.