Thank you so much for all the help.
There's this problem I am facing right now. I have installed Crystal Reports 11 and Delphi 2007. I'm using Crystal Reports VCL for Crystal reports 11 and running on MSSql 2000 server.
When I try to run the report in the deployment machine, I'm getting Error...
before in crystal 8.5, I have various runtime files (DLL) I included in the destribution because we have export to excel, export to PDF etc. Each of these requires a runtime file to work on client machine...right? The old CR 8.5 VCL includes runtime.hlp file which I use to know the specific...
I am calling the RPTs via a DLL i made (say reports.dll) and this DLL is being call from the main application (EXE) when the need to print a report arises.
So you saying I need to use the merge module at the client machine? So what will I do now?
thanks a lot for the help AnnetteH, one more thing, how about the runtime files for distribution to client purposes. Do you know any helpfile or documentation, PDF or something I can use? How about the merge module. Can I use that for runtime files in VCL? I understand that's for RDC use only.
Hi AnnetteH, one more thing, can you please show me a simple sample code to call a RPT in delphi 7? I understand the native SQL driver is not included anymore on Crystal 11 and that we will be using ODBC to connect...can you please show me some code lines please?
Hi thedaver, I presumed it was not loaded because I just installed ubuntu and didn't install yet any of my hardware drivers (found on the installation CD). I presumed that just like in MSWindows, that it will initially load default driver(s) for any of the available devices(hardware). If it is...
Hi,
I've installed linux (ubuntu to be exact) for the very first time.
I'd like to ask how can I install my video driver (onboard). I can see from my installation CD a folder named linux. Under it is a file named SAVAGE_DRV.O
Can anybody please show me the rights step(s) how to successfully...
Hi,
Can anybody suggest a good sample code, site or reading material(s) related to using crystal report 11 with Delphi 2005 or Delphi 2006?
I have been tasked to convert all our existing crystal reports 8.5 RPTs running perfectly fine(with Delphi 6) to this new version and to make it work under...
Hi Guys,
I find row_number() very useful in mssql2k5.
Is there an equivalent of this in mssql2000? Or a function/procedure that will do the same thing?
TIA,
popseven
Hi Guys,
If I have a mssql 2000 table named CLAIM wherein I have created a non-clustered index named CLAIMDATE_IDX (for the field CLAIM.CLAIMDATE). If I issue a query like:
select * from claim
where claimdate = '01/20/2006'
order by claimdate
Will mssql automatically use the CLAIMDATE_IDX...
Hi,
actually, I need to change the index from NONCLUSTERED to CLUSTERED for a particular table but I need to check first (via script) before I change. If it's already CLUSTERED, I will skip it.
Hi Guys,
Is there a way to know via query if a PRIMARY KEY on a particular mssql 2000 table was declared as NONCLUSTERED or CLUSTERED index?
TIA,
popseven
Hi vbkris,
Yes, PATIENTKEY relates/connects the 2 tables.
The MEDICATION (Advil, Ornex, etc.) are the medication for a particular patient. On the sample output I have shown above, that is true when PATIENTKEY = 1.
popseven
Hi Guys,
I know this is long but I need to explain as much as possible
the problem I have.
Given 2 MSSQL 2000 tables,
PATIENTMEDICATIONS
================================
PATIENTMEDICATIONSKEY INT
PATIENTKEY INT
MEDICATION VARCHAR(20)
ACTION VARCHAR(20)
MEDICATIONDATE DATETIME...
Hi Guys,
Given a DLL and a calling application (.EXE), clicking on a button found
on the calling application will then call the dll and display the form as non modal.
How will I do this that if I switch back to the calling application (which makes the DLL now move to the back of the calling...
Hi Guys,
Is there any tool or something that I can use to compare the same reports (same filenames) but of diff'rent builds? Say if I have myrpt.rpt which is dated 01/01/06. I'd like to compare it with myrpt.rpt dated 04/01/06 to know the changes that was made in between these dates.
I'm using...
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.