Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Kirschler

    COM+ Construction strings

    Hi, Instead of using For-Each try this: Dim catalog Dim collection Dim item Dim sStr 'Equivalent of newline NewLine = Chr(13) + Chr(10) sStr = InputBox("Enter a top-level collection:") 'Navigate the COM+ Catalog set catalog = CreateObject("COMAdmin.COMAdminCatalog")...
  2. Kirschler

    BizTalk Adapter For OneWorld etc

    Hi, I'm currently working in a e-commerce project (in Sweden) involving integration with OneWorld Xe. We are using MS Commerce Server as an e-commerce platform and MS BizTalk Server as our integration platform. We have been using BizTalk Server since ... oh... let's see ... well... since the...

Part and Inventory Search

Back
Top