I have created a function that calls my service program and all is well as long as my parameters are CHAR. When I add a packed decimal in the return parameters or integer as defined in my table, I get a decimal data error -
WHAT IS WRONG WITH THE DECIMAL PACKED FIELDS THAT THEY CANNOT BE...
I have created a function that calls my service program and all is well as long as my parameters are CHAR. When I add a packed decimal in the return parameters or integer as defined in my table, I get a decimal data error -
WHAT IS WRONG WITH THE DECIMAL PACKED FIELDS THAT THEY CANNOT BE...
I need to create a call to this java class (similar to Scott Clements example of "createpicture"
HSSFTextbox textbox1 = patriarch.createTextbox(
new HSSFClientAnchor(0,0,0,0,(short)1,1,(short)2,2));
textbox1.setString(new HSSFRichTextString("This is a test") );
I just cant...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.