E-mail import from Access using Delphi
Title: E-mail import from Access using Delphi
Category: /Science & Technology/Computers and Cybernetics
Details: Words: 892 | Pages: 3 (approximately 235 words/page)
E-mail import from Access using Delphi
Category: /Science & Technology/Computers and Cybernetics
Details: Words: 892 | Pages: 3 (approximately 235 words/page)
As part of Project Management in a Certificate IV in IT, our project team was required to create a database that would simplify the work of one of the teachers at the senior college I was attending.
The database consisted of five tables being Students, Student Interests, Interests, Position Interests and Positions. The database was centered on carefully chosen interests. For clarity I will not go into any detail here.
Once the database had been
showed first 75 words of 892 total
You are viewing only a small portion of the paper.
Please login or register to access the full copy.
Please login or register to access the full copy.
showed last 75 words of 892 total
UserEdit.Text := Reg.ReadString('TSCMail','User','User');
HostEdit.Text := Reg.ReadString('TSCMail','Host','Host');
finally
Reg.Free;
end;
end;
procedure TForm2.UserEditChange(Sender: TObject);
begin
Saved := true;
end;
procedure TForm2.FormPaint(Sender: TObject);
begin
if EAD <> true then
Button1Click(Sender);
end;
end.
{ end of both main units of code }
Please comment on this code if you can, especially if it has helped you. I appreciate all feedback; good or bad.