[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 Laura Stern
  • Start date Start date
Status
Not open for further replies.
L

Laura Stern

Guest
It don't think it is complaining about System.Data.DataTable. You need to move the return type (HANDLE) to BEFORE the method name: METHOD HANDLE MyMethod (podatatable AS System.Data.DataTable):

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