Hi I know this piece of programming works and that when I haven't declared my idSMTP.Host it gives me "Protect Guide.exe raised exception class EIdSocketError with message 'Socket Error #10061", so I have gathered a bunch of hosts and made an IF to support each host (it depends on the sender...
I thinck it is possible by creating 3 differnt arrays
- 1 for the piano sound (under Type: Piano = Array [1..25]
of string; then under global var: arrPiano : Piano;)
- 1 for the trumpet (under Type: Trumpet = Array
[1..25] of String; then under global var: arrTrumpet ...
Hi I'm not sure if it would work, but try it!
- Add a variabl (global)
-- Var
-- iTimer : Integer;
- Add a timer
-program for timer is as follows
--...
-- inc(iTimer);
-- when iTimer = 120
-- Do
-- Open;
--...
> procedure TfrmMainDataMod.ResetConnection;
> begin
>...
- For example your table has foloowing fields (Tabel name is Music) :
Title_OF_CD , Artist , Genre & Price
For your 'Insert Button'
you want to insert a new record
you would do the following :
Insert Into Music 'Believe','Justin Bieber','Pop','$10';
it follows this...
Hi how do you connect a certain ADOQuery.SQL.Text value to a variable? Here's an example however it's wrong:
...
Var
sAnimal, sNumber : String;
...
sNumber := edtNumber.text;
sAnimal := ADOQuery.SQL.Text := 'Select Name_Of_Animal From Animals Where Number = ' + sNumber;
...
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.