Posted by [IP Address: 209.36.163.146] 'M. Philby' on June 13, 2001 at 10:29:10 EST:
In Reply to: invoke method posted by [IP Address: 209.36.163.146] 'Mark Bollingh' on June 05, 2001 at 07:42:21 EST:
You may not be using the .item and .insertitem method correctly. Make sure when inserting items to use the insertitem method after the first row. You must use the .itme method for the first row, since the first row is a given. If you have PS Financials, open the TIME_REPORT_SUBMIT applicaiton message. I wrote the message peoplecode and it uses a CI to save a message for the time capturing component of the T&E module. It is a good example of how to save multiple rows and multiple scrolls of data.
Thanks,
M.Philby
: I'm using the API's of PeopleSoft, and they are working quid nice, except one, where I do receive the message "Unexpected exception during InvokeMethod (-1,-1)". This message pop's up after the inserting 3 records.
: I'm using VBA inside Excel, and did recompile already more than one the API
: Did somebody did had that error before, and is there an answer to that problem.