I develop programs using VB6 and have been using CR8 developer edition for quite some time.
I have XI developer but hesitate to install it as there are many reports embedded in many programs I've done for clients using VB6/CR8 and I'm concerned XI will "take over" - meaning I will have to...
Hi-
I have Order Header/Detail Line type data that I need to print a form for. This is not your usual "print the Header Info, followed by line 1, then line 2, etc."
The detail information needs to be printed in a grid - with the quantities filled in the appropriate boxes. There are...
Hi -
I wrote a formula using a Do...While loop in v8, crystal syntax. It works fine.
However, the client who wants the report uses Crystal 7, and apparently the only control structure available is an If statement.
Is this true? How do you get around this with version 7?
Thanks
BobG
I need a formula to print different text based on which copy of the report is printing. I'm using the RDC with DSR, in VB6.
Example:
The report prints 3 copies - the first should print "OFFICE" in the footer, the next "ACCOUNTING" and the last, "CUSTOMER".
I...
Hi-
I have a 15 character string field that usually contains a zero filled number - like "00000000001234". Sometimes, however, the field may contain alpha characters.
So, I'd like to suppress the leading zeros, when the field is numeric, and print the whole field when non-numeric...
Using VB6, CR8 RDC, and Btrieve database files.
I set the location of my tables thus:
strParameters = gMyDatabaseName & "\oeordhdr.btr"
Report.Database.Tables(1).SetTableLocation strParameters, "OEORDHDR_SQL", " "
Where gMyDatabaseName has the full...
This must be Treeview Day!
I'm using a Treeview in my project, and as each node is clicked, I fire an event showing various pieces of data related to the node in a frame on the form, by using the NodeClick event. The event also fires when a node is dropped onto another parent (as some of the...
Hi-
I need to capture some data from a Crystal report and return it to the calling VB program. Is this possible at all?
Just in case - I'm using CR 8 RDC with a DSR and VB6.
Thanks
Bob
Hi-
I want to print a line on a certain portion of a report, based on a condition. The report is being called from VB6, and is written with Crystal Reports V8. Can a formula be created to result in a line object? Or, is there some other way to format a line on the report (supress/not supress)...
Hi-
I'm using Crystal Reports ver 8 and VB6.
I gather some information in VB I want to send to the report - a few fields are used as selection criteria, which works fine, and some are simply variables I want to print. I can't figure out how to pass these simple values into the report.
I'm...
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.