How do you place more than one data transaction in a page
Re: How do you place more than one data transaction in a pag
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
Hello.
We are waiting for your reply.
Thank you.
We are waiting for your reply.
Thank you.
Re: How do you place more than one data transaction in a pag
Thanks, still struggling to get the data from our host.
Re: How do you place mon one data transaction in a page
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
Hello.
As a way, you can use the following code in the BeforePrint event of a page and sent us the files you get.
Thank you.
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");
Re: How do you place more than one data transaction in a pag
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?
- Attachments
-
- No Before Print.jpg (231.93 KiB) Viewed 1593 times
Re: How do you place more than one data transaction in a pag
Hello.
It's not a property but an event.
You could find it by clicking on the next button: Thank you.
It's not a property but an event.
You could find it by clicking on the next button: Thank you.