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

  • Users: liamlaurent
  • Content: Threads
  • Order by date
  1. liamlaurent

    How do I declare a multidimensional array of constant values ?

    Hello All, I would like to declare a multidimension array of constant values. I want to do something like this: const A: Array[1..2,1..2] of real = ( 1.0,2.0, 3.0,4.0); It will work for a one dimensional array but it does not for multidimensional arrays...
  2. liamlaurent

    Can inherited controls appear at design time?

    Hi everyone, I have a base form that I want all my other forms to inherit controls from (trying to cut down on design time). It has a page control a tool bar, a DBGrid and a few other controls. However when I set the other forms to inherit from it: e.g TfrmChemicals = class(TFrmBase) the...
  3. liamlaurent

    Can I put multiple lines in the Expression Builder?

    Hello All, I want to change the ROW SOURCE value of a combobox on a form dynamically. I want to requery it also when it is changed. Can I accomplish this in the Expresssion Builder without have to use VB code? Thanks Liam
  4. liamlaurent

    Encrypt string with MD5

    Can anyone tell/show me how I can use MD5 to encrypt a string in Delphi 7.0? Thanks Liam
  5. liamlaurent

    can I trap exceptions from a DBNavigator's actions?

    Hello All, Is there a way to trap the exceptions that may come from a DB Navigator's action events? Let's say I click on the insert button and there was a problem inserting, is there a way to trap that exception in a try...except block so that I can display my customized error messages instead...
  6. liamlaurent

    Can I export and make the Stored procedure refence the new DB name?

    Good day everyone, I am having trouble exporting an SQL server database to another database on the same server - but with a different name. Whenever I export the DB the stored procedures maintain their references to the original database name. Is there a way that I can export the DB and make...
  7. liamlaurent

    How do I pass form parameteres to Queries?

    Hello all, I would like to know if it is possible to pass the contents of a TextBox or the selected value in a ComboBox as a parameter to a query. If it is possible I would appreciate an example of the SQL syntax that does this. Thanks Liam
  8. liamlaurent

    Are there forms in SQL Server 2000/2005?

    Hello All Is there a way I can use forms in SQL Server 2000/2005 like is done is ACCESS? I have several ACCESS DB's that I need to port over to SQL Server and I was wondering if I could retain the use of my forms in SQL Server 2000 or 2005 Liam
  9. liamlaurent

    Can SQL 2000 with all SP's run on Windows 2003 Server?

    Hello all, From the subject my question seems to be clear. It was recently recommended to us that we use SQL Server 2000 on a Windows 2003 machine. I would like to know what considerations would have to be made prior to installation of SQL server and weather or not the two are totally...
  10. liamlaurent

    How do I organize my computers in Active Directory?

    Hello to all, Is there a way that I can organize my computers in Active Directory (or anywhere else) into groups so that they all apperar in their respective groups when navigating the network even if they are all contained in one domain? For example in my Domain ARCHDOM I want to separate the...
  11. liamlaurent

    Can TImagelist support .jpg ?

    Hello All, Was just wondering if there was a way to make the TImagelist component accept JPEG/JPG images. I am using Delphi 7. Thanks Liam
  12. liamlaurent

    Visualising images

    Hello there, I need to be pointed in the right direction here. What I wanna accomplish is displaying thumbnail views of images that are contained in a folder (much like what is done when you go into the MyDocuments\My Pictures folder in Windows. I was thinking of using a grid to store the...

Part and Inventory Search

Back
Top