Posted 25 June 2025, 10:10 am EST
How can I use AR19 with VS2022?
I used for years AR2 with Visual Basic 6 an now I’m trying to migrate my applications to VB.NET.
In AR2 VB6 I’m using this lines to call reports:
RptClients.Adodc.ConnectionString = vConnection
RptClients.Adodc.Source = “Select [ClientName] from [Clients] order by [ClientName]”
RptClients.Caption = “Clients Reports”
RptClients.documentName = “Clients Reports”
RptClients.Show
With VB.NET isn’t work this way.
Could someone help me please?
I know it seems very basic, but I don’t know where to start.
Thanks!