entity Account {
static function getCustomer(n : Num, e : Dynamic) {
}

//

static function GetAccountList(active : Bool, type : Num, f : Function2<Num,Dynamic,void>) {
}

static function GetCustomerList() {
Account.GetAccountList(true, 1, Account.getCustomer);
}
}

getting:

Property getCustomer not defined on type mobl::Typeuni::regnskap::informasjon::Account informasjon.mobl /unibase/uni/regnskap line 65 org.strategoxt.imp.runtime.analysismarker

Submitted by Terje Pedersen on 20 June 2011 at 11:36

Log in to post comments