This topic is locked

How to create a Beatiful print

11/28/2008 6:23:58 AM
ASPRunnerPro General questions
C
carlo author

Hi to every one!
i use asprunner from last year but i am not a programmer
until today all i need i was found inside asprunner functionality.
but... form now i need to create a couple of print page
i working with sql db

i have a master tabel with two detail table

I have prepare a query with union all clause to obtain a report that contain all info i need

quote_id, title, custumer_id,custumer_name, customer_address, part_type,part_id,part_description, price,quantity, price*quantity as Tot1
i have made a report for

quote_id

customer_id

part_type
with sum with Tot1

i sign to show part_id,part_description, price,quantity, Tot1
I work but...
i can not toch nothing in view page or print friendly (?) page
if i try to add some other field (like customer address that i do not sign for show) it not really work
i need some help to create a print page for only one Quote with all detail related to it , in the some page with a look more "trendy" just like a normal invoice
Some suggestion ?

Idea ?
Thanks in advance for everyone would help me.
Carlo

J
Jane 11/28/2008

Carlo,
I recommend you to create custom view for this report on the Datasource tables tab, join all tables in the view on the Edit SQL query tab and then modify print page for this view on the Visual Editor tab.

You can also publish your project on Demo Accoun and open a ticket at http://support.xlinesoft.com sending a URL to your pages and I'll try to help you.