hi everyone,
i am trying to find a way printing to a dot matrix printer using delphi 7. i am using the Tprinters unit. i have no problem with pdf, inkjet and laserjet printers but when it comes to dot matrix is very very slow and it prints a world 3-5 times. is there a component or some other...
hi
i think that what you are trying to do, is an ftp application.
you sould check the indy components in delphi 7!
there is an example of how to upload a file:
procedure TForm1.Button2Click(Sender: TObject);
var
f : string;
begin
with IdFTP1 do
begin
Disconnect...
hi and thanks a lot for your replies!
i have found that there has been some kind of problem with the db relations, you see i was given the db form my partner and i had to build my apllication on it!
some times it is better to do some things by your self!
any way thanks again for your consideration!
hello everyone and thanks for your help in advance.
i am using ADO connection in delphi 7 with an access db.
all of my queries are correct and also the names of my fields in access.
the problem is that some times i get the following error on select * from Table queries!
MyVal:=...
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.