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 Chriss Miller 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: *

  • Users: karlp
  • Order by date
  1. karlp

    Headers in Pocket Excel..

    Yes you can put headers at the top. You need to use Freeze Panes under the view menu. Post back if you need any more info. Karl
  2. karlp

    Dialogs

    I'm not sure that you can
  3. karlp

    Pocket Access

    There is no Access for PocketPC's. The option exists in ActiveSync to convert Access MDB files to PocketPC CDB files (and also to sync data between the two files). CDB files can be used with Embedded VB or VC and ADOCE for data storage in custom applications (I'm currently writing a couple)...
  4. karlp

    Client is not authorized because of anonymous logon

    1. You could set NT Challenge/Response to ensure all users are identified. This may or may not be possible depending on your configuration. 2. You could disable security checking on the MTS package 3. It could be DCOM authentication. Try using DCOMCNFG to alter Default Properties.Default...
  5. karlp

    Want to default to certain web page & database view based on NT Group

    You could implement this using MTS and configuring the web server to issue challenge/response.
  6. karlp

    Embedded Tools For CE

    Does anybody use MS Embedded Tools for CE (VB) ? If so can you recommend any good books on CE/VB development ?
  7. karlp

    Server using Winsock on threads (Visual Basic 6)

    We have just solved the exact same problem. The way we achieved it was to have a standard exe with a control array of WinSock controls (using SocketWrench instead of MS controls) for actual communication. Within the exe we created a collection of objects (clsConversation), which contained the...
  8. karlp

    CreateObject vs New

    Can I second what Tarek has said about "Professional Visual Basic 6 MTS Programming". I cannot recommend the book enough. It covers MTS very well.
  9. karlp

    CreateObject vs New

    Use New for non MTS objects. Use CreateObject for creating MTS objects from programs outside of MTS Use CreateInstance for creating MTS objects from within other MTS objects
  10. karlp

    asp, MTS, and credit card transactions

    We cannot use MS-DTC to rollback the transaction as our links to the bank do not support it. If the communcation fails then we simply set the status of a SQL Server record to Error.
  11. karlp

    asp, MTS, and credit card transactions

    We've written our own credit/debit card payment system using ASP & MTS. We use software from Retail Logic for the bank connectivity.
  12. karlp

    why the NT server must login in

    Running MTS components in a production environment should be run as a specified user. It is possible to detect which user has called the object. Which language(s) are you using ?

Part and Inventory Search

Back
Top