[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: .NET FRAMEWORK AND OE

  • Thread starter Thread starter Giancarlo Alberto Somma
  • Start date Start date
Status
Not open for further replies.
G

Giancarlo Alberto Somma

Guest
Hi Mike, good the string is correct. Thanks. But the next 2 lines: oneSage.SDK.RD.Data.SageStart.AccountDataTable lTbl = lDataSet.Account; oneSage.SDK.RD.Data.SageStart.AccountRow lRow = lTbl.NewAccountRow(); translated with: DEFINE VARIABLE lTbl AS oneSage.SDK.RD.Data.SageStart.AccountDataTable NO-UNDO. DEFINE VARIABLE lRow AS oneSage.SDK.RD.Data.SageStart.AccountRow NO-UNDO. Progress OE gives an error (in Italian) Tipo di dati specificato non valido: oneSage.SDK.RD.Data.SageStart.AccountDataTable. Specificare un tipo di dati come 'character' o il nome di una classe. (5638) ** Impossibile interpretare linea 69. (196)

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