![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
From: "James Snape" <jim_snape.at.hotmail (AT) online (DOT) nospam Subject: Custom Transform User Interface Date: Thu, 22 Jul 2004 11:51:08 +0100 Lines: 14 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2149 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2149 X-RFC2646: Format=Flowed; Original Message-ID: <#rt3Nn9bEHA.4064 (AT) TK2MSFTNGP09 (DOT) phx.gbl Newsgroups: microsoft.public.sqlserver.dts NNTP-Posting-Host: exony-ltd-14.altohiway.com 213.83.66.238 Path: cpmsftngxa06.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFT NGP08.phx.gbl!TK2MSFTNGP09 |
|
Xref: cpmsftngxa06.phx.gbl microsoft.public.sqlserver.dts:49771 X-Tomcat-NG: microsoft.public.sqlserver.dts I am currently developing a custom transform for our datamart ETL. The idea is to do foreign key lookups directly in the transform to convert incoming strings to the correct IDs. This is similar in principal to the idea of using a lookup but much faster. One question I have, is it possible to add a custom user interface to the transform similar to a custom task UI? None of the samples use a custom UI and usually just expose some properties that are visible with the standard property UI. Thanks in advance, James Snape |
#3
| |||
| |||
|
#4
| |||
| |||
|
|
Hi James, DTS does not programtically expose an interface for a custom transform UI as is the case with a custom task UI. Therefore, one cannot create a custom UI for a custom transform. Hope this helps. Farooq Mahmud [MS SQL Support] This posting is provided "AS IS" with no warranties, and confers no rights. Are you secure? For information about the Strategic Technology Protection Program and to order your FREE Security Tool Kit, please visit http://www.microsoft.com/security. |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
From: "James Snape" <jim_snape.at.hotmail (AT) online (DOT) nospam References: <#rt3Nn9bEHA.4064 (AT) TK2MSFTNGP09 (DOT) phx.gbl e0SJWvRcEHA.836 (AT) cpmsftngxa06 (DOT) phx.gbl Subject: Re: Custom Transform User Interface Date: Sat, 24 Jul 2004 17:58:21 +0100 Lines: 34 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.3790.181 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.181 Message-ID: <eVdZw9ZcEHA.1656 (AT) TK2MSFTNGP09 (DOT) phx.gbl Newsgroups: microsoft.public.sqlserver.dts NNTP-Posting-Host: ip-213-92-131-1.aramiska-arc.aramiska.net 213.92.131.1 Path: cpmsftngxa06.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTF EED01.phx.gbl!TK2MSFTNGP08 |
|
Xref: cpmsftngxa06.phx.gbl microsoft.public.sqlserver.dts:49852 X-Tomcat-NG: microsoft.public.sqlserver.dts Well it doesn't really help as the answer is no - but I'll get over it... So how come the "DateTime String", "Middle of String", "Read File", "Trim String" and "Write File" transforms all have custom dialogs when you click the Properties button? Is this a hidden Microsoft API or have you gone and embedded transform specific code in the global transform options dialog? Regards, James Snape "Farooq Mahmud [MS]" <farooqm (AT) online (DOT) microsoft.com> wrote in message news:e0SJWvRcEHA.836 (AT) cpmsftngxa06 (DOT) phx.gbl... Hi James, DTS does not programtically expose an interface for a custom transform UI as is the case with a custom task UI. Therefore, one cannot create a custom UI for a custom transform. Hope this helps. Farooq Mahmud [MS SQL Support] This posting is provided "AS IS" with no warranties, and confers no rights. Are you secure? For information about the Strategic Technology Protection Program and to order your FREE Security Tool Kit, please visit http://www.microsoft.com/security. |
#7
| |||
| |||
|
|
Hi James, How is the issue going on your side? Let us know if you need further assistance on this issue. Regards, Bill Cheng Microsoft Online Partner Support Get Secure! - www.microsoft.com/security This posting is provided "as is" with no warranties and confers no rights. -------------------- | From: "James Snape" <jim_snape.at.hotmail (AT) online (DOT) nospam | References: <#rt3Nn9bEHA.4064 (AT) TK2MSFTNGP09 (DOT) phx.gbl e0SJWvRcEHA.836 (AT) cpmsftngxa06 (DOT) phx.gbl | Subject: Re: Custom Transform User Interface | Date: Sat, 24 Jul 2004 17:58:21 +0100 | Lines: 34 | X-Priority: 3 | X-MSMail-Priority: Normal | X-Newsreader: Microsoft Outlook Express 6.00.3790.181 | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.181 | Message-ID: <eVdZw9ZcEHA.1656 (AT) TK2MSFTNGP09 (DOT) phx.gbl | Newsgroups: microsoft.public.sqlserver.dts | NNTP-Posting-Host: ip-213-92-131-1.aramiska-arc.aramiska.net 213.92.131.1 | Path: cpmsftngxa06.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTF EED01.phx.gbl!TK2MSFTNGP08 phx.gbl!TK2MSFTNGP09.phx.gbl | Xref: cpmsftngxa06.phx.gbl microsoft.public.sqlserver.dts:49852 | X-Tomcat-NG: microsoft.public.sqlserver.dts | | Well it doesn't really help as the answer is no - but I'll get over it... | | So how come the "DateTime String", "Middle of String", "Read File", "Trim | String" and "Write File" transforms all have custom dialogs when you click | the Properties button? Is this a hidden Microsoft API or have you gone and | embedded transform specific code in the global transform options dialog? | | Regards, | James Snape | | | "Farooq Mahmud [MS]" <farooqm (AT) online (DOT) microsoft.com> wrote in message | news:e0SJWvRcEHA.836 (AT) cpmsftngxa06 (DOT) phx.gbl... | > Hi James, | | > DTS does not programtically expose an interface for a custom transform UI | > as is the case with a custom task UI. Therefore, one cannot create a | custom | > UI for a custom transform. | | > Hope this helps. | | | > Farooq Mahmud [MS SQL Support] | | > This posting is provided "AS IS" with no warranties, and confers no | rights. | | > Are you secure? For information about the Strategic Technology Protection | > Program and to order your FREE Security Tool Kit, please visit | > http://www.microsoft.com/security. | | | | |
![]() |
| Thread Tools | |
| Display Modes | |
| |