rbuser
Comments
-
Obviously a detection runs while entering the text or upgrading from an
older version.
Undoing means rechanging the font which is saved within the template.
Nico Cizik (Digital Metaphors) erklärte :
-
Hi,
as Nico mentioned it is absolutely worth to migrate to newer versions.
I am just reasearching an update from 5.56 to 16.02.
Lots of our added bugfixes had not to be reintroduced as RB evolved.
Even the support on this l… -
Sorry Nico, I should have made myself clearer: I know its just my
installation as we have another machine that we use just for building
our app for distribution and the end user designer works fine in that.
So I wasn't reporting a … -
Having got this working I have hit another problem, namely that when I
add a TppDBTeeChart to a report (not a TppTeeChart ) I get an immediate
access violation (call stack snippet below)
exception class : EAccessViolation
Thanks Nico,
The end user demos (which forms the basis of my implementation of the
designer in my app just has the following to enable TChart
{$IFDEF TeeChart}
ppChrt, ppChrtDP,
{$ENDIF}
Wasn'…Hi,
any idea on that?
Thanks Uli
Nard,
Yes, the images in my database are .tif and .jpeg images from a scanner.
TppDBImage doesn't load the .tif images.
Since I don't know the type of the image, I can't use that, or is there
another way…Nard Moseley (Digital Metaphors) wrote:
Hi Nard,
Will do. BTW, I installed version 15.05 and that version seems to work
ok.
Thanks,
Dexter
--
Kai Inge Buseth wrote:
I found it, I had to use the Keys over the alphabet keys for the
numbers.
Case closed.
Nico Cizik (Digital Metaphors) wrote:
Hello again.
Thank you for answering me.
I have XanaNews 1.20.0cfde51 and have now enabled SSL and Autentication
and removed and re-adding the News Server.
The error ha…Hi Nico,
Sorry to reply to this again, but I'm getting nowhere. If I trace into
ppPreview, I get to the point where it calls FReport.SendMail and it
access violation. I don't know why. I have a breakpoint within
TppProdu…Hi Nico,
This only occurs with the custom preview. It appears to be linked to our
registering and unregistering of the SMTP plugin.
It definitely shouldn't be doing anything XLS related, but so far I've
not had much…Christophe.Ravaut wrote:
Just knowing the time frame would also be helpful for my company. RB is
the only tool we're waiting on before we upgrade to Seattle. We've
recompiled the RB source so we can test our apps, but, of …Same here, we are finally moving from d2007 -> newer complier and
trying to move directly to Seattle. Nothing more needed than what can
be done in simple d2007 written desktop appin Delphi 10 Seattle Comment by rbuser October 2015
Nard,
Is it possible to have an estimate when it will be released.
Or to you have a procedure to recompile RB16.03 on Delphi 10 Seattle.
I'm asking this question because this is the only tool that remains in the
list…Hi
In the next RB version ( with Seattle support ), in the REST mobile
feature, will parameters supported ?
Hello,
i just did the upgrade to delphi xe10 / report builder 17.
Debugger keeps crashing for 64bit executable.
Regards Frank
Am 24.09.2015 um 17:13 schrieb Frank Liebig:
Hi again,
mabey i have an idea, i use the german userinterface for delphi and
reportbuilder is also installed with german as default language.
regards Frank
Am 24.09.2015 um 07:30 schrieb Frank Liebig:
Hi Nico,
Am 23.09.2015 um 01:11 schrieb Nico Cizik (Digital Metaphors):
for xe7 it was windows 8.1 pro and now it's 10 pro
we can have a teamviewer session for debugging on my maschine, but i
live in the …Hi,
Am 21.09.2015 um 16:50 schrieb Nico Cizik (Digital Metaphors):
16.03
Are you compiling against
the error occurs with RBuilder\Lib\ as default, if i change the include
path to source, it doesn'…
Hello Nico,
I started delphi xe8 (version 22.0.19027.8951), created a new vcl
application, dropped a ppreport control to the form, added 64bit target
and activated it. run->start and immediate debugger crash
afte…Thanks Nico
Sorry to keep bugging you on this. Any updates by chance?
I'd be happy with a work around as well if there is no way to prevent
re-draw on modal previews.
Thanks again
Dusten
No problem. I replicated the problem inside of a simple Delphi
application. As a reminder I'm using Delphi XE3 and RB 15.05 Build 275
1. Create a VCL application inside of Delphi.
2. Add a second form to the application.<…I found out how to make a report preview non-modal. It was the
frustratingly obvious ModalPreview property on the TppReport.
And it does work great when the report is non-modal.
But I am holding out hope that there's a wa…How do I make a non-modal preview form?
I'm only talking about a modal preview form.
Report Builder 15.05 Build 275 for Delphi XE3
Solution works fine,
except for
- lDesignerMenu.FileMenu.SaveToFile
- lDesignerMenu.FileMenu.LoadFromFile
Neither setting visible nor changing caption works.
Any ideas why?
I make my changes in Form.…I have to admit that reading your wiki could somtimes answer questions
before they are made :-)
Nico Cizik (Digital Metaphors) schrieb am 24.09.2015 :
You should be able to work it out from how I work with the Designer
menus in this code:
procedure TnxRBDesignerEngine.InitializeDesignerMenus;
var
lMenuBar : TppMenuBar;
lFileMenu : TppTBCustomItem;
…