Ok, I'm working through the tutorial from
http://www.ibmsystemsmag.com/ibmi/developer/general/egl_developement_tooling
I have a couple of issues
On page 3 figure 7 I'm trying to create the library(could you give a simple explanation of library,record, service)
package server;
import common.*;
// basic library
library CustomerLib
// Use Declarations
//use usePartReference;
// Constant Declarations
const constantName string = "literalString";
// Variable Declarations
variableName string;
// Function Declarations
function getCustomer(custnumber decimal(7,0) in) returns(CUSMAS)
RGT SQLDataSource?{@resource {}};
CUSMAS CUSMAS{ CUSTNO = custnumber};
get CUSMAS from RGT;
return (CUSMAS);
end
end
on the 'get CUSMAS from RGT;' statement it tells me "No such method"
So I moved on, hoping I would get that cleared up and started working on the RUI Handler.
I can't tell from the images, how I add the variable CUSMAS and when I bring up the designer, I don't see a CUSMAS to drag on to the designer.
That's it for now.
Mike
NOTICE: This message, including any attachment, is intended as a confidential and privileged communication. If you have received this message in error, or are not the named recipient(s), please immediately notify the sender and delete this message.