bmistiaen
2010-08-24 11:54:04 UTC
Hello,
I would like to create a method that takes a form name (string) as input,
and is able to tell me if that form exists or not.
How can this be done?
I know it cannot be done with the formstr() function.
boolean formExists(FormName _formName)
{
;
//<pseudocode>
if the form exists
then return true
else return false
//</pseudocode>
}
I would like to create a method that takes a form name (string) as input,
and is able to tell me if that form exists or not.
How can this be done?
I know it cannot be done with the formstr() function.
boolean formExists(FormName _formName)
{
;
//<pseudocode>
if the form exists
then return true
else return false
//</pseudocode>
}