david7777777777
Programmer
Here's a common problem I'm having and I'll use a specific example. I've got a (VI 6) data entry ASP page that contains DTC's that users will use to enter a new employee record into the SQL 2000 database. Becasue I'm using the addImmediate method, you have to click a command button (btnNewEmployee in this case) in order to "initialize" a new blank record via the record set. Then you fill in the DTC's with the new employee's information, then click the Save (btnSave) button, which fires the addImmediate.
I'd like to place the btnNewEmployee button on its own page (newemployee1.asp) and have its click event not only initialize a new record for the Record Set on the second page (newemployee2.asp) but also navigate to the second page where the users will fill in the DTC's and click the Save button. I've tried to figure out how to do this page-to-page stuff using the page object but I'm beginning to think that I'm asking too much of the page object. Am I just missing some know-how? Thanks.
I'd like to place the btnNewEmployee button on its own page (newemployee1.asp) and have its click event not only initialize a new record for the Record Set on the second page (newemployee2.asp) but also navigate to the second page where the users will fill in the DTC's and click the Save button. I've tried to figure out how to do this page-to-page stuff using the page object but I'm beginning to think that I'm asking too much of the page object. Am I just missing some know-how? Thanks.