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...
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...
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
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...
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...
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
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
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.