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 Mike Lewis 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
  • 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)?

    You were right, I need internet user. And then, I don't need MTS security (for me, it is OK). Is there any way to use mts objects without loosing any of other security (file, sql server, IIS) as login to IIS as "anonymous" user? Is there any way to have DCOM connection to MTS...
  8. Rotar

    Client installation (what&how)?

    How can I login to NT domain through IE (activeX component, made in Delphi)? I also want to use "anonymous" account for all MTS (NT domain) users. Is this possible?
  9. 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...
  10. Rotar

    ADO & MTS & Delphi

    Thanks a lot! This is all I want to know... Bye, Frenk
  11. Rotar

    ADO & MTS & Delphi

    So, you use MtsDataModule as visual containter for components and then just set (Connection).Active to true/false?
  12. Rotar

    ADO & MTS & Delphi

    Thanks! I have one more question: I create ADOConnection object on onActivate event and destroy (ADOConn := nil) them on BeforeDestruction event. Is this ok or should I create (and destroy) them inside calling method? ************ BTW,Why donot you use ADOExpress when using Delphi? Because...
  13. 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...
  14. 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)?
  15. Rotar

    Late binding of MTS components in Delphi

    How to change between interfaces in late binding? (our componenth have a 3 interfaces)
  16. Rotar

    Late binding of MTS components in Delphi

    Is any possibility to do work without TDCOMConnection (I assume, that this component is a part of Delphi Enterprise)
  17. 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