Hello guys....
Can somebody teach me how to Save Report on AfterPreview events as bellow:-
procedure TfrmPrintReferral.qrReferralAfterPreview(Sender: TObject);
begin
//--How to Save Report here--//
end;
Please help me.
TQ
Hello guys....
Can somebody teach me how to Save Report on AfterPreview events as bellow:-
procedure TfrmPrintReferral.qrReferralAfterPreview(Sender: TObject);
begin
//--How to Save Report here--//
end;
Please help me.
TQ
Hello guys.....
I load picture into TImage like this....
Image1.Picture.LoadFromFile('D:\people.bmp');
and then I draw(do the sketching) on this picture. All this work ok.
BUT know I want COPY everything(people.bmp and my sketching) in the Image1 to another TImage, Image2......
How to do...
TQ everybody. It help me a lot. If anyone else got another site, I'm very plessure to wait it.
//--hey BobbaFet, I like Gorgeous Girls segment. :D --//
Hello guys..
Can everybody give me url that provide Delphi source code or sample program using delphi (with source code) where by I can take/download it as my samples/references.
Plz help me....
TQ
Merry Christmas and Happy New Year
Hello all...
I have a problem here related to database. I try to save data from form into MySQL. Here my code
procedure TForm1.Button1Click(Sender: TObject);
var
idid, addresss, dsql: string;
begin
idid := id.Text;
addresss := address.Text;
showmessage(idid)...
Hello guys....
I have a problem here. Here my code....
procedure LoadPMINOData;
begin
DataModule_SP.QueryLookup.SQL.Clear;
sSQL := 'Select distinct (rg_person.current_icno)scurrent_icno, (rg_person.old_icno)sold_icno, (rg_person.date_of_birth)sdate_of_birth, '...
Hello guys...
I have a string DOB. It value is 12/12/1975. What I want to do right now is to take value 1975 and put in another string named AGE. It mean string AGE will contain 1975.
So how to take value 1975 from string DOB and put it in string AGE.
Plz somebody.......
TQ
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.