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 Rhinorhino 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: Rotar
  • Content: Threads
  • Order by date
  1. Rotar

    COM+, using data modules

    I made an COM+ application using Delphi 5 (STA, synchronisation=Required) I included Datamodules (not TMTSDataModule), because I have to use some containers for non-visual cmponents - set in design time). When only one user uses this component, all works fine. but when 2 or more users access...
  2. Rotar

    Using Datmodules in COM+ environment - urgent please

    I made an COM+ application using Delphi 5 (STA, synchronisation=Required) I included Datamodules (not TMTSDataModule), because I have to use some containers for non-visual cmponents - set in design time). When only one user uses this component, all works fine. but when 2 or more users access...
  3. Rotar

    MSXML 4 data binding

    Hi, How do I use data-binding with new XML parser (MS)? Has someone already written units to enable this function? Thanks, Frenk
  4. Rotar

    Active form TOLEControl wrapper - TAB key

    Hi, is it possible to use cursor and tab keys inside imported ActiveX form (using TOLOControl wrapper arround Active Form)? ActiveForm is made in Delphi and have many VCL components placed on form (TEdit, TDBGrid,...). I would like that imported form woud function like native Delphi form...
  5. Rotar

    Active form plugin - cursor and tab keys not working?!

    Hi, I am trying to do some sort of COM plugin system for my applications. Application will have host program and Active Forms with many VCLcomponents inside. All the system works well, except some message dispatching. So, I cant use tab key to change activecontrol inside ActiveX Form, ...
  6. Rotar

    WHY "The object invoked has disconnected from its clients"?

    I get this message(The object invoked has disconnected from its clients) when I conenct to MTS objects ((late binding) and not using them for a while. What do I have to set to prevent disconnecting from objects? Frenk
  7. Rotar

    Client installation (what&how)?

    Hi, I developed some MTS components and also ActiveX (ocx user interface -UI) component for use in IE. My goal is to use MTS objects (late binding) inside UI ocx. I want to use late - binding because I want to have clients without any installation(TLB,...). Clints will get UI when typing some...
  8. Rotar

    ADO & MTS & Delphi

    I am using ADO in MTS (NT 4 server sp 6a, sqlserver 7) . Do I need (because of transaction control) to use ObjectContext when creating ADO objects (connection, recordset, command)? I connect to sql7 using onActivate event with creating adoconnection object. What do I have to set (in DTC?!) for...
  9. Rotar

    How to set NTFS file/directory permissions in Delphi?

    Does anybody know, how to set file/directory permissions through Api or any delphi function on NTFS file system (Windows NT/2000)?
  10. Rotar

    Late binding of MTS components in Delphi

    Can someone explain how to use late binding tecnique for accessing MTS objects (from remote machine) in Delphi? I can do with early binding, but as far as I know (from discussion on this site), this is not the best solution for accessing and using MTS objects. Thanks, Frenk

Part and Inventory Search

Back
Top