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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by isjorg

  1. isjorg

    remainder with surpress

    Hi, on the Detail line I use the following in the format section : Details : New Page After --> remainder(RecordNumber,32)=0 Using this = OK, but (!) what can I do so Crystal doesn't count the detail lines who are suppressed so it doesn't create empty lines on the pages? Thanks for helping...
  2. isjorg

    IIS 7.0 problems with Vista business

    Hi, When I use in IE : http://127.0.0.1:8099 I get the following error "IIS Worker Process doesn't work and is closed" In the logfile I get this message : Toepassing met error w3wp.exe, versie 7.0.6000.16386, tijdstempel 0x4549b5f8, module met error ntdll.dll, versie 6.0.6000.16386...
  3. isjorg

    Creating Gaps between details

    Thanks - works perfect ! jm
  4. isjorg

    Reset Running Total Field on Page Footer

    Hi, I have a field in details that I and with this field I want to make a running total in the Page Footer. (!) I cann't use a group but it has to reset the count after every page. I've allready used Reset with a formula (x-2) reset on pagenumbre but then I get an error. "An Error has occured...
  5. isjorg

    Creating Gaps between details

    All the tips you gave me works fine (incl. the remainder((recordnumber-1), 9) = 0 for the 'Gap'). just 1 extra about the 'Gap' : every page has 22 records (from page 2 till...) standard, but I only need 1 'Gap'/page to make a 'gap'. eg: record 1 record 2 record 3 record 4 record 5 record 6...
  6. isjorg

    Automatic count

    PERFECT !!! Thank you so much ! jm
  7. isjorg

    Creating Gaps between details

    somebody gave me more info and the form has more than 2 pages. so I did what you gave me and everything is OK, but only the second page is wrong ?? Page 1 = OK and from page 3 till.... is everything OK. The thing is that on the first page I need 10 records and from page 2 I allways need 22...
  8. isjorg

    Automatic count

    I used it and it works perfectly, but from page 2 untill ... I need 22 records and made it like this : if pagenumber= 1 then {@RecordNo} = "10" else {@RecordNo2} = "22" or if pagenumber= 1 then remainder(recordnumber, 10) = 0 else remainder (recordnumber, 22) = 0 for both it works for 90%...
  9. isjorg

    Creating Gaps between details

    Hi, I did what you gave me and it works, but the main thing is the "Gap". My form has allways 2 pages and the Gap is allways on the second page and never (!) on the first. + on the second page I allways (again) have 22 records and between record 09 and 10 I have that :@ GAP. thank for helping...
  10. isjorg

    Automatic count

    That is the whole problem. I have to make a document for the government where this nothing I can use by grouping :-( every detail contains info about different clients and the only thing why I have to do this, is because the government needs an uniform document to scan and on the first page...
  11. isjorg

    Automatic count

    Hi LB, I've tryed it and it works fine, but... is it possible that I can give 2 or 3 different counts ? eg.: count after 10 records again starting from 1, but the second count till 9 and start again + after this 9 counts again from 1 untill 22 ?? jm
  12. isjorg

    Creating Gaps between details

    Hi, 2 questions : 1) How do you set in Crystal that he has to make a second page after eg. 10 detail records? 2) On the second page Crystal must make after 9 detail records a gap (1 or 2 empty records) and than start with nr. 10 until max. 22 records thanks for helping me jm
  13. isjorg

    Automatic count

    not yet, sorry. I thought it was just only for nr. 1 thanks for the help. jm
  14. isjorg

    Automatic count

    thanks LB, have you also an answer on nr. 2 ? greets jm
  15. isjorg

    Automatic count

    Hi, I use in my group Header a formula : //@RecordNo WhilePrintingRecords; Shared NumberVar RecordNo := RecordNo + 1; RecordNo 2 things : 1) How can I give it a '01','02','03' instead of '1','2','3' 2) How can I let Crystal stop counting this records after eg. '10' lines, than at record...

Part and Inventory Search

Back
Top