At 12:44 PM 3/5/2007, you wrote:
>procedure TAutoLoopBldrForm.NewLoopButtonMouseUp(Sender: TObject;
>
>   Button: TMouseButton; Shift: TShiftState; X, Y: Integer);
>
>
>
>   begin
>
>           PSQLQuery1.Close ;    <= I am going to have to assume 
> that PSQLQuery1 has been created somewhere but have you you created 
> any sort of database connection?
>
>           PSQLQuery1.Params[0].AsString;  <=  This is a total 
> nonsense . . . it does nothing and has absolutely no meaning in any 
> way.  Are you trying to set the parameter's value?
>
>           PSQLQuery1.ExecSQL;
>
>       DeviceNotebookMouseUpAlias(Sender, Button, Shift, X, Y);
>
>
>
>end;
>
>

Ralph D. Wilson II
Systems Analyst

[EMAIL PROTECTED]
[EMAIL PROTECTED]


_______________________________________________
Delphi-DB mailing list
[email protected]
http://www.elists.org/mailman/listinfo/delphi-db

Reply via email to