rbuser
Comments
-
Sorry - didn't see your answer until now !
Den 21-02-2013 11:11, René Laursen - SSV skrev:
-
No response to this ?
Maybe I should rephrase:
How can I affect FieldAlias at runtime - setting all aliases equal to
displaylabel of corresponding TField. - More precisely where in code
would you do this ?
And … -
Thanks, it works.
Regards,
Jure
-
Hi Nico,
Now it works, thank you very much.
I'd like to ask another question about the toolbar in the Print Preview
form - if you think I should create a new post I'll do it.
I'd like to create a dropdown box w… -
Hi Nico,
thanks for the answer. I tried the code you corrected in the previous
post, but unfortunately the PDF file is still not created if the code is
called from the newly added button.
I've created a TForm1.ppRep… -
Hi Nico,
thanks for the reply.
I'm not sure I understand correctly what you mean with "you need to do
something similar to the Viewer.Print method". Do you mean I have to
override it somehow or to copy its functiona… -
Hi Nico, I'll check your tip. Thanks.
About the accomplish report, is it if you wrote. The idea is in unique
TppReport, add other. But is only a idea. Our solution is print the 8
reports in sequence. Other solution is your tip, also… -
Hi Nico, thanks for your answer.
Sorry for so many questions but it is necessary, we are creating the report
is somewhat complex.
Relative your answer, about creating a child subreport in each subreport to
represent a si… -
Hi Nico, all fine.
Nico, one more doubt about my doubt.
Exist an automatic way in Report Builder component to reproduce the same
header from main report in the subreports? Or if I want the same header, I
have to create it indi… -
Hi Nico, thanks for your answer and attention.
We will test the solution and any question if there is any doubt more
complex, I contact again.
Thank you.
Regarts,
Eliseu Corrona.
Nico Cizik (Digital Metaphors) wrote:
Well isn't that a kick in the head.. I was walking through the issue
with another developer showing her the demo, and I think I found the
problem. Seems that some of the child pipeline…Nico Cizik (Digital Metaphors) wrote:
Email sent .. dang, that was fast. Nice support!
--
---
Rich Werning
TIP Technologies, Inc.
Thanks Nico,
You saved my day
26/02/2013 16:05 tarihinde, Nico Cizik (Digital Metaphors) yazdi:
You can add OnDrawCommandCreate event (in RAP or in Delphi) for ppDBText
component.
In RAP it will be look something like this:
procedure ppDBTextOnDrawCommandCreate(aDrawCommand: TObject);
var
DrawText: TppDrawTe…Hi Nico,
I have bar code in the tag, and bar codes doesn't have the Angle property.
Is the any alternative?
Best Regards
Em 26/02/2013 19:12, Nico Cizik (Digital Metaphors) escreveu:
yes 14.08.
That SinglePageOnly setting, seems to be working. Was that something
new added more recently? I'm trying to figure out what was changed from
first version of 14 I installed to this one.
thanks.
Should add on i'm Delphi 7 if that matters.
Thanks.
These are set as follows :
Session Type = dbExpressSession
DatabaseName - Super_Con ( this is active in IDE Data Explorer where I
can view the records)
Database Type = Firebird
I then receive the Mi…Thanks, I'll email the serial number and registration details.
Regards,
Jure
Hi,
Version 12.03 (still with Delphi 7).
Regards,
Jure
Jon Robertson wrote:
The newest version of our product is using RB11. But we have hundreds
of customers still on an older version that uses RB7. I quickly
reviewed the relevant sections of RB7, and I don't think this pro…Nico, thank you again for the explanation.
Regards,
Jure
Hi Nico,
thanks for the thorough answer. If it's possible, I'd only ask one more
No, I can't seem to replicate this in a standalone application. What I
have noticed is that it appears only to be a problem if print is called
by clicking the "Print" button on a preview form.
We have a class inheriting from p…Further investigation has shown that it's not the act of printing twice
that's the problem. Stripping out a custom preview part of our routine
and instead going directly to print works as expected.
Nard Moseley (Digital Metaphors) wrote:
Nard,
I totally agree that it is the TClientDataSet code which is parsing
the SQL and creating the params. This is done Client side not Server
side and as the built in parser …Nard,
Thankyou for your help. I found the problem in the midas/datasnap
provider for RB. Where the commandtext is set and still includes the
':paramname' items the clientdataset raises an exception when opened.
RB then replacs …Nard,
I have installed version 14.08 build 48. It does not appear to be
working as expected. Is there something I have to do to enable the new
behavior? If I try the sql below and declare a variable for
in_Status_id the sql des…Nard,
Thanks, I'm not on 14.08 yet but will update and give it a go. I'm
not sure you picked up on the whole of my question though.
:in_status_id is a parameter passed into the execute block statement
but there are a couple of …I have exactly the same situation as OP - a requirement to be in duplex
mode, but to eject a page instead of reloading and printing a 'blank'
sheet on 'even' side.
I only have spurious access to the actual printers (stupidly exp…