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

    processing heirachy/subreport in Crystal Reports 11

    I have a report that creates detail lines (items). That report must display all lines at the beginning of a report (any section). That part is working. I have to execute that and after it runs provide detail for each item in a second step. But no matter what I try I keep getting item then...
  2. MrFuzzwah

    bypassing records conditionally

    In my table below, I have multiple records that share an incident number (201311476). I need to check the JUVENILE flag and if it is 1 (like the first record) I need to bypass this incident record entirely. That may seem simple but when the bigwigs want it NOW it gets harder - way harder...
  3. MrFuzzwah

    Access 07 / Office 12

    Hello, Our desktop staff inserted Windows 7 machines into a formerly XP-only dept. Now the users remaining on XP machines cannot open Access 2003. An error is returned 'can't find project or library'. The Windows 7 users are fine - just the XP uses in the dept. I see 'MISSING MS Excel 12.0...
  4. MrFuzzwah

    MS Access Login does not respond -

    Sorry - this is not a dbl post - I was not a member of this forum when I posted it and I want to make sure it gets to the right place. I really hope this is it! I have a group of users that are using MS Access 2003 on XP machines and their login credentials suddenly do not work and the form...
  5. MrFuzzwah

    MS Access suddenly not accepting login -

    I have a group of users that are using MS Access 2003 on XP machines and their login credentials suddenly do not work and the form does not respond at all. The only thing that has happened since the problem since the last time the did work was a Windows 7/Access 2007 machine was introduced to...
  6. MrFuzzwah

    Dumb but maybe not-so-dumb formatting question -

    Ok - when you bring a field of data from a table into CR it sits in it's 'box' differently from one field to another causing the rightmost chars to not line up. The 'boxes' are aligned on the rights but the data sits differently horizontally in the 'box'. I have to grab the right side of the...
  7. MrFuzzwah

    How to evaluate a value in a formula and based on the result execute another formula -

    I have a formula in a subreport that assigns a running total to a variable which is passed to the main report: // FICA whileprintingrecords; shared currencyvar FICA; FICA:={#FICA} I have another formula (not a running total) in the main report to calculates another value: whileprintingrecords...
  8. MrFuzzwah

    Calculate percentage from formula result -

    I cannot believe this is proving to be difficult. I have a formula that returns a value. I need to multiply that value by 4.2 percent. CR 11 ha sa % function but I cannot get it to work - her eis my formula: whileprintingrecords; {@CALC3} % 4.2) I hate to have to ask for something that...
  9. MrFuzzwah

    How to Sum Values from Two Subroutines -

    Hello - I suspect this is easier that it appears but as a CR newb it is not for me! I have two subroutines that each yield a total field. I need to sum these two in the main report. I'm not sure how to do that - I've been trying to use a shared variable but my results in the subroutines are...
  10. MrFuzzwah

    Subroutine Formula

    I want to pass an amount field from a subreport to a container report but the amount field was created with a Selection formula as well as a Running total. I need to reference the amount field for calculation in the container report. How can I refer to the calculated amount field in the...
  11. MrFuzzwah

    Date Manipulation Once Again!

    Well I have to ask this but I need to convert a number field to a date for comparison. Here is an example of a number field which contains the date: 61512. I need to convert this thing to a date but after 2 days I cannot get it done. Your assistance is appreciated.
  12. MrFuzzwah

    Convert Number to Date Crystal Reports -

    Crystal stores my dates in the following formats - 6012008.00 (I need 06/01/2008) 11012009.00 (I need 11/01/2009) I need to convert these Numbers to Date format for comparison to another date field in my report. I cannot seem to do it and would appreciate any help. Thanks in advance -...

Part and Inventory Search

Back
Top