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 gkittelson 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: CBMC
  • Order by date
  1. CBMC

    Formulas After "WhileReadingRecords" But Before "WhilePrintingRec

    I am using CR8 and I am having an evaluation time problem. I have created a formula that depends on the records being already grouped, however the formula appears to be evaluated while reading the records. I need the records to be sorted and grouped before I can apply the formula. The problem...
  2. CBMC

    Displaying a double quote (")

    How do I use the Join function to display a double quote in CR8? I need to display something like the following: 02'30" I am currently using: Join([ToText(num1, "00"), "'", ToText(num2, "00"), """]). Of course it is not working, so any help...
  3. CBMC

    Changing Group Order Upon Change of Another Group

    I am using CR8 and the problem I have is this. The first group I have is direction. The second group I have is a list of numbers. When the direction is "NORTH" I want the second group to be ordered in descending order. When the direction is "SOUTH" I want the second group...
  4. CBMC

    How do you capitalize the month and day of a date?

    I am using CR8 and on my reports I have a print date. The format of the reports require that the day and month be capitalized. Is there a way to print the date in the following form: TUES., APR. 23, 2001 instead of the usual Tues., Apr. 23, 2002 Thanks. Also
  5. CBMC

    I want each group in report to start on a new page

    I am using CR8 and the only way I can have each group start on a new page is to go to the group footer and check "New page after". BUT this creates a blank page at the end of all my reports. Is there another way to have each group start on a new page without a blank page at the end?
  6. CBMC

    No possibility of a subreport within a subreport at all?

    I know CR8 will not allow you to create a subreport within a subreport, but does anyone out there know of a way to "simulate" a subreport within a subreport? I essentially want to know if I can create groups only within a group footer. For example ----------- Group Header #1...
  7. CBMC

    Page Headers in Subreports

    I am using CR8 and I have created a report that has a subreport contained within it. However, in my subreport, I require a header that should be repeated on any subsequent pages that follow it. Is this even possible?
  8. CBMC

    How do you call a VB executable from within another VB app?

    Thanks strongm. I've tested it and it works wonderfully! I don't think people like you get enough credit for what they do. Again thanks!
  9. CBMC

    How do you call a VB executable from within another VB app?

    I am working with VB 6.0 and I am pretty new at this, so any help will be appreciated. I have created a VB application (call it app #1) that takes in command-line parameters. App #1 does it's calculations and I want this to be called by another VB application (call it app #2). Both do not...
  10. CBMC

    Parameter filtering based on another parameter

    mmaz, That was what I figured. I was hoping I could do that using CR (for convenience more than anything else), but if it has to be, it has to be. Thanks
  11. CBMC

    Parameter filtering based on another parameter

    How would you filter a parameter based on another parameter? For example - say we want to see a list of transactions made by a customer for a particular day. Thus we have two parameters: a date, and a customer. When the user selects the date, I want to be able to filter the choices for the...
  12. CBMC

    Sorting values in an array

    Hi SMPhillips - thanks for the response. Basically, the values I am storing are times and each time has an associated count number. I want to find a 60 minute interval in which the sum of the counts are a maximum. I was hoping to use the array to do the calculations. I will try your...
  13. CBMC

    Sorting values in an array

    I am having difficulty finding a way to store values in an array in sorted order in CR 8. The elements I want to store are numbers and even if I try to set the record sort order, they keep being stored in my array in the original order. I am a newbie at this, so any help would be...

Part and Inventory Search

Back
Top