Help on FBean
Hi,
Can some one help me on FBean. I'm trying to use FBean.Invoke to invoke the constructor which takes an item number as an argument and displays an image on the bean area of the form. If I hardcode the item number and use the implementation class property and specify the class name there the image comes up fine. But if I try to invoke with the FBean invoke method by passing the method name(which is constructor here), and the item number then it does not bring any image on the bean area of the form. So, can any one tell me how to use the fbean.invoke.
Thanks in advance.