Page 2 of 2
Re: How do you place more than one data transaction in a pag
Posted: Sat Nov 02, 2013 10:01 am
by medus
OK, I will try and get the sample data from the company hosting us.
Re: How do you place more than one data transaction in a pag
Posted: Mon Nov 04, 2013 6:45 am
by HighAley
Hello.
We are waiting for your reply.
Thank you.
Re: How do you place more than one data transaction in a pag
Posted: Thu Nov 07, 2013 6:54 pm
by medus
Thanks, still struggling to get the data from our host.
Re: How do you place more than one data transaction in a pag
Posted: Sat Nov 09, 2013 1:32 pm
by Alex K.
Hello,
Ok.
Re: How do you place mon one data transaction in a page
Posted: Sat Nov 09, 2013 2:07 pm
by medus
Still no luck. They propose I just have the ticket barcodes on the confirmation email. I really don't really fancy that.
Re: How do you place more than one data transaction in a pag
Posted: Mon Nov 11, 2013 7:59 am
by HighAley
Hello.
As a way, you can use the following code in the BeforePrint event of a page and sent us the files you get.
Code: Select all
{YourDataTableName}.DataTable.DataSet.WriteXml("e:\\data.xml");
{YourDataTableName}.DataTable.DataSet.WriteXmlSchema("e:\\data.xsd");
Thank you.
Re: How do you place more than one data transaction in a pag
Posted: Mon Nov 11, 2013 12:15 pm
by medus
Thanks, guys I really appreciate your help. May be I am just dumb, I checked the properties of the document and can't find the Before Print field. See attached image for what all the properties. I've highlighted all the fields I could see that are related related to print . Am I looking at the wrong place?
Re: How do you place more than one data transaction in a pag
Posted: Mon Nov 11, 2013 1:01 pm
by HighAley
Hello.
It's not a property but an event.
You could find it by clicking on the next button:

- Events.jpg (23.82 KiB) Viewed 1588 times
Thank you.