Quantcast
Channel: Instantiating an Excel Object from Peoplesoft page
Browsing all 62 articles
Browse latest View live
↧

(no title)

Hi, I need to create more than one sheet on excel, anyone can help me?

View Article


(no title)

I am facing the same issue. Can you please guide me what was done to fix this issue? for the below metioned code I m getting the following error when the AE program is run in 2 tier mode: try...

View Article


(no title)

Looks like the &oWorkApp object is not being instantiated properly, has that object been declared in your code?

View Article

(no title)

I tried your code, and it works fine for me - for some reason it isn't picking up the Excel.Application COM object. Which version of PeopleTools are you on?

View Article

(no title)

When i executing Appengine i got following error First operand of . is NULL, so cannot access member DispalyAlerts. (180,236) DS_PC_APP.MAIN.GBL.default.1900-01-01.Step02.OnExecute PCPC:188...

View Article


(no title)

As per other posts, looks like the following line: &oWorkApp = CreateObject("COM", "Excel.Application"); Is not working, which PeopleTools version are you running?

View Article

(no title)

may be you don't have microsoft excel installed on your server that running this app engine. i got the same error, before i install the ms excel in my server. CMIIW ^^

View Article

(no title)

Hi, The pre/requisite to use Excel API class is are: 1) Should be run in a windows env. Hence the batch server should be windows, in Unix these commands will not work 2) MS Excel should be installed...

View Article


(no title)

Thanks for those tips.

View Article


(no title)

Thanks in advance anybody please reply to my requirements-— 1)i am giving user to upload a xls file 2)then i want to populate xl file data in grid please advice me…….

View Article

(no title)

Hi Dave, Just wondering if you managed to get this working and if so, share any tips on how to do it? Praj

View Article

(no title)

We recently upgraded tools from 8.49.19 to 8.49.33. The app engine is showing exact same error as above. First operand of . is NULL, so cannot access member DisplayAlerts. (180,236)...

View Article

(no title)

Possibly, might be worth checking out Oracle Support for the error.

View Article


(no title)

Additional information to above is, earlier server had Excel 2003 and after upgrade, it is Excel 2008

View Article

(no title)

Has anybody seen any type of on-line documentation that covers standard Excel COM object references within PeopleCode? I'm looking for something that provides me with a mapping on how to reference...

View Article


(no title)

Hi, We have an application engine which populates the data from the output of a SQR to an excel template saved in the process scheduler server. When the application engine gets initiated, it fails...

View Article

(no title)

Did you ever find any on-line documentation that covers standard Excel COM object references within PeopleCode? I'm trying to translate Excel VBA to PeopleCode.

View Article


(no title)

1. Set the properties with ObjectSetProperty( &oWorkApp, "DisplayAlerts ", True ) and see what that gets you. 2. If you have access to that server you can login and use the property...

View Article

(no title)

I have an App engine peoplecode that reads a table and write in excel. If there is any reason the AE errors out, we have some instances of excel left open on the server. Is there a sureshot way of...

View Article

Issues Instantiating Excel from PeopleCode

In addition to the previously mentioned solutions: 1) Excel Not Installed proper server… AppServer (Online PeopleCode) or ProcSched (Batch / AppEngine PeopleCode) 2) Wrong version of Excel (64 bit vs...

View Article
Browsing all 62 articles
Browse latest View live