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

    Problem with ftGuid parameter in ADOStoredProc

    I have SQL Server 2008 Stored Procedure that uses uniqueidentifier type of Parameter. When try to open ADOStoredProc1 related with this SP in my Delphi Project, this error occurs: Invalid character value for cast specification. Delphi recognizes this Parameter as ftGuid DataType. What other...
  2. Delphard

    Inheritance Question

    Form1 is ancestor Form, and had this code in Form1.FormClose: ... Action:= caFree; Form1 := nil; end; Form2 is derived from Form1 (TForm2 = class(TForm1). What should write instead of Form1 := nil in Form1.FormClose to be sure that (inherited) Form2 is also nil after Close?
  3. Delphard

    Problem with Repository

    Delphi2007 Repository had very strange behavior: refuses to remember new Categories and new items I've add to it. Actually, I can add both of them, but next time I try to open from Repository, they didn't appear there?! Configuration: Delphi2007 for Win32® R2 Version 11.0.2902.10471, Windows 7...
  4. Delphard

    Indexing files in FileStream

    Is there an tool that can index content od files (.doc, .pdf) that are stored in FileStream? Intention is to make possible to search stored files by indexed content.
  5. Delphard

    Unable to Run Computer management from context menu

    Right click on Computer icon on Desktop, then Manage and following error occurs: "The file does not have a program associated with it for performing tis action.(...)" When starts Computer management from Administrative tools, everything is OK. Any idea?
  6. Delphard

    Unknown language in Language Bar

    When connected through Remote Desktop on Windows 2008 Standard, ?? shows in Language Bar as "Unknown language"?!?!
  7. Delphard

    Formating Date

    How to format Date like this: 31.07.2009. no matter what is system Date format on concrete machine?
  8. Delphard

    Encryption against sa

    How to encrypt some DB fields in such a way that another sa cannot decrypt them?!
  9. Delphard

    3rd party tool for DB encryption

    Can you recommend specific tool? Anybody have experience with DBDefence (http://www.dbdefence.com/index.html)? Thanks in advance!
  10. Delphard

    Default username and blank username in SQL login form

    What determine which username is shown on SQL login form when SQL Manager starts? I successfuly pass login, but next time another username is shown in login form?! Second, I see blank row in combobox with usernames in login form? What it means (is there some user with blank username)?!
  11. Delphard

    Where is TShellTreeView control in Delphi2007?

    Can't find... :(
  12. Delphard

    Error message on backup

    User is member of backupoperators group. When try backup with verify option checked, this error message occurs: 'The backup verify could not take place.... CREATE DATABASE permission denied in database 'master'.'
  13. Delphard

    .exe file protection

    How to protect .exe file against decompiling? Is there an (free?!) software or component for this purpose?
  14. Delphard

    How to realize PROGRESSBAR that shows loading of records in Dataset?

    Large Dataset, so it is desirable to have ProgressBar that shows progress of record loading... How to realize that?
  15. Delphard

    Command that replace 'Import Data Wizard'?!

    Is there such a command? Need to make script that automate importing data...
  16. Delphard

    How to make FormKeyDown for fsMDIForm?

    Seems like fsMDIForm won't accept FormKeyDown (also FormKeyPress) events?!?!?!
  17. Delphard

    How to obtain a number of decimal places for BCD value?

    BcdScale Routine seems to work unexpected...
  18. Delphard

    Representing decimal field as integer

    How to represent decimal field as integer (in form without decimal digits and period) when value is actually integer, and leave decimal form when value is decimal? :)
  19. Delphard

    Need specific DateTime format

    How to format DateTime value like this: '29.01.2008. 23:56' Thanks in advance!
  20. Delphard

    How to store varchars with superscripts and subscripts in SQL Server?

    Which Delphi control and which type of field in SQL Server2005 I should use to store text with superscripts and subscripts?

Part and Inventory Search

Back
Top