|
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.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.