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 bkrike 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: bobgsysop
  • Content: Threads
  • Order by date
  1. bobgsysop

    Multiple Developer Versions on same machine

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

    Detail section printing in grid

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

    Loops - For, Do..While, etc

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

    Changing formula on each report copy

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

    Zero supression in string

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

    Setting Table Location in Subreports

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

    Treeview Question- firing events

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

    Can you return values from CR8 to VB?

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

    Conditionally print a line?

    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)...
  10. bobgsysop

    How to pass variables from VB to CR8?

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

Part and Inventory Search

Back
Top