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: IMLee
  • Order by date
  1. IMLee

    Unloading IIS ISAPI DLL's

    Hello, I am trying to develop IIS ISAPI DLL extensions. I remember reading that the problem of unloading a DLL once run on IIS without having to stop the IIS service had been solved. I have searched MSKB and can find no reference to this problem. If anyone knows how to force IIS to unload a...
  2. IMLee

    Type mismatch for field "xxxx", expecting: Integer actual: Float

    Lance, Thanks for your suggestions. I should have mentioned that no changes have been made to the previously working program code. There is an TIntegerField which is receiving a field from a query. The declaration of the field in the database is number (10, 0). It is a known attribute of...
  3. IMLee

    Type mismatch for field "xxxx", expecting: Integer actual: Float

    Hello, I am trying to find the source of this error: 'Type mismatch for field "xxxx", expecting: Integer actual: Float' I have an application that queries an Oracle 8i database from Delphi CS 5 with sp1 running under Windows NT Workstation 4 Sp6a In the BDE Administrator, the native...
  4. IMLee

    How to set NTFS file/directory permissions in Delphi?

    Try NTSet for delphi 5. Look at www.belcaf.com I have used this component set. I think it will be easier to simply have an administrator do this. Good luck
  5. IMLee

    "Invalid Enum Value" using ADOTable Component

    I am getting an error in Delphi 5.1 Enterprise using a datamodule containing an ADOConnection and ADOTable component. This is working code that will compile and link until ANY action is taken. Simply setting the table active to true and then the ADOConnection active to false will generate the...
  6. IMLee

    How to catch session variable expiration CF4.5

    Rafajafar, Thanks very much for your advice. I will try to implement this as you describe. I will contact you again to let you know how it went. Thanks again. IMLEE
  7. IMLee

    How to catch session variable expiration CF4.5

    Thanks for your response. The method you cite works but not if the user has left the site. I am trying to have an event handler triggered when a client session variable expires. In this way clean up of other session associated resources can be accomplished, even if the user has surfed off...
  8. IMLee

    How to catch session variable expiration CF4.5

    Hello, I am trying to catch the expiration of session variables in a Cold Fusion 4.5 application. Does anyone know where examples, samples or code snippets on this subject can be found. I have looked in the most recent Que and Sybex books without success. Any help or advice would be most...
  9. IMLee

    DragDrop Operation with DragImageList in Delphi 5

    Hello, I am trying to find samples, examples, or advice on how to implement dragdrop operations in Delphi 5 using a TDragImageList. I would like to drag a control such as a button across a form and display an image during the drag operation. Any help would be appreciated. Thanks IMLEE

Part and Inventory Search

Back
Top