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...
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
Hello guys..
I need help to transfer TTable and TDataSource from form to Data Module. This is my code to generete item into TCombobox:=
procedure TForm1.FormCreate(Sender: TObject);
begin
while not TableCountry1.Eof do
begin...
Hello there..
Can somebody give me the Connection String for my database (MySQL) in order to run database operation(save, delete, sort and so on).
Please help me on this. Just the connection string....
TQ
Hello guyss..
How to save/add data from TEdit into database MS-Access? What tools should I have?
For example, I got TEdit1 and TEdit2 and MS-Access field(Field1 and Field2).
So how to save text in TEdit1 into Field1 and TEdit2 into Field2.
Plz help me.
Hello guys..
How to unload form. Example, when commanbutton1 is click then form2 will show but in same time form1 is unload(not just hide) from memory.
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.