rbuser
Comments
-
Nico Cizik (Digital Metaphors) wrote:
Nico,
Thank you for getting back to this so quick.
The subreport is one of several within the Detail band, all placed
within their own dedicated and selfcontained regions.<… -
>I have a report which has a title band with a detail band. My problem is
Oh man. I just found the NoDataBehaviors property for the ppReport. That
solves my problem....sorry!
--- posted by geoForum onThanks for the reply. I have a memo field which is required to be filled out
by our staff. If the narrative portion of their report is filled out
properly I should see a word count around 100 to 120 words for each report.
I'd like …Nico Cizik (Digital Metaphors) wrote:
Thanks, I'll have a look at it.
Nico Cizik (Digital Metaphors) wrote:
Hi, it should be possible for the user to edit an entry directly in the
preview. This change should be writable back to the database and then
the report should be regenerated and only the …Nico Cizik (Digital Metaphors) wrote:
Hi,
I want to use the changed data to write it back to my database (no real
database per se, so I have to rely on events) and then restart the
calculation of parts of the repor…Hi Nico,
the point and the problem is that you call GlobalOnDestroy (Step 5)
before the print actually starts.
Imagine following example:
- the report is loaded and in the GlobalOnCreate event a variable
…I've inserted a subreport and set ito to pbfixed. when i print the
report display a blank page.
there are other properties to set?
tks
two
fixed
the
same
--- posted by…Nard Moseley (Digital Metaphors) wrote:
Is linking the following queries in a custom data view the only way to
link them? There is no way to link them on the Data tab?
Query 1:
select distinct Practice from Physician…Thanks for the Memo idea, it works great.
Hi Nico,
it's ok. i print a pprichtext with merge.
is it possible to print or not print a text depending from field value?
tks
can
to
taken
topic in
want
the
<…Hi Nico,
i wanna add the text from a DBText to a DBRichText.
es:
dbrichtext: Hello mr , we are ....etc etc
i need to change whith value of my dbtext
tks
to
other
Band.BeforePr…Thank you very much for you r reply.
I have been looking at the example, but it appears as if these are
predefined data "templates", or again the user has acces to the report
builder data builder.
We want to c…Thank you for your reply,
Our goal is to present the user with a controlled "view" of the data within
our database and to open the designer with the data they have selected. Is
our approach of building a custom pipline the co…Nard
Thank you for your excellent support. I did as you said and problem
resolved.
Thanks
Tim Murfitt
Hi Nico,
I can confirm it is doable !
How to implement it:
1) set ppReport.Columns = 7, traverse direction from left to right
2) create stored procedure which generates calendar data - master
I needed to create som…Hi Nico,
thanks for your reply.
TeeChart's TCalendarSeries is not capable of displaying any other
information apart from day.
The worst thing is that day is centered in the cell and there is no way to
allign it.
I posted too soon.... !!
Found the UserNames in the unit's object inspector.
Must be getting late... sorry for the bother.
-Rick
Hi Nico,
That's a great news !!!
I'll try the upgrade asap
Thanks a lot
--- posted by geoForum on http://delphi.newswhat.com
Nico Cizik (Digital Metaphors) wrote:
Ok thanks, I have worked with sub-reports before. But I am wanting to
append a report to the end of another report based on a condition. So
basically if this condition is true, then wh…Nico Cizik (Digital Metaphors) wrote:
Thanks for the response Nico. How do you assign the reports to the
sub-report band? I set the sub-report to section style. How do i merge
them?
--
Nico Cizik (Digital Metaphors) wrote:
Worked like a dream - I was putting the variable in the Group Footer
I really appreciate your help.
Keep on the good work!
Hi and thanks for the reply, not 100% sure by what you mean with boundries
in the sub report, am very new to this so on a steep learning curve at
moment, currently the sub report it divided into columns, 6 to be exact.
If i used fix…Nico Cizik (Digital Metaphors) wrote:
Hi Nico
just found out that if I choose block as the layout, it shows exactly
as I want it. Thanks for your efforts.
kind regards
Arno
--
Nico Cizik (Digital Metaphors) wrote:
Hi Nico
my query looks like this
select distinct vp.cell_number
, dcp.pd_number
, dce.element_number
, vps.…Nico Cizik (Digital Metaphors) wrote:
Hi Nico
Underlay following section is used when you have groups in your report.
Normally you get a layout like this
Group1Field1
Group2Field1
Group3Fi…Hello,
One idea is put one part - the cover - on the title. At the end of the title
band insert a pagebrake object. The title is only printed one time on a
printout.
Then the next (first contract) on the header. Also with a pag…Hello Nico,
Thank you for the example. I am getting the same error with your example
that I get with mine. When the designer is launched, if I select the "File"
menu in order to save, I get the error. "Cannot store a templa…Hello Nico,
I have tried what you suggested. I am using the Demo provide in the
Demos\4. EndUser Databases\Advantage folder. If I lauch the Report Explorer
I am able to save the template to the database, ( as you say, the se…