Hi,
Does someone know Is it possible to put a checkBox in Rave report?
I am using Delphi 7 and I have a table with Integer fields. If my value is 0 I would like show unchecked value or if my value is 1 checked.
Thanks for any suggestion!
Hi,
Can someone helps me?(I have never worked with tables .dbf). I would like read informations from tables .dbf, but it doesn't work. My code is similar to this:
with Table1 do begin
ACTIVE := TRUE;
IndexName := 'STCLASM1';
FindKey(['10']);
E.Text:=...
I am developping an application in Delphi with a database to reside in Server SQL. What kind of installation do I have at posts using application to have access in my data.
Thanks for any help!
I would like import data from .dbf file to SQL server. For that I tray to use bulk copy utility but it doesn't work. I exported my .dbf file to ascci file and I use this statment to export this .txt file to Server SQL, but it doesn't work.What is wrong in my statement? Can someone help me?
bcp...
I am working with tables stored at server sql and I created the stored procedures at the server. Can I create my stored procedures by delphi?
I appreciate any help!
Thank you.
I would like to send an e-mail by SMTP to multiple people at once. There is my code:
SMTPenvMsg.Host := '10.10.1.20';
SMTPenvMsg.Port := 25;
SMTPenvMsg.TimeOut := 30;
if SMTPenvMsg.Connected=false then
SMTPenvMsg.Connect;
SMTPenvMsg.PostMessage.FromAddress := msgFrom...
I dont want to print all my pages. Indeed, the components of my report are :
1. table component
2. query component
3. group band (header)
4. group band (footer)
5. summary band
My master table is the data source for my query with sql instruction:
select login,
sum(temp) as temp...
Hi,
I am finishing my first application in delphi and I have to print my reports. My master table has between 100 000 and 500 000 records and I think there is the problem. Just for preview my report it takes between 5 and 15 minutes.
Is it normal?
thanks for any help!
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.