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

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

slacroixak

Guest
Hi Forum, using 11.6.2 This issue is so weird that I am wondering if I am just not missing an elephant in the room On one hand I can do that fine: DEFINE VARIABLE dataRow AS System.Data.DataRow NO-UNDO. But on the other hand the following cannot compile: METHOD MyMethod HANDLE (podatatable AS System.Data.DataTable): with error : Invalid datatype specified: . Specify a datatype such as 'character' or the name of a class. (5638)

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