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 Mike Lewis 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: *

  1. josearturoramirez

    Running Total Field on Group Header

    synapsevampire, great idea!!! i'm sure that will work...
  2. josearturoramirez

    Running Total Field on Group Header

    Ok, look. Accruals is hours that employees earn according rules. This is an Employee Accruals Report In the header i need to shows how many hours this employee has earned before the selection date (before or at date1) and in the foot how many hours after selection date (before or at date2)...
  3. josearturoramirez

    Running Total Field on Group Header

    Hi I need to locate a Running total field on the header side of a group. When i put this field i put this RTF on the foot of the group it takes a value, but if i move it to the header it take a diferent value. I'm using Access, VB6, CR 9.0 Thanks!
  4. josearturoramirez

    When Check out/Check In shows an old version!!! Very Rare...

    Hi! VSS 2005 Version 8.0.50727.42 I get the latest version of a VB6 project, i check out a module to save it then check it in. There are more than 30 version of this file. The problem: After to check the file in, when i view the file, it is a very old (not the first) version of this file...
  5. josearturoramirez

    Running Total Fields on Details Section, It's Possible?

    This is sample, we get a relation one to many and we need to show data fron the parent table and a RTF showin how many time this partent record is in the chilt table. All this in the Details Sections. Is not understandable?
  6. josearturoramirez

    Running Total Fields on Details Section, It's Possible?

    the RTF should count how many time this EmpID is in other table. a Count Functions. When i remove the RTF the data is shown correctly.
  7. josearturoramirez

    Running Total Fields on Details Section, It's Possible?

    I have a labels report that shows the name of employees. I need to include a Running Total Fields for this Employee. When i do that the same employee is repeated a lot of times. Is posible to include a RTF in the details section?
  8. josearturoramirez

    CONVERT NUMERIC TO ALPHABETICAL

    Is posible, just create an function array/case that read the expression, Something like Expression i; NumberVar n; Len(1,000.00) = n; for n = 1 to n select case (NUM CHARACTER) case "1" Expression := Expression & " ONE " etc.....
  9. josearturoramirez

    Suppresing Rows Situation

    I'm suppressing rows under a criteria, using the section expert. I'd like to find the way to count how many field was suppressed an the total of fields. Also id like to summarize just the rows that is showing.
  10. josearturoramirez

    Grouping Structures (HELP!)

    ok, i'm closer the solution than before, now how can i avoid that the details repeat? i'm getting something like this... 01/01/2000 (ACCTYPE) EARNED 100 01/15/2000 (ACCTYPE) USED 20 01/01/2000 (ACCTYPE) EARNED 100 01/15/2000 (ACCTYPE) USED 20...
  11. josearturoramirez

    Grouping Structures (HELP!)

    Hi, look at this case.... I have table with employees, accruals types and other where all accruals earned/used/expired is stores. My goal is this: Group #1 EmployeeName \ Group #2 Acrual Type + (Balance to date1) (*a) \ Group #3 Startin accruals balance (since date1) (*b)...

Part and Inventory Search

Back
Top