el stamatakos wrote:

1) I have an MDI application and when I clicked on a menu it would open another form. Now it does not any idea how I can fix this.
Can you give a little more information ?
 
2) I want to be able to do something like
 
SQLQuery1.SQLSelect('SELECT * from process ORDER BY processDisplayOrder');
 
Very roughly, at run time, you add the query text to SQLQuery1.SQL

SQLQuery1.SQL.clear;
SQLQuery1.SQL.add('SELECT * from process ORDER BY processDisplayOrder');

and set it active

SQLQuery1.active = true;

OR you can do this at design time in the object inspector, if the query  does not change.

WARNING:

I've been trying to work out how to use SVN, and all my up to date lazaruses are broken (!), so I cannot check that this is exactly right - hope it points you in the right direction.

cheers,
John Sunderland
_________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to