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 gkittelson 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. challer

    MTS Type Library reference in VB

    After adding Personal Web Server on the Win98 box, the type library is now there! Clay Haller
  2. challer

    MTS Type Library reference in VB

    I'm trying to compile a component to install in COM+ on a Windows 2000 server. I'm trying to compile the component on a Windows 98 machine in VB 6.0. I can't find the reference for Microsoft Transaction Server Type Library in the references dialog in VB. Does anybody know how to add the MTS type...
  3. challer

    Creating an object from COM+ using CreateObject

    Nouman, I think I figured it out. I exported the components from the Component Services as an Application Proxy instead of a server application. After installing the MSI file on my client, I didn't have to use the second parameter in the CreateObject function. Regards, Clay
  4. challer

    Creating an object from COM+ using CreateObject

    Hi Nouman, My development machine is running Win2k Prof. I've installed my COM+ components onto a Win2k Server. According to the books I've read for MTS 2.0, you export the package which creates a clients folder. This clients folder has a setup.exe that you can run on the client machine so that...
  5. challer

    Creating an object from COM+ using CreateObject

    In my VB app, when I create an object from COM+, I use the CreateObject function. In the books that I've read for examples, all from Wrox, they don't use the servername parameter of the CreateObject when they create their objects. However, my application won't work unless I use this parameter...
  6. challer

    Tabs

    I use the following in the Load event of the form SSTab1.Tab = 0
  7. challer

    VB6 and Visual SourceSafe

    When I open a VB 6.0 project under SourceSafe control and try to check out a file (right-click on file in project explorer and select check out), the file I right-click on doesn't get checked out. Rather the second file under the designers folder always gets checked out. This is happening in...
  8. challer

    SourceSafe and VB 6 IDE

    When I open a VB 6.0 project under SourceSafe control and try to check out a file (right-click on file in project explorer and select check out), the file I right-click on doesn't get checked out. Rather the second file under the designers folder always gets checked out. This is happening in...
  9. challer

    Crystal Licensing Question

    Sorry, I meant Developer edition. I do remember seeing threads on licensing, but I have not found it. I'll try again. Thanks Clay
  10. challer

    Crystal Licensing Question

    I'm trying to determine what kind of license my client needs to get when he buys Crystal Reports. He will be accessing reports from a VB appication and also from Active Server Pages. The Active Server Pages will use either the ActiveX component or the java files included with the Professional...
  11. challer

    Import Fox Pro Table Into Access using VB

    I have a VB program where I read from a FoxPro table and insert the data into a SQL Server db. First, you need to create a foxpro data source on the machine running the app. That's what the <DataSourceName> is in the strConString variable. I made my datasource look in the root directory, that...
  12. challer

    CDONTS vs. ASPmail

    Thanks, that's what I needed to know! Clay
  13. challer

    CDONTS vs. ASPmail

    I want to send an email from an ASP script. In this forum, I've seen references to CDONTS and ASPMail. What's the difference between the two? Is MS Exchange required for either, both? Regards, Clay
  14. challer

    Problem sending data to a report from ASP

    Hello! I'm using CR 8.0. It's installed on a web server running NT 4 SP5. I can send data to a report via a recordset that I create from an ASP page by creating a connection (to SQL Server 7), then creating the recordset from an SQL script. This works OK. My problem is I'm accessing an...
  15. challer

    No Syntax coloring or inteli-sense in Visual Interdev.

    I just installed Visual Interdev on a new PC. When I open an ASP page in Interdev, there is no syntax coloring or intellisense (like on my other PC). What can I do to get these features back? Thanks, Clay Haller
  16. challer

    Can't Access Help in Visual Interdev 6.0

    I just installed Visual Interdev on a new PC. While in Interdev, I can't access help - the Contents, Index and Search menu items under the Help menu choice are not there. F1 doesn't work either. I have MSDN installed on my new PC, and can access the Vsual Interdev help from the MSDN help...
  17. challer

    Question about Crystal Reports 8.0 with Active Server Pages

    I've downloaded the sample reports from CR's website - the samples for version 8.0 - of Seagate Crystal Reports Active Server Pages (ASP) Reports Server. I've been looking at the BeginHere report using Personal Web Server. The CRViewer control shows in the browser, but no data. I'm using IE...
  18. challer

    Question about previewing a report created with RDC 8

    Sorry :-), I forgot to enter a subject earlier!! When previewing a report created with RDC 8, the percentage says 100%, but the whole page shows on the screen. If you select 100% from the combobox, the report zooms to 100%. Is there a way to set the percentage from VB 6? Or some setting on...
  19. challer

    When previewing a report created wi

    When previewing a report created with RDC 8, the percentage says 100%, but the whole page shows on the screen. If you select 100% from the combobox, the report zooms to 100%. Is there a way to set the percentage from VB 6? Or some setting on the crviewer control to make the page show with...

Part and Inventory Search

Back
Top