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

  • Thread starter Thread starter Mike Fechner
  • Start date Start date
Status
Not open for further replies.
M

Mike Fechner

Guest
This sounds like an issue with the actual class names. I’m afraid I won’t be able to help you there with out access to a documentation. Von: Giancarlo Alberto Somma Gesendet: Montag, 30. April 2018 14:06 An: TU.OE.General@community.progress.com Betreff: RE: [Technical Users - OE General] .NET FRAMEWORK AND OE Update from Progress Community Giancarlo Alberto Somma 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) View online You received this notification because you subscribed to the forum. To unsubscribe from only this thread, go here . Flag this post as spam/abuse.

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