Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

forms

Former Member
0 Likes
418

Hi,

I have converted form into a pdf and uploaded into application server.The pdf file is saved in the application server but when the basis guy opens it says that it is not correctly decoded.What could be the reason?

The dataset where I have stored is of type string. Is this the problem ? what should be the type of dataset?

Rgds,

khadeer.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
394

I think it should be stored in binary format..so u should use xstring instead of string...

Regards,

Joy.

2 REPLIES 2
Read only

Former Member
0 Likes
395

I think it should be stored in binary format..so u should use xstring instead of string...

Regards,

Joy.

Read only

Former Member
0 Likes
394

Hi ,

declare file name of type given below....

fname    LIKE  ibipparms-path

check using this..

Best regards,

Brijesh