The value of isHidden
for the form (PODSSubmission
object), which determines whether the form appears in the M-Business Client Forms Manager dialog: PODS_TRUE
hides the form; PODS_FALSE
displays the form.
PODSSubmission
attribute PODSBoolean isHidden;
sub.isHidden
sub.isHidden = bool
PODSBoolean PODSgetIsHidden(PODSSubmission* sub);
void PODSsetIsHidden( PODSSubmission* sub, PODSBoolean bool );
sub The PODSSubmission
object.
bool [in] The value of isHidden
to set for the PODSSubmission
object: PODS_TRUE
or PODS_FALSE
© Macro); TRUE
or FALSE
(JavaScript).
Getter: PODS_TRUE
or TRUE
if isHidden
is set to PODS_TRUE
or TRUE
; PODS_FALSE
or FALSE
otherwise.
Setter: None
Send feedback about this page using email. | Copyright © 2008, iAnywhere Solutions, Inc. |