Thank you for your reply, the text field and special field like date are appearing on print out, but the database fields are not appearing on the report. When I look the tables through database desktop I could see the data in the database. So if there is data why it is not in the report?
The...
Hi
I have a crystal report(Version 6).
I am printing the report form delphi application, it print the data and text form any PC. But in one of my client is complining that they couldn't see the data on print out. I got the data from them and I try to from my PC I could get all.
Can any one...
Hi
When I export it directly from crystal design, the report Header and report footer are appearing in excel file. But when I export the same report from my Delphi application (by using the TCrpe component) the report header and report footer are missing.
Can any one help me in this issue...
Hi.
I try to export my report to Excel format using the Tcrpe component, but report header, report are missing in excel file. Even the page header's one line (above the detail line) only appearing in Excel file. Why is that? Can any one help me please?
(I use Delphi4, Crystal6)
Thank You
Thank you guys, Sorry my question is not clear I want to send that report directly from my delphi application.
How can I use the Windows API for that? Or any other method.
I am using Delphi 4
Thank you very much
As you said I used shellexecute Api function.
It works fine if my default mail is MicrosoftOutlook , it just open
e-mail composer only.
If my default mail is netscape(version 4.79) the Netscape browser and
two e-mail composer also open, if it is netscape(version 7.0) the
Netscape browser and...
Hi
How can I open an e-mail composer from my Delphi application?
Default mail: Netscape;
Delphi 4
win98
Can any one help me please? Thank you in advance.
Hello ,
I try to open the e-mail through my Delphi application.
It works fine if my default mail is MicrosoftOutlook , it just open
e-mail composer only.
If my default mail is netscape(version 4.79) the Netscape browser and
two e-mail composer also open, if it is netscape(version 7.0) the...
Hi
I have a main report with 3 databases. I just insert a subreport with the same databases. But I couldn't have a proper data link, it means I want to print the report for every reference number. It is a primary key in one table.
My databases are filled with data when I run my Delphi...
Mr Herman,
Thank you very much for your answer, I also wondering when I know Delphi have more advantage ,but in common VB is used by lot of people. But VB also very good.
Thnk You again
Yes I already did search in Delphi forum. But they said Delphi have more advantages, but in VB forum I couldn't find about VB developers openion, that's what I ask.
Thank You
Hi..
I want to print the same data on a page 3 times(to have 3copies and 6 record per copy) So after I print the 1st copy and 2nd copy I use table1.moveby(-6), . Every thing is all right till I go to the EOF. when I reached the EOF I just move by the records in the first copy(by...
I want to print data on a pre-printed paper. it's length is 4.25". so I coded like this
Printer.GetPrinter(Adevice,Adriver,Aport,DeviceHandle);
PixelsInInchX:=GetDeviceCaps(Printer.Handle,LOGPIXELSX);
PixelsInInchY:=GetDeviceCaps(Printer.Handle, LOGPIXELSY)...
I try this method in DBCheckBox onclick event the problem solved,it means when I clicked it didn't check in all the checkbox in the same column.
if (sender as TDbCheckBOX).checked then
for i:=0 to componentCount-1 do
if components[i] is TDbCheckBox then
if...
I have a database with questions. I put that questions field on a DBCtrlGrid, and I want to put a DBRadioGroup to select the answer as Grade, but when I try to insert the component on DBCtrlGrid it didn't allow. So then I try to put a DBCheckBox it accecpt( I will write procedure to control only...
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.