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

  1. fluke030

    Delete account with missing domain

    Hello, I seem to have an odd problem. I bought my old work laptop for my wife to use. Now, I need to delete my old information and account. I thought this would be simple thing to do. I have set her up on a new domain (nebula, the computer's name) as an administrator. However, when I went...
  2. fluke030

    Unavailable database

    Hello, I recently went from D5 with IB 5.5 to D2006 with IB 7.5. I have a couple of IB databases on the machine that were working fine until today. Today being the first time I have attempted to open them since upgrading. I uninstalled 5.5 when I installed 7.5. Now, when I try to connect...
  3. fluke030

    DBComboBox and Name-Value combinations

    Hello, In the app we are designing at work, we have a situation where we cannot use the typical DBLookupCombo component, yet it's close to what we need. We need to store a code but display a description. There is a similar question in this forum regarding DBCombos and enumerated integers...
  4. fluke030

    XP Home compatabile with new Delphi?

    Thanks, Bobba. Looks okay. I have seen one or two apps that state "requires Pro (not Home) to work." Personal Web Server was one of these. I don't know if that was true or merely marketing. But before I spend $1490, has anyone here run D2006 on XPHome?
  5. fluke030

    XP Home compatabile with new Delphi?

    Hello, I may need to upgrade my Delphi soon for a work project as a contractor for a small programming company. Problem is, the requirement list at Borland.com for Delphi2006 list XP Pro. My wife and I just upgraded the computer recently to XP Home (we had no reason to upgrade until last...
  6. fluke030

    Commitretaining not applying changes

    Hello, I am using IB 5.5 with Delphi 5 on Win XP Home. Here is the situation. I am writing a program to work farm animal transactions. This program will be for my use only, but I need to know somethings for a project coming up at work (practice). I have a list of animals and "actions"...
  7. fluke030

    Class and contained classes

    A little more information. TAgent = class(TPersistent) Parent: TWorld; ... end; And passing the self through the constructor results in an "Undeclared identifier" message because TWorld is in another file. However, if I add cWorld to the uses clause, it returns a "circular reference"...
  8. fluke030

    Class and contained classes

    Hello, I have a class (Tworld) that contains an array of TAgents (both defined by me). I need the instances of TAgent to be able to look up at an instance of World. My attempts so far have resulted in compilation errors. What is the best way to accomplish this task? Thank you, Frank

Part and Inventory Search

Back
Top