Code Before Print a Page
Posted: Wed Oct 05, 2011 1:16 pm
Hello, I am testing the tool to a new system, I like to know if i can do some checks before printing a page.
something like that:
if({DATASOURCE} IsNull) {
print the page one;
}else{
print the page two;
}
something like that:
if({DATASOURCE} IsNull) {
print the page one;
}else{
print the page two;
}