Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: popseven
  • Order by date
  1. popseven

    Crystal Reports 11 for Delphi 2005/2006

    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...
  2. popseven

    Crystal Reports 11 for Delphi 2005/2006

    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...
  3. popseven

    Crystal Reports 11 for Delphi 2005/2006

    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?
  4. popseven

    Crystal Reports 11 for Delphi 2005/2006

    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.
  5. popseven

    Crystal Reports 11 for Delphi 2005/2006

    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?
  6. popseven

    Installing onboard video driver on ubuntu

    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...
  7. popseven

    Installing onboard video driver on ubuntu

    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...
  8. popseven

    Crystal Reports 11 for Delphi 2005/2006

    hi AnnetteH, I been there but the best VCL I can find for CR 11 is for delphi 7. Maybe I need to contact product support?
  9. popseven

    Crystal Reports 11 for Delphi 2005/2006

    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...
  10. popseven

    row_number() equivalent in MSSQL 2000

    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
  11. popseven

    Index and Order by CLAUSE

    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...
  12. popseven

    How to know if primary key is CLUSTERED or NONCLUSTERED

    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.
  13. popseven

    How to know if primary key is CLUSTERED or NONCLUSTERED

    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
  14. popseven

    Joining 2 Tables wherein one will be made as column(s)

    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
  15. popseven

    Joining 2 Tables wherein one will be made as column(s)

    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...
  16. popseven

    Displaying a DLL Form as non modal

    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...
  17. popseven

    Compare RPTs

    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...

Part and Inventory Search

Back
Top