Example -
I have open order data listed by date needed.
Week Order Product Quantity
1 303 ABC 10
1 313 BLOCK 22
1 323 HEAD 15
2 333 ABC 22
2 343 PIPE 13
3 353 PISTON 55
3 363 ABC 40
3...
Added the following formula and placed in footer so X does not equal 1 until Terms Header.
WhilePrintingRecords;
numberVar X;
If OnLastRecord Then numberVar X:=1;
And changed Page Header suppression formula to:
numberVar X=1
I believe this will fix the problem; no issues yet.
Mel
CR...
It is a Text Object, sorry. Yes, I have Keep Together unchecked on the Text also.
I have figured out that it has to do with the suppression formula I am using on the Page Header. The formula is (TotalPageCount-PageNumber)<3 for a 3 page terms and conditions. When I remove this formula and...
You can also use Reserve Minimum Page Footer under the Page Footer section settings. Space is then reserved for the largest of your page footers instead of for all of them.
CR Developer V 12.2, .NET
Hi,
I am having a problem with a large text field, terms and conditions, that duplicates some of the text at the top of each new page. Each page starts the same number of lines up from the previous page.
Example - First page of t&c prints conditions 1-5 and half of 6. Second page will start...
I do not know what your data looks like so am guessing, but I might categorize the degrees with a formula in the detail section.
If {table.degree}="Masters" Then
1
Else If {table.degree}="Bachelors" Then
2
Else If {table.degree}="High School" Then
3;
Then order by this formula field...
I have the answer, is a bit wacked though.
"C:\Program Files\QuickTime\PictureViewer.exe """""""""""+{IMAGES.IMAGE}+""""""""""""
Tried using double quotes like the text path above but would only recognize table.field with odd number of quotes because it is watching the opening single quote...
Thanks for the reply fisheromacse,
"C:\Program Files\Quicktime\Pictureviewer.exe "{table.imagepath}""
does not recognize anything after the 2nd quotation as formula without the double quotes. And double quotes the way I have it makes {table.imagepath} text rather than table and field.
Have...
I am getting closer. In hyperlink formula editor:
"C:\Program Files\Quicktime\Pictureviewer.exe ""I:\Images\Image.jpg"""
This will open Pictureviewer and the .JPG, but I have not been able to get the database {table.imagepath} field to open a JPG yet.
"C:\Program...
Hi,
I would like to open a .JPG file in a specific application. The .JPG path is saved in an SQL database {table.imagepath}. And the application I would like to use is QuickTime PictureViewer because there are no editing features. I would like to select PictureViewer with CR because the...
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.