What will trigger the window? I guess the user can hit a command-key
(F19, for example) to bring up the window, or are you planning on having
the window "pop" automatically.
In either case, I guess you'll then send the data to the data queue that
you want to show in the window's window? I would think it would be
simpler to either retrieve the data directly from its original tables,
or to write to a temp table and then read that, so you have access to
fields, and don't have to deal w/ASCII-EBCDIC translation.
-Walden
--
Walden H Leverich III
Tech Software
(516) 627-3800 x3051
WaldenL@xxxxxxxxxxxxxxx
http://www.TechSoftInc.com
Quiquid latine dictum sit altum viditur.
(Whatever is said in Latin seems profound.)
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of tim
Sent: Tuesday, September 16, 2008 10:55 PM
To: 'Midrange Systems Technical Discussion'
Subject: RE: Interop.cwbx and keyed data queue example
Hmmm...your solution seems like a better idea.
What I'm doing is adding a windows scroll window to an existing green
screen. This way, when a user views a customer, a window will pop up
showing
data that they can scroll through. I was able to figure out the data
queue
part of it, but calling a stored proc to do the rcv dtaq sounds like a
better solution as long as its not slow.
That's for the insite Walden!!!
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Walden H. Leverich
Sent: Tuesday, September 16, 2008 7:47 PM
To: Midrange Systems Technical Discussion
Subject: RE: Interop.cwbx and keyed data queue example
COM Interop == ewwwww.... :-)
This article seems like it might help
http://www.netsplore.com/PublicPortal/Default.aspx?tabid=246 But I would
ask what you're doing that wouldn't be better served using a call to a
stored proc, even if that proc was nothing more than a call to
QSNDDTAQ/QRCVDTAQ.
-Walden
--
Walden H Leverich III
Tech Software
(516) 627-3800 x3051
WaldenL@xxxxxxxxxxxxxxx
http://www.TechSoftInc.com
Quiquid latine dictum sit altum viditur.
(Whatever is said in Latin seems profound.)
As an Amazon Associate we earn from qualifying purchases.