Subject Re: calling part of .wfm from another .prg
From Akshat Kapoor <akshat.kapoor@kapoorsons.in>
Date Sun, 2 Jan 2022 21:59:19 +0530
Newsgroups dbase.getting-started

Good Evening Milind,

> Thanks Bruce,
> It worked with minor change. Insted of Parameter fm I used Public fm.
> Can you explain me what is
> if type("form") = "O"

type() returns the type.
It is C for character
For greater details check the help file
execute help type() in command window to go directly to that topic.

O stands for Object

Form is an object
Regards
Akshat