At first sight, 3 "problems" in TAutoLoopBldrForm.NewLoopButtonMouseUp:

        What's the Query-parameter ?
        PSQLQuery1.Params[0].AsString := <put here your query-params, e.g. 
image-name, record-indentifier>

        PSQLQuery1.ExecSQL --> what's your requested output (ExecSQL can only 
output 1 single value)
                                        Maybe better use PSQLQuery1.Open;, get 
whatever field-values you need, then PSQLQuery.Close;

        DeviceNotebookMouseUpAlias(Sender, Button, Shift, X, Y);        Who is 
the Sender ? Since you are clicking on a TButton,
                                                                                
        your sender will be the TButton, but your DeviceNotebookMouseUpAlias
                                                                                
        will only run if the Object is a TImage (if Sender is TImage);



Paul van Mil
Senior Developer

MAD-Systems
Burg. van Suchtelenstr. 26
6641 XN  Beuningen (Gld)
The Netherlands
Url: www.madsystems.nl

Tel.: +31 (0)24-366 1501
Fax.: +31 (0)24-366 1502
Mob.: +31 (0)6 2251 4084
Email: [EMAIL PROTECTED]

*************************************************************************
Disclaimer: MAD-Systems is de enige opdrachtnemer van alle werkzaamheden.
Nederlands recht is van toepassing. De aansprakelijkheid van MAD-Systems is 
beperkt tot de uitkering die plaatsvindt onder de verzekering van MAD-Systems 
tegen beroepsaansprakelijkheid.

Disclaimer: MAD-Systems is the exclusive contractual party with respect to all 
work and services undertaken.
Dutch laws shall apply. The aggregate liability of MAD-Systems shall be limited 
to the proceeds available under MAD-Systems professional liability insurance.

This e-mail message is intended exclusively for the addressee(s). If the e-mail 
was sent to you by mistake, would you please contact us immediately by e-mail 
through "[EMAIL PROTECTED]".
In that case, we also request that you destroy the e-mail and that you neither 
use the contents nor disclose them in any manner to third parties, because the 
message may contain confidential information which is protected by professional 
secrecy.

Any addressee should be aware that internet e-mail is subject to risks;
MAD-Systems therefore denies any responsibility for damages resulting from the 
use of Internet e-mail.
*************************************************************************
This email is checked on virusses through Norton Antivirus, updated 
2007-03-06
_______________________________________________
Delphi-DB mailing list
[email protected]
http://www.elists.org/mailman/listinfo/delphi-db

Reply via email to