Quantcast
Channel: Visual COBOL - Forum - Recent Threads
Viewing all articles
Browse latest Browse all 4356

RE: ILSMARTLINKAGE Doesn't Generate Record Object

$
0
0

Ahmet,

Are you using both ilsmartnest and ilsmartlinkage when compiling your project now?

If you are then the record name will be prefixed with the program name when accessing from a C# program.

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

namespace ConsoleApplication1
{
   class Program
   {
       static void Main(string[] args)
       {
           CoreBanking.Transactions.ExecuteTransaction cobprog = new CoreBanking.Transactions.ExecuteTransaction();
           CoreBanking.Transactions.ExecuteTransaction.TansactionRecord tr = new CoreBanking.Transactions.ExecuteTransaction.TansactionRecord
);
           tr.CreditAccount = 123;
       }
   }
}


Viewing all articles
Browse latest Browse all 4356

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>