We using CCC to access Crystal Report from Clarion, and we had found
some problem when we want to control printing button manually
from creating a new button(we already hide the default Crystal Report
print button).
From this button we using CrystalReport._print(num_of_copy, 1)
command to show the print dialog
and from here the problem start, input from page and to page is
ignored
by Crystal Report,
Case Example
If a report have 3 pages and we only want to print the first page.
Result now : all page is printed(first page until the last page)
Expected Result : Only the first page printed(like we input in from
page
and to page)
how we can solve this issue?.