Rajesh Karunakaran
Programmer
Dear Team,
thread184-1766324
I referred the above link but couldn't find a solution to the exact requirement.
Similar to the question in above thread, I have a VCX file and there is a class which is actually a form. This form is used to display a help list to users from which they can select a record. I want to save this as an independent form, ie an independent SCX file like ANYNAME.SCX. My requirement is to use this form as a normal form.
I tried to instantiate the class, after setting the VCX as current CLASSLIB, as in
. I expected I can use the 'SaveAs' method of the class instance. But, as this form contains table references, I am getting issues.
I referred in the Class Browser also but couldn't find anything for this purpose.
Is there a way to do it?
Thank you,
Rajesh
thread184-1766324
I referred the above link but couldn't find a solution to the exact requirement.
Similar to the question in above thread, I have a VCX file and there is a class which is actually a form. This form is used to display a help list to users from which they can select a record. I want to save this as an independent form, ie an independent SCX file like ANYNAME.SCX. My requirement is to use this form as a normal form.
I tried to instantiate the class, after setting the VCX as current CLASSLIB, as in
Code:
o=createobject('findCustomer')
I referred in the Class Browser also but couldn't find anything for this purpose.
Is there a way to do it?
Thank you,
Rajesh