getting a blank data report vb6
Posted
by arvind
on Stack Overflow
See other posts from Stack Overflow
or by arvind
Published on 2010-02-25T14:43:13Z
Indexed on
2010/04/15
6:23 UTC
Read the original article
Hit count: 518
Hi, I am new to vb6. I am working to create the invoice generation application. I am using data report to show the generated invoice. The step by step working of process is
Entering the data in to Invoice and ItemsInvoice tables. Then getting the maxId using (Adodc) from the data base to show the last generated Invoice.
Then passing the max Id as parameter to the data report which is showing the invoice according to the invoice id.
It is working fine when I first time generate invoice. Now for 2nd invoice withou closing application I am getting a blank data report. For data report I am using dataenvironment.
I am guessing the reason of blank data report is blank because there was no record for that Id.
But actually the record is inserting in the database.
Please help me.
© Stack Overflow or respective owner