[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Cannot define METHOD param as .NET System.Data.DataRow, although I can define a VARIABL

  • Thread starter Thread starter slacroixak
  • Start date Start date
Status
Not open for further replies.
S

slacroixak

Guest
OOOpps, that was indeed an elephant in the room, sorry for the noise. error 5638 was coming from the name of the method that was taken as a return type, because it was not at the right place regarding the ABL grammar I was confused thinking it was coming from the definition of the 1st param, probably because it was at the same line So this works fine METHOD PUBLIC HANDLE dataRowsToTempTable (podatatable AS System.Data.DataRow ):

Continue reading...
 
Status
Not open for further replies.
Back
Top