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...
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...
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...
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...
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...
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%...
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...
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...
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
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
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.