rbuser
Comments
-
My Bad, i Called loadfromdatabase without using the explorer component.
itemtemplatepipeline is a property of the explorer.
I made a workaround by adding the template field dynamicaly at runtime.
Kin regards
I changed my email address in the group settings.
Does this work better?
I forgot my email address changed last year due to an company take-over.
Sorry for the inconvenience..
Kind Regards
Ruud
Op 17-5…btw i am using reportbuild version 14.06
Op 17-5-2017 om 17:01 schreef Ruud Bernards:
Den 23-05-2017 kl. 21:59 skrev Nico Cizik (Digital Metaphors):
Thank you very much for this advice !
René, SSV
Are you saying that you want to give your users a "sample view" of what
each report might look like? If so, then you would want to be loading
report "archives" that you would have "pre-made" by running the reports
yourself with rea…Josef Gschwendtner wrote:
More Info:
===========
OS: WIN7
Exception comes not for the first creation of the PDF, but from the
second time on.
We use Foxit PhantomPDF to show the PDF
Nard Moseley (Digital Metaphors) machte diesen Vorschlag :
Works as expected, great job, incredible fast response time !!!!!
--
Hint: We altered the sources!Hint: We altered the sources!
Nico Cizik (Digital Metaphors) a exposé le 16/06/2017 :
OK thank you, it's ok with this methode.
--
Arnaud
Site : http://www.mesnews.net
Nico Cizik (Digital Metaphors) wrote:
Thank you for your answer. Still it is not the solution which makes me
happy.
My situation:
We have Report1 (Headerdefinition) which is loaded in other reports as
On 14/09/2017 16:49, Nico Cizik (Digital Metaphors) wrote:
Nico,
After all the years of using RB (and doing some very clever things with
it), I can't believe I didn't make use of that! I just tested here and
it work…On 20/07/2017 17:05, Nico Cizik (Digital Metaphors) wrote:
Hello Nico/Nard,
I was excited by TppViewer.ExportToFile, hoping that it would be
generating the file output from all the work that has already been done
by…Obviously I found a workaround.
Waiting actively with a loop of sleep(10) and
application.processmessages until busy=false solves my problem but is
not very good.
Which is the correct property to look for whether a report…Can you tell me the line where this cll to the Windows API is done?
Nico Cizik (Digital Metaphors) erklärte :
--
Hint: We altered the sources!Hint: We altered the sources!
Am 26.07.2017 um 22:39 schrieb Nard Moseley (Digital Metaphors):
Thanks for the info. Looking forward to the new version...
Should be fixed by now.
Ciao,
Ralf
Ed Blanchard wrote:
Hear Hear!
NP...
I don't recall if it was Nard or Nico who helped me sort that out a
dozen years ago, but I'm very happy to share it.
I should add that it has worked (unchanged) in every version of RB from
2005 to the latest ver…Hi Ed,
Interesting.. I don't need it att but I have filed it away for future reference.
Regards & Tks,
Ian
You might want to extend that a bit...
In a couple of my applications it's essential that a report was fully
printed, and actually went to a printer:
//---EJB---2005.08.28-----------------------------
procedure …Hi Nico,
Again, thanks for the pointer.
I ended up with a version of the following.....
{code}
...
...
procedure TJobTicketsForm.ReportPrinted(Sender: TObject);
begin
if ReportsFrm.ReportsForm.…Hi Nico,
Thanks for the pointer and I suspect it will do the job however it doesn't seem to work in my configuration..
To clarify further..
1. Win 10, D10.2, latest RB.
2. ppR1 and associated components, designer, explorer, e…Hi,
We purchased 18.0 Professional, and later received an email for free upgrade
to 18.1.
We did not receive any email for a free upgrade to 18.02. How long can we
get free updates?
Best Regards
Louis Krie…On 8/21/2017 6:45 PM, Phillip Finckler wrote:
I think I found the answer. If I set FontEncoding = feUnicode for each
report it seems to resolve the issue.
Nico Cizik (Digital Metaphors) wrote:
IB - Not by me.
IB - Will do.
Regards,
Ian
Nico Cizik (Digital Metaphors) wrote:
Sorry Nico,
I had totally forgotten abot the old one. :-(
I have updated it and resent it via email.
To recreate run the app twice. With both apps open, run the report in one …Nico Cizik (Digital Metaphors) wrote:
IB - Apologies
IB - Do you hav Advantage Database available? Not sure an example will br relevant without it.
Regards,
Ian
Hi Nard,
basically there is one form where most of the datapiplines are stored
but unfortunately there are some other forms with datepipelines,
I hoped not to have to iterate over my source code in order to find all
…Sounds good,
how can I determine where it is a page of the first copy or the any
other later.
Watermark should not be printed on first copy, but all others?
Nico Cizik (Digital Metaphors) machte diesen Vorschla…On 06/09/2017 06:53, Ian Branch wrote:
Because "Picture" is a Delphi class (TPicture), hence my comment "For
TPicture methods, see the Delphi help "
ReportBuilder classes are demarcated by starting with Tpp..
Hi Paul,
Yeah, read that too.
Strangely there is no mention of a "LoadFromFile(Filename);" for "Image1.Picture".
So. On a whim I just did.. "Image1.Picture.LoadFromFile(filename);"
It works. Yay team!
Regards,…