rbuser
Comments
-
Thanks for that Nico, yeah I had seen that link and I got the user to play
with the settings as mentioned (including reloading/upgrading the printer
driver), but apparently it made no difference to them. I'll ask them a few
more qu… -
I got my event to fire but I had to set it in the "OnInitializeParameters"
event. If I set it after I created the control it didn't get set (or was
overwritten by a nil). I guess the "OnPreviewFormClose" event works when you
drop t… -
That works for modal dialogs but as mine aren't it kills it as it starts to
show it
I guess I'll need … -
> My concern is that the object isn't being freed correctly ...
The following should free everything:
theCtrl := TppREport.Create();
try
...
theCtrl.Print;
finally
theCtrl.Free;
Ok, it?s work very well!
Thanks Nico!
Ian:
As long as you are not creating the reports simultaneously, the work around
for this would be to create an archive report and view that. After the
archive is created, the data will no longer be touched, and the other view…Hi Nico
Following up from this, I have sorted it although I'm not sure why the
change in behaviour suddenly started; maybe there is some deep-down change
in the RB 11 source that was slightly different to v10, although I couldn'…Hi Nico
I put a simple test report together and got the behaviour that was expected,
that you are getting. Therefore there must be something else going on that I
will have to investigate. If I find anything I'll post back here.<…Hi Nard,
I will try with an array of Tbookmark....
Thanks for help,
Stefano Monterisi
Hi Nard,
Sorry but it don't works;
in a set of 20 selected records, I have always the same 2-3 values as
longint;
I need to update urgently an application that have this error but this don't
works; I use a Devexpress grid …Nard and Nico,
Thanks for helping me through this. The wiki was useful, because it
led me down the path to success. Turns out I am an idiot. Wish I
wasn't, but I am.
My naming practices were at fault. I have a Tbl…Nico,
ALL 128 codes are showing " #" before the data and no, the original
data is an integer field, thus no alphas. I have NOT played around with
the AutoEncode field, thinking I might fumble around and make the thing
worse…The .dproj file had a lot of references to D2007 lib and that was the cause
of the problem.
I deleted this so it was recreated and problem was solved.
Thanks.
Terje
Due to some errors in RB a couple of months ago i uninnstalled RB from my
computer. I innstalled RB 11.04 and this is the version that is in use. I
have several applications with RB-components that compiles ok, it's only one
applic…Hello,
a lot of time passed since the last message on this topic, but recently
we had some requests regarding the Hyperlink property again, so that I
wanted to ask, if you could consider making the HyperlinkEnabled
prope…Hello,
are hyperlinks saved with the report template?
I have a problem with hyperlinks in my reports, since they seem
1) not to be set to "empty" when there is no e-mail address in the DB field
of the current dataset
…Hello Nico,
Perfect, thank you very much.
Hello Nico,
My detailband's height differs for each report.
How can I place the content of the groupfooter just above the footer and
not just below the details?
Regards,
Stef
Hello Nico,
Thank you Nico I will.
Regards,
Stef
Nico
Thanks for that
I tried
if DataSet.['MyField'].IsNull then
and got a compile error saying it expected ( or [ but found isNull.
Regards
Andrew
OK, that works, but that's not how it was in prior versions.
I tried it with your Demo project and all I get is a beep when I press any
key. I'm using Delphi6, if that makes a diff.
Thanks,
Perry
I have 11.04 installed.
Nico,
I think I found the problem. I need to include a username and password even
though I do not have to set outlook to authenticate.
Rodger Van Kirk
I found the issue with the adobe window opening. The adobe window open if I
run the service from the IDE. If I run the service normally no adobe window
opens. The file not found error I believe is caused by setting
EmailSettings…Nico,
I thought it was Report.EmailSettings.DeleteFile := False
I changed it back to to true now I get the Adobe window and it shows the
report. But the email still does not get sent.
Rodger Van Kirk
Correction.
I meant to say ExportDevices not ReportDevices.
Nico,
I'm still waiting on an update to ReportDevices so I can't debug with the RB
source code yet.
With all my tweaking with the code today I am all of a sudden getting an
Adobe window that is opening with the foll…Hello Nico,
I do have that in place. When sending through Indy the event never
triggers. When sending through MAPI that is when I get the "Login Failure"
error.
Rodger Van Kirk
Sorry having trouble sending the exe, so ihave placed a link to the zip file
complete on our web site
www.cblsys.co.uk/Downloads/Project1big.zip
Thanks for all your help
Colin Coleman