Rob Beardsworth [MSFT]
Guest
|
Posted:
Mon Jan 10, 2005 11:46 pm Post subject:
RE: HIS datatype conversion |
|
|
Hi Paul,
there are no hooks available inside TI to call custom code before/after
our processing. I am not sure why you want to call something inside TI, why
don't you just wrap the TI calls in your code in a generic way and do the
GUID to actual value translation there?
Rob Beardsworth
Microsoft
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of any included samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
--------------------
From: "Paul Kilbourne" <dpkilbourne@rogers.com>
Subject: HIS datatype conversion
Date: Fri, 7 Jan 2005 11:36:37 -0500
Lines: 18
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1437
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1441
Message-ID: <O0d6PcN9EHA.3944@TK2MSFTNGP12.phx.gbl>
Newsgroups: microsoft.public.hiserver.general
NNTP-Posting-Host: 142.106.85.98
Path:
cpmsftngxa10.phx.gbl!TK2MSFTFEED02.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP12
..phx.gbl
Xref: cpmsftngxa10.phx.gbl microsoft.public.hiserver.general:4593
X-Tomcat-NG: microsoft.public.hiserver.general
Hi All:
I was wondering if there is a way to create a hook for preprocessing prior
to the actual call to the Host within the com object/ .net assembly that is
generated by the TI wizard?
In our environment, we have a requirement to translate the .NET
application's codevalues into codevalues the exist on the host. Basically
we would pass in a GUID which would be translated to the host's code value
which is a numeric type. Ideally we would like to pass our business objects
to the TI wizard generated method. The method would have hooks that
translate the GUID's before passing to the host for processing.
Any help would be greatly appreciated.
Paul Kilbourne |
|