rbuser
Comments
-
Les Fox wrote:
It should be the same as the standard Delphi code to include fsBold to
the style:
if (TestValue.Value = 'B') then
FieldName.Font.Style := FieldName.Font.Style + [fsBold];
(I can't ver… -
Ok, mail sent.
-
Hi Nico,
Thank you for your quick response to my questions.
It occurs at runtime and I use Delphi 2007 for Win32® R2 Version
11.0.2902.10471
Running the program as administrator doesn't help.
It is not required to sav… -
Thanks Nico,
I found an earlier post of yours pointing to one of the demo's about
drill-down using the .tag property of the TppDrawText object. I used that
and did a work around storing a unique recordid of the pipelines datas… -
That worked perfect. The thing that made the difference was
FSession.DataOwner :=Self;
One more question about this. Is it possible to do the reverse. In other
words, take and sql statement and generate the query designer wi… -
Below is a simple standalone program I just put together with the same
results. There is no report component in the program. I am calling just
the designer. I am first connecting ADO and the designer still prompts for
the connec… -
I have a ppDictionary, ppDesigner and ppReport. Also have ADOQuery
components and dbpipelines for Tables, Fields, Joins and Reports. I have a
function titled RefreshReports that opens all of these before running a
report. I have… -
D7, RB 10.07
Have tried everything I can think of. Still get the same results. If I run
a report, then the code below works fine. But without first running a
report, I get a connection prompt for the DefaultADOConnection. … -
Been working on this and have it very close. Problem is that I can't run it
unless I have a report open first. If report is open then the query
designer will run independently just fine. But if I run query designer
without repor… -
Do you have an example that shows how to do this with ADO and the Data
dictionary that is already being used for the report builder on the form?
Thanks,
Bob
-
Hi Nico
I have found the problem. I had a autocreated form with at TTreeView inside.
This was the problem. When I remove the TTreeview of this form the outlook
dialog to write the mail is in the foreground. Maybe is a problem … -
Sorry, I have uptated to the last version 11.06 and the behaviour is the
same.
However the reports demo application works fine (frm0110). I do not
understand.
Have you any idea of the problem?.
Regards
Ok.
I will do it inmediatelly. I will let you know.
Regards
Sorry for being thick, but do you mean on the 'Search' tab you enter the
required subselect statement? If so, how would you go about using parameters
within that query? For example:
SELECT * FROM EMPLOYEES WHERE ID NOT IN (SEL…Hello Nico,
Thanks for the suggestion!
It works!!
Chus GZarco wrote:
I missed tha after the exception and error is shown with the message
No Report Parameter for :id
Hi Nard, thanks for the reply
I understand that you are dependent on the Tbx lib but for us the
differences are just to big to leave this in. So we are forced to build our
own combobox item.
We have made…Thanks Nard,
Glad to be of some help and i leave the extra LoadPreferences in then.
Regards,
Max Paay
Quadrant Software bv.
The Netherlands.
__________ Information from ES…Sorry,
I accidentally used the wrong report which had no header band.
Benjamin Wolf schrieb:
Thank you very much for the explanation. Now understand more of what to
expect.
pretty sure we got 11.06 installed correctly and had assumed that
contained the patch so will do some more checking when I get a chance
Reg…The only thing I can do is to remove the TppDBText of the report and put a
new one with the same properties and works fine. It is waste of time doing
so, but at least works.
Thanks anyway.
Best Regards
Thanks for answering
If a place a TDBText in a form I can see the content of field correctly. I
am using Tahoma font which supports unicode. The conection I am using if
NativeDB Component to SQL Anywhere.10.
What is…Hi
Thanks for the advice but all this seems to do is print one copy to the
selected printer and then all the subsequent prints are sent back to the
default printer.
On experimentation I have found the following to w…Hi,
Having given it some further thought I can see why this behaviour is
probably the correct behaviour. The value in the SearchExpression (which
is always a string) might not be able to be truly reprsented in the Value.Thank you very much Nard.
I will send a message to support.
Regards.
Francis
Dear Sir,
I have same problem but I am using registered version of Delpho 2010.
I'm also using TeeChart Pro 8.0 in Delphi 2010. After I have the Report
Builder for Delphi 2010 installed I have noticed that the next packag…Please ignore my message, i've solved the problem by myself. It was only a
my mistake in my procedure "AssignFontToReport".
Nico
Thanks for the pointer.
Mike
I've got a bunch of contracts that contain mostly the same text, sections if
you will. There will be a few words in some sections that change based on
specific data.
I'm not sure how to use RB to display this information. I'm…Nard Moseley (Digital Metaphors) wrote:
Sorry, wrong group.