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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by demoman

  1. demoman

    Subreport will not print on 1st page.

    I JUST figured it out, I mean seconds, when your e-mail notification came in. So, you get the star anyway! Thanks for the quick, accurate reply. Yours in the struggle.. Steve
  2. demoman

    Subreport will not print on 1st page.

    Howdy! I have several reports which have this type of layout: RH - Has title and text PH - Has text, or may be supressed/hidden D - Hidden - no detail data RF1 - Subreport1 RF2 - Maybe 2nd Subreport RF3 - Maybe 3rd Subreport RF4 - Maybe 4th Subreport PF - Page Number - Report file name...
  3. demoman

    Field Format Different in Viewer Than In Designer

    It is on a Citrix server. The report and viewer are both accessed from the same Crystal install.
  4. demoman

    Field Format Different in Viewer Than In Designer

    Environment: CE 10.0 Citrix/Windows Server 2003 VB6 SP 6 CR Viewer Control 9.0 I have a report created in the designer. One field is a long integer (example: 25200121). I create a formula field to check this value for 0. I print something different if it is zero (0). JobDisp...
  5. demoman

    Using Excel 2000 and 2003 concurrently

    Tony, Thanks for the info. I have been doing a little experimenting. One thing I did notice was in Access where the references to the Excel object library was changed. Appreciate the help. Cheers, Steve
  6. demoman

    Using Excel 2000 and 2003 concurrently

    Howdy, I have been asked to upgrade Excel 2000 to 2003 on my Citrix Servers. 70% of my company does not use Citrix during normal working hours. They use Excel 2000 from their local WS. 30% are remote users and use Citrix exclusively. Some of the 70% use Cirix from home. Finally, regardless of...
  7. demoman

    Report Sections - Referencing them in a Program

    I want to reference a CR section similar to below: rpt.sections("Section1").reportobjects("Picture1")=loadpicture(strLogoFile) I am unclear how CR references the sections. Are they named in sequential order? Are they named "RH", "PH", "GH1"...? Appreciate the help.
  8. demoman

    Export False fails

    Here is the code: Public Sub Main() Set crxApplication = New CRAXDRT.Application Set report = New CRAXDRT.report Dim sect As CRAXDRT.Section Dim defs As CRAXDRT.ParameterFieldDefinitions Dim defStart As CRAXDRT.ParameterFieldDefinition Dim defEnd As...
  9. demoman

    Export False fails

    I am writing a VB program to automatically export a crystal 10 report to a PDF file and then e-mail it. Life is wonderful until I execute the: .Export False I get an error message that says "Missing or out-of-date export dll. If I remove the 'False' argument, it prompts me for the...
  10. demoman

    Dynamically change Jpeg Picture

    I am creating a monthly report we send to our customers. I would like to add their logo to the page header. The report runs in batch mode (spits out one report per customer). Is there a way to change the picture during runtime? or, am I stuck with storing the image as a BLOB? If given a choice...
  11. demoman

    Multi column combo box ?

    I have done similar things many times. All of mine are from reading recordsets. I just use a Sql statement like: Select (col1 + ' ' + col2 + ' ' + col3 + ' ' col4) as colist, rowindex from table.............. This, of course just concantenates the columns together with a space. If you want all...
  12. demoman

    Strange Data Combo Problem

    Howdy! I have a form with 7 datacombos, defined as an array. The form works fine for awhile, then all of the combos just quit working. The user can drop the list down and see the contents, but they cannot click and select anything. Also, they cannot type in the box to quick scroll through the...
  13. demoman

    Bit/Boolean SQLServer/Crystal 8.5

    Is there an issue with using a bit datatype for a selection criteria in CR 8.5? I do not remember using one before. But, I am doing it in this report. It works fine from within CR. But, when I launch it from VB6 I get an error "..False is an unknown column name". The VB code makes no reference...
  14. demoman

    ZDNet article on VB programmers moving to other systems

    >I hope you are not thinking that Darwin is OS X ... Let's not be nasty. Anyway, I am beginning to feel like an Apple evalaglist. Not my intention. Interesting the way conversations can develop. I ended-up on this thread looking for additional reading on RealBasic. Trying to find some more...
  15. demoman

    ZDNet article on VB programmers moving to other systems

    >I predate the IBM PC ... (and I did manage to convince my boss to purchase Compaq servers and workstations rather than IBM) I wish I would have had you as back-up! >Ah yes. But that's because Apple make their money on hardware sales, not on the operating system. Which is why it is unlikey in...

Part and Inventory Search

Back
Top