I want to place the SQL script maked by SQL Server Analyser into a c program, but a SQL statement can not include more than one statement as "Create Procedure", is there any way to execute a SQL batch include more than one "Create Procedure" statement?
how to place TCheckBox in TListView?
In a ListView of vsReport, I want a column implemented by
TCheckBox? Is it possible?
If not, which other is good way to implement this?
How to access the Binary[n] field of SQL Server Table using TQuery?When n is enough large.
Use the AsString? If the Binary[m] or Binary[k](m,k <n) equal #13, can the Field be access completely?
my ms outlook cannt send mail, each time it tell "timeout when wait SMTP server's response 0x8004210B" or "unkown error 0x800CCC0B",but the send/receive progress show 1/1 task have been successfully completed.
I try restore office xp, but no use.
how can i do?
my ms outlook cannt send mail, each time it tell "timeout when wait SMTP server's response 0x800" or "unkown error 0x800CCC0B",but the send/receive progress show 1/1 task have been successfully completed.
I try restore office xp, but no use.
how can i do?
Program execute error and show a error dialog. I click the 'retry' button to debug, but vc tell cannt find 'dbgheap.c' file. i search the file in my computer,but cannt find.
how can i do?
example:
procedure TForm1.Button1Click(Sender: TObject);
begin
form2 := TForm2.Create(Self);
form2.ShowModal;
end;
procedure TForm1.Timer1Timer(Sender: TObject);
begin
FreeAndNil(Form2);
//i want to give control to main window here, but i cannt.
end;
I want to give control to main...
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.