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