G
goo
Guest
Sorry, the code is so simple that it should be possible to reproduce easier than making code against sports2000…. It seems like if I add scopes in an includefile, eclipse does not get them, and then it feils…. This compiles with the scope in the same file, but not if I add them to an includefile and include that… PROCEDURE ProcessType_ {&TypeFakturer} : /*------------------------------------------------------------------------------ Purpose: Notes: ------------------------------------------------------------------------------*/ LOG-MANAGER : WRITE-MESSAGE ( 'Funnet: endrer til {&StatusInWork} for jobbnr:' + string ( JobbKo.iJobbkoId )). changeJobbkoStatus( {&StatusInWork} ). addJobbkoLogg( 'Start: ' + string ( NOW )). oFR = NEW FakturaRapport( Jobbko.JobbkoJobbnr , Jobbko.JobbkoKlientnr ). changeJobbkoStatus( {&StatusFinished} ). addJobbkoLogg( 'Ferdig: ' + string ( NOW )). addJobbko( Jobbko.iJobbkoId , {&TypeLagBevis} , {&StatusNew} , JobbKo.JobbkoJobbnr , Jobbko.jobbkoKlientnr ). END PROCEDURE .
Continue reading...
Continue reading...