[RESOLVED] Crystal report problem..
i have take a sample project using crystal report,i don't know what version..
then i try it at my PC.i have using crystal report version 9.2.2.634
i've got this error :
-------------------------------------------------------------------------
Line 20: Class Crystal.CrystalReport of control crpt was not a loaded control class.
Line 23: The property name _ExtentX in crpt is invalid.
Line 24: The property name _ExtentY in crpt is invalid.
Line 25: The property name _Version in crpt is invalid.
Line 26: The property name PrintFileLinesPerPage in crpt is invalid.
-------------------------------------------------------------------------
pls anyone help me....:(
it's very important....
plss guru....
Re: Crystal report problem..
Are you using the VB?Or VS,net :wave:
Re: Crystal report problem..
i'm using vb 6.0
actually what is the problem??
thanks pal...:)
Re: Crystal report problem..
Code:
Line 23: The property name _ExtentX in crpt is invalid.
Line 24: The property name _ExtentY in crpt is invalid.
Line 25: The property name _Version in crpt is invalid.
Line 26: The property name PrintFileLinesPerPage in crpt is invalid
From where you get the code, check the crystal report control in your project, have you all the above property in it or not?
Click on the crystal report tutorial at my signature and check how to make the Cr in the Vb
Re: Crystal report problem..
the code i get from .log file
when i first running the program,the error generate at .log file then the crystal report(crpt) at the form became a picture box..
what do you mean by 'check the crystal report control in your project, have you all the above property in it or not'??
i don't understand it...sorry pal...:( i'm a newbie