Home » Developer & Programmer » Forms » Uploading an excel file using webutil in AIX
Uploading an excel file using webutil in AIX [message #585606] Tue, 28 May 2013 05:14 Go to next message
sankalputtara
Messages: 53
Registered: January 2011
Location: Bangalore
Member
Hi,
When i am uploading data in an excel file to my Forms(Windows) the screen works fine
But when i am uploading the same excel file to my forms in AIX(Where the application is running) the data is wrongly uploaded
The field is a number type and no format mask is set.
Eg:
Actual data:---------- In Form(Windows)------In Form (AIX)
3101513480750030000 3101513480750030000 3101513480750029800

I am using below code to copy the value

cell_value :=Client_OLE2.get_num_property(cell, 'Value');
COPY(cell_value,'data.field'||k);

Can anyone please help me understand why in AIX it reads a different value???
Re: Uploading an excel file using webutil in AIX [message #585867 is a reply to message #585606] Thu, 30 May 2013 09:33 Go to previous messageGo to next message
sankalputtara
Messages: 53
Registered: January 2011
Location: Bangalore
Member
After making few changes in the code i am getting WUC - 14 Object Cache Error.
Can anyone help me with this? I have made sure that i have replaced all the ole2 instances with client_ole2 and i am not using text_io aswell
Re: Uploading an excel file using webutil in AIX [message #585937 is a reply to message #585867] Fri, 31 May 2013 02:39 Go to previous messageGo to next message
satheshk
Messages: 2
Registered: May 2013
Location: chennai
Junior Member

could not get u...
Re: Uploading an excel file using webutil in AIX [message #585951 is a reply to message #585937] Fri, 31 May 2013 06:15 Go to previous message
sankalputtara
Messages: 53
Registered: January 2011
Location: Bangalore
Member
When i am uploading any data into the form from excel file i am getting this WUC-14 error message.
I was able to narrow down the issue to releasing of ole.
Previous Topic: check box pass value
Next Topic: Blank line getting generated on save button
Goto Forum:
  


Current Time: Mon Jul 01 18:32:04 CDT 2024