How i can use the export function of crystal Report for send mail with attachments that are not file .rpt ( i wanna send a xml file ). Is that possible?
I wanna do it, because Crystal export support MAPI and VIM protocol, that is very good!
M.
I'm looking for this file for exporting in PDF my reports...
On Crystaldecision site there isn't...
Someone can send me the file or say me where i can find it??
Thanks
Marco
marcodf78@hotmail.com
Someone can send me that
I have a Report that use the data in a Table.
Every record in this table has a field that specified the number of copies.
How i can print that number of copies, that is different every record?
Thanks and excuse for my englis
I'm a C++ programme and I use this function (SetLogOnInfo) to log on on the server runtime:
CRAXDRT::IDatabaseTablesPtr tables = pReport->Database->GetTables();
for ( i = 1; i <= tables->Count; i++) {
tables->GetItem(i)->SetLogOnInfo(strServer,strDataBase,strUserId,strPasswd);
}
I don't...
I change RunTime the SQLQuery of a Report in this way:
BSTR bstrQuery = pReport->GetSQLQueryString();
CString strQueryOK;
strQueryOK = (CString)bstrQuery;
CString str;
str = ::ChangeTypeString(vJob);
strQueryOK.Replace("0000",str);
pReport->PutSQLQueryString((_bstr_t)strQueryOK);
Is...
I have inserted a Crystal Report Viewer into a DashBoard, using ATL. The problem is that I can't Enable Export Button!
I can Enable all the others buttons, but the export no!
If i made a simple Dialog Based application, all works correctly...
Thanks for your help!
Marco
I have a problem with the orientation of my paper.
I work in Visual C++ and i use RDC.
My code is this:
------
#import <craxdrt.dll>
------
CRAXDRT::IApplicationPtr pApplication;
CRAXDRT::IReportPtr pReport;
pApplication.CreateInstance("CrystalRuntime.Application");
_bstr_t...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.