Does anyone have any examples of how to pass parms to a Crystal Report from a Form. I tried
CRYSTAL_CRYSTALCTRL.ParameterFieldsitem('OCXBLOCK.CRYSOCX').interface,0,'parm1name;30;TRUE');
where parm1name is the parameter name in Crystal. The type is STRING (but I tried with type NUMBER, too).
When Forms execute this sentence, the Form drops.
Thanks in advance.
CRYSTAL_CRYSTALCTRL.ParameterFieldsitem('OCXBLOCK.CRYSOCX').interface,0,'parm1name;30;TRUE');
where parm1name is the parameter name in Crystal. The type is STRING (but I tried with type NUMBER, too).
When Forms execute this sentence, the Form drops.
Thanks in advance.