×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Very interesting! I didn't know IBM developed those tools. Good stuff to
know if I ever need it.
Are those API's reliable and does IBM keep them up to date?
Always looking for new ways to span the divide for other programs needing to
be able to talk to RPG :-)
Thanks,
Aaron Bartell
http://mowyourlawn.com
-----Original Message-----
From: rpg400-l-bounces@xxxxxxxxxxxx [mailto:rpg400-l-bounces@xxxxxxxxxxxx]
On Behalf Of Craig Pelkie
Sent: Tuesday, September 11, 2007 2:07 PM
To: RPG programming on the AS400 / iSeries
Subject: Data queues and C# (Re: RPG made it into the MSDN technical
glossary!)
Aaron, another option for data queues is the Data Queues Textbox control. It
is available on your PC if you have installed the IBM iSeries Access for
Windows Programmer's Toolkit option (installed through the IBM iSeries
Access for Windows install program).
The Data Queues Textbox control can be added to the Visual Studio toolbox.
You can drag-and-drop it onto a Windows form. There are only 4 or 5
properties to set (similar to the values used in the i5/OS APIs
QSNDDTAQ/QRCVDTAQ). If you leave the control visibility set to true, you can
actually watch the data queue messages.
Craig Pelkie
As an Amazon Associate we earn from qualifying purchases.