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 Chris Miller 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. Holger2

    Multiple controls on one component

    Hi, MyPanel := TPanel.Create(Self); MyPanel.Name := 'MyPanel' + IntToStr(z); MyPanel.Parent := MainPanel; MyPanel.left := x; MyPanel.top := y; MyPanel.width := 126; MyPanel.height := 160; MyLabel := TLabel.Create(Self)...
  2. Holger2

    Insert Record in a Created Field

    Hi luistsousa, i can't follow you, you've created a Field or a table with one field? Maybe i can help you if you post the code! Best Regards Holger
  3. Holger2

    Net Logon service hangs

    Look on >http://www.microsoft.com/technet/ and search for the errornumber. There are some answers. Maybe it helps!

Part and Inventory Search

Back
Top