CUSTOMER // TABLE NAME
CustID CustName
A001 Andy
A002 John
A003 Smith
A004 Lee
The data list above is store in the MSSQL database.. In my delphi program, i want to
extract/get the data for CustName where the custID is equal to A003.. So what SQL statement
should i write ?
I...
I put the following code for move the mouse cursor(loop),
procedure TForm1.FormCreate(Sender: TObject);
var i :integer;
begin
i:=0;
while i =0 do
begin
if i=0 then
begin
Mouse.CursorPos := Point(200,40);
sleep(5000);
i :=1;
end;
if i = 1 then
begin...
Can anyone help me with the following problem:
I want to wite a program that can move the cursor around on the top
of the desktop after i click at the "Move" button on the main form...
the cursor should not be inside the form.. but on the top of the desktop
and outside the main form...
The following is the corresponded table :
Customer
----------------
CustomerID
CustName
ProductID
SupplierID
Product
----------------
ProductID
ProductName
ProductDesc
Supplier
----------------
SupplierID
SupplierName
SupplierTelNo
I'm try to join all the 3 tables(Join Customer table with...
Can somebody correct and give me the valid if statement? I have this:
if (WordWrap1.Checked := True) then begin
mainFrm.WordWrap1.Checked := False;
else
mainFrm.WordWrap1.Checked := True;
end;
end;
end;
Can somebody show me the right way? Thanks!
I have tried several delphi components for capturing movies , they al work fine.. BUT.. i want to change channels with that component to.. and i don't get it to work.
Does anyone know the answer to this problem ?
Thanks in advance :-)
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.