rbuser
Comments
-
I have a similar report that is working. They are both inherited from a
common template that I had created. I compared the reports to try and
find where the problem is.
I don't have a firm answer to the problem but there are t… -
On 3/31/2011 12:11 PM, Nard Moseley (Digital Metaphors) wrote:
There are two issues. On my forms that display with a dbgrid, I
immediately got a compile error saying that my fields were tstring and
the data was widestring. So … -
On 3/29/2011 11:59 AM, Nico Cizik (Digital Metaphors) wrote:
Nico,
I gave it a try, creating a new report. I had the same problem as soon
as I started building it. I put a simple "Select * from View" in the
CommandT… -
On 3/29/2011 11:59 AM, Nico Cizik (Digital Metaphors) wrote:
Nico,
Thanks that gives me something to try.
Converting from D7 to D-XE with Unicode has kept me busy for months. I'm
only now addressing the reports.
I did… -
Hi Nico,
Thank you for your response. I've since changed my code to
ppReport1.Template.FileName := 'C:\Templates\Temp1.rtm';
ppReport1.Template.LoadFromFile;
ppReport1.Parameters['pID'].Value := Prod.id;
ppReport1.Sho… -
Sorry my fault, I originally downloaded and installed standard trial rather
than professional trial.
-
Thanks Nard,
for your emailed responce.
Kind Regards,
Robert.
-
Hi Lisa,
It seems now our adminstration officer ( melissa ) has got through to you.
This is good.
Kind Regards,
Robert,
-
Hi Nard,
As you'll see from my reply to Nico I think I may be able to get away with
the JPG option but definitely take your advice on board.
Great to hear you've got export to jpg on v12 and had I known my clients
s… -
Hi Nico,
re being clear, it was more likely me plus I am more informed now. Hurrah!
I've got the client to send me the certificate as a jpg now and so far I've
used Word to load that in as an image and save out to a RTF … -
Hi Nico,
Thanks for this, I assume you mean loading the rtf into an rb image
component on the report, but do you know if there is a limit on the size in
megs that the image can be?
Cheers
Colin
-
Hi Nico,
I've downloaded version 12 RB and as it now can export to JPEG I'll be
upgrading and charging to the client! ,
Could you tell me where I can find the documentation / tutorial to create a
report with the RTF… -
Hi Nico,
Many thanks for this, does RB12 export include export to JPEG?
Cheers
Colin
-
Nard Moseley (Digital Metaphors) wrote:
I created a new Project, with same database components and the same
Query. No problems with a standard grid, data shows just fine.
I added a TppReport and TppDBPipeline to the … -
Ni Nico,
I have upgraded to RB 12.04, still same problem.
The problem happen no matter which report i open first, but it only
happens once pr. time I open the project.
If I create a new application and add a Tpp… -
Hi Nico.
Yes, Thank You !
Actually I just found that myself - and it is working.
So thank you again. We can now offer our promised update to our customers !
Ren?/SSV
-
Hi again...
(Been away from this for awhile)
I have located the FSMTPCustom object in ppFilDEv and I can publihs this.
But where or when would you suggest that I manipulate the smtp-port of the
object ?
In some event … -
> This is currently a limitation of the Email-Groups feature. The
Hmm, Bad news. We were relying on this possibilty in our update.
When will next release be ? Is it possible to get a pre-release ?
or ...
... are you s… -
Hi again
Well know I know the difference.
The code example (from rb-wiki) only works when using Sendmail directly.
I does not work with this code....
ppNota.Template.LoadFromFile;
ppNota.DeviceT… -
Hi Nico
Doesn't RB add some logic and/or error-handling ?
If I test different settings with TidSMTP I sometimes get timeout - but with
the same setting via RB it works::
Example:
utUseExplicitTLS with TIdSMTP-app -&… -
Hello Nico,
I have a button on a form that I click that modifies the SQL statement,
executes it and then the records I want to see are displayed in the grid.
I then click another button after that executes the report.
Setting the Report.Engine.Page.PrinterSetup property worked!
Thx!
I forgot to say I'm using D6 and RB9.03
Nard,
Exactly, as wierd as it may seem.
It's a start, I'll try this and see what happens.
Thanks. I'll read more about this and will be back on this topic. This
next week I'll be on a client, …Hi Nico,
Yes, it's the code I used as an example. The problem is not where I use
it or where I use it, but using it. If I put a RAP code wherever, it'll
give an error. It compiles ok and works in any other place but my <…Issue solved, Thank you !
Ren?/SSV
Hello Nard,
thank you very much - your solution works fine!
Am 12.04.2011 21:19, schrieb Nard Moseley (Digital Metaphors):
Hi,
yes I know - but I don't want to save the save the settings of the
printer's built-in Properties dialog, I want to save the settings of the
standard printer dialog (which is shown when you call
ppReport1.Printer.Show…Hi Nico,
thanks for the info.
Is RB 12.05 coming soon or should i install 12.04 + patch?
kind regards,
Erwin
--- posted by geoForum on http…to add some more info:
the text has a trailing #10 (Linefeed), the report preview displays the
trailing LF as a square.
We have no control over this text, it is stored into the database by our
customer and displayed…