rbuser
Comments
-
On 09/03/2011 14:26, Nico Cizik (Digital Metaphors) wrote:
Hi Nico
Thanks for your reply, we'll send you an example of the resulting pdf
file along with the original image that was used to create it, would
that help? Or i… -
On 09/03/2011 09:10, Glenn Greatwood wrote:
oops forgot to add we're currently using Delphi7 with RB ver: 10.07
thanks
Glenn
-
Thanks Nard,
You were correct and its working fine now. Sorry for being a bit slow on
the uptake: was maintaing some legacy code written by someone else and
assumed the traverseby etc were implemented for a good reason- turns… -
Hi Nard,
I had done all as you suggest:
* fields are defined via the JIt fields editor
* recordcount is set as follows:
procedure TWspReportEdWnd.RegenActExecute(Sender: TObject);
begin
try
ppRepo… -
Thanks Nico,
I tried this, and now yes I get 1 detail band per page BUT it does not
increment record count on the next page: it keeps repeating one band of the
first record on every page? (so two pass report effectively locks… -
Gary Mugford wrote:
Nico,
The solution has been found. Label stock (or film as the idiot keeps
calling it). The label backing was supposed to be perforated every
1.625 inches, which it was WHEN NOT MEASURED UN… -
Nico,
Looked at the wiki and I don't think it's applicable. And I think my
problem is a hardware malfunction at this point. There's certainly SOME
rollback in this printer. And I'm darned if I can figure out how to use
it… -
Nico Cizik (Digital Metaphors) wrote:
Nico,
Was on the site Friday. Instead of watching Texas and the Toronto
guys. Oh well. As mentioned in the prior post, no templates involved.
Without changing the … -
Nico Cizik (Digital Metaphors) wrote:
Nico,
No, I'm not using a template. When I talked about reloading the
report file, I'm talking about in the IDE. I learned early to save any
report I have more than a litt… -
Thanks for the response Nico,
I'm rebuilding my PC now (other windows/delphi issues) so maybe it'll come
right with a clean install, otherwise I'll follow up this advice.
-
Hi Nico,
I finally had a chance to work on the Table of Contents (TOC) for my report.
It seems to work and populate the memo (in the TOC sub-report like the
example TOC project) with the TOC, but the TOC sub-report runs over 1… -
I tracked down what appears to be causing the issue.
The Print Spooler Service was not started on the server in question.
Once I started the Print Spooler Service on the server, the error message
went away.
May… -
In the actual application, the path is variable - and depends on the
installation. It is never at the root.
But in any case, with the test app, the 2nd time you try to print, it
succeeds.
Interesting thing is though… -
I also upgraded to RB Enterprise 12.04, and the issue persists.
-
OK. RB 12.03, Delphi 7.
Here is a simple test program that replicates the issue on a Windows 2008
(non R2) server:
1. Drop a ppReport on a form.
2. Edit the report, put a label in the header of the report.
The version of RB and Delphi are in the subject of the originally posted
message.
I have not yet tried to duplicate with a minimal application. I will see if
I can put one together.
Unforntunately, I do not have a d…Hi Nico,
I've sent the email.
Thanks in advance.
Bye
Nicola
Hi Nico,
Thanks for the (so quick) reply.
Font embedding seems disabled to me (efAllFonts = false,
efFontList = false).
I've tried ScaleImages = true on my pc and size reduces (quality
lowers too but it's not a p…Ok, think I resolved this by putting all the code for both the age and
the period into the OnGetBreakValue event. I guess the calc variables
calculate too late within the detail band for the group break?
--
A little more info on this issue. Using RB 10 Enterprise.
I can get the report to break on a data field, but not on a custom
field. I have set the group to break on a custom field which is a calc
variable. The calc variable c…Hi,
it is no problem, may be I cannot explain perfectly. Now I have made a
screen capture. Please take a look at
ftp://195.228.156.91/
user: RB
pw: RB
Hi,
thank you very much for your quick response.
We use pre designed report in a program. After loading the report, user
can modify it move parts add delete components mainly in runtime.
I have debuged the source, an…Am 28.03.2011 16:21, schrieb Nico Cizik (Digital Metaphors):
Sorry, but the patch you sent me (ppRTFRendererText) did, at least in my
case, not solve the problem.
Regards,
Walter Schrewe
On 28-3-2011 16:21, Nico Cizik (Digital Metaphors) wrote:
I have already send you the request.
I'm sorry about the attachments. Next time I'll email them.
10.09
> How can I control where RBuilder will sabe it?s ini file?
what version of RB are you using? I believe this has been fixed for a
while.
Ed Dresesel
Team DM
Nard,
FYI, I have resolved this issue and pass it along.
The problem was reports coming from InterBase Views that were missing
some string data but had all the records and numeric data.
It seems the reports with problems g…On 4/4/2011 2:31 PM, Nard Moseley (Digital Metaphors) wrote:
Following your suggestion #2 I built a simple form. I experienced the
problem with the DBGrid and never got as far as the report. It appears
this has something to do…On 4/4/2011 2:31 PM, Nard Moseley (Digital Metaphors) wrote:
Nard,
Thanks for your reply.
I don't have any special characters, just good ole American English.
Same database that was previously ISO8859-1. And, I haven't had…