-
mlepitt-
I emailed you a PDF that i generated for the smaller page size. Can you confirm how it prints or shows up for you?
-Michael
-
I keep on getting an error when I try to print multiple invoices. The error is as follows:
Error^Action Sequence Order:7^ERROR: The report 'SimpleInvoice' does not have a master table assigned to it.
Any idea on how I could resolve this?
Thanks,
MVI
-
OK, here is where I am now
I have placed all of the fields I may need on the screen. I then clicked edit on the field I want to be conditional (which is a drop down with about 5 options. I then set it the conditional to the following
Action
Event = Text Change Action = Start Conditonal Statement
Action ...
-
I had already done that and it still doesn't work with the print. Visually in the report designer it is correct, but when it generates the PDF or PNG it doesn't understand to only create based on that custom size. We used to use NetSuite and it did work properly in that system when generating PDFs for custom sizes. Any ...
-
bbullins-
There is an action called Show/Hide Field/object, using this action between the conditonal actions should give you the results you need.
The actions you will need to get the results you need are : Start Conditonal Statement, End Conditional Statement and Show/Hide Field/object.
-Michael
-
mlepitt-
On the report properties for Paper Kind select Custom and that should allow you to manually set the page size. I tested this and it works
-Michael
-
Thanks. I understand the logic and I see conditional statements in the action tab but I fail to see how based on that condition I tell it to show or hide the fields. I also am struggling to see how to execute the end if.
Is there a way to manually code it and not have to go through the wizards?
-
I tried first in Chrome and FF - that wasn't an option. I then tried IE and saw the print image option, but it again printed as if it knew it was going to be 8.5 x 11 and came out blank. I printed to a regular printer to see how it was handling it and it had Page 1 of 1 at the top right and the URL for the generated image at the bottom, ...
-
bbuliins-
This is possible, on the Text Change event for FieldA put a conditonal statement to check if FieldA is Yes, if Yes Show the other fields.
I would also check to see if FieldA is No and then hide the fields based on that. Some other things to note it may be best to set the default for that field to No and initially hide the 3 extra ...
-
I would like to expand on my question. I have the fields and dropdowns working correctly but we would like to make subsequent fields conditional as to whether they are displayed or not based on the first dropdown.
For example at first you only see 3 fields
FieldA - Dropdown (Yes or No)
FieldB - Text
FieldC- Text
What I would ...