PDA

Click to See Complete Forum and Search --> : Needing a sample code for batch printing


popodc
Apr 9th, 2006, 07:51 PM
Hi! I'am in need of a code.. Accounting System This is how the program works:
1. The user browses for an excel file (*.xls)
2. The file will be used as a database (so it will be dynamic)
3. The fields in the excel file will be placed on a datareport
note: The excel file can have many transactions or only one (so i need a code that cuts or proceed to the next data report page whenever another transaction begins. (or another ID has been seen).
4. Datareport Pages depend on the ID column found on the excel file
5. Prints the report

PS: I need a code that brings the other ID to the next page and so as all of the rows in it and the next rows also and it will only stop when another ID has been seen.

Thanks! :thumb:

Al42
Apr 9th, 2006, 09:43 PM
How much of the coding are you going to be doing? It sounds as if you want someone to post the whole thing for you.

popodc
Apr 9th, 2006, 10:19 PM
this is what i need most:

I need a code that brings the other ID to the next page and so as all of the rows in it and the next rows also and it will only stop when another ID has been seen.