rbuser
Comments
-
this worked , thanks
-
Make sure the transparent property is set to False. The default value is
True so it doesn't care about the color you set.
Cheers
--
Daniel Lemire
-
I was not trying to change the font color, but to highlight the
box(variable) with the black text in it.
-
Terry;
I have a utility that can reverse engineer a page (or pages) in a RAF file
and allow you to make changes. It does not write it back to the RAF file
(but I could make it do that). I save it to a template file and also
Thanks for all your comments. Regenerating the .raf samples is not an
option so I will attempt a utility to do the image replacements.
Thanks,
Terry.
Hi Ed,
it looks like created by Delphi's component streaming feature using a simple header. I think it could be converted by Borland's 'Convert.exe' to text after manipulating the header. It would be possible to exchange the bitmaps…> I have approximately 50 Report Archive Files (RAF) that are samples of our
in
Change your logo back to what it was.
I have never heard of the RAF file format being published--not that this is
impossible to do. I …"Ed Dressel [Team DM]" wrote
can
Thanks Ed,
But my real question is whether the Pro version
is thread safe. In the 'what's new' docs, they state the DADE and
other modules are threadsafe as of version 7,
b…Joe:
A number of years ago I wrote an ISAPI DLL w/ RB that worked. So yes, it can
be done. But there were some design issues that would have taken a
significant amount of time to improve--and DM created the right sort of
ar…"Eric ten Westenend" wrote in message
Fixed it myself (thanks to http://www.chami.com/tips/delphi/011797D.html)
ComboBox1.Items := Printer.Printers;
Then assign name from list.
B…> I just sent you a patch that I think will fix this issue.
Thank you Nard.
Please send the patch at sergey_kovalev@inbox.ru once again.
Sergey,
Sorry but I have no patch, I'm a user of RB like you!
regards,
Chris Ueberall;
RB unit ppGIF is very fast, that's why I want use one. Would You help me
with thread safe version of this unit? May I give patch from You?
"Chris Ueberall [TeamDM]" ???????/???????? ?
Sergey,
I used the wrong unit to include 'ppGIF', now I was able to reproduce the problem.
The app is waiting for something (MsgWaitForMultipleObjectsEx). Probably isn't the unit thread safe.
regards,
Chris Uebe…I'm use D6 upd2 and RBE 7.02
"Chris Ueberall [TeamDM]" ???????/???????? ?
Hi Sergey,
I wasn't able to reproduce the issue with unit 'ppGIF', but I included it only by the uses clause without accessing any code from it.
I used RB7 & D7.
regards,
Chris Ueberall;
I have to inform you additionally that the same problem is present when
adding ppGIF in your sample module:
$(DELPHI)\RBuilder\Demos\7. DLL\FormDLL.pas
Hello,
Hi Nols,
look for any ppGIF.dcu and delete or rename it, beside the one from RB 7.02
regards,
Chris Ueberall;
It's also working at my office, still don't know how the ghost got into the
bottle.
Regards.
I tried it at home - no problem. So it must be something on my work's PC
setup. I'll try again tomorrow at work.
Regards.
Hi,
Apart from speed, other factors are also important.
The question in a case like this, ask: Did the product passed the test of
time? Analogue to this argument: Take the SAS software on the IBM
mainframes. My fi…I don't really hope as much as many of you that ReportBuilder makes it's way into dotNet. Simply because I don't
think I'll switch into dotNet until a lot of years from now.
I am an application developper working for a small business…Hello Nard,
There is another thread, not so obvious this one,
on b.p.d.nontech "C# reality check 2".
Somehow this thread has become side-tracked into attacking
Crystal Reports, and implicitly praising ReportBuilder.Hi Chris,
Oh I see. Yes, there's a wizard where you can select and define the
fields.. Thank you!
pl
Hi Mytskidis,
you have to set the properties 'Save', 'SaveLength' and 'SaveOrder' of your report components (see 'TppCustomText').
regards,
Chris Ueberall;
Hello Chris
Ok inside the Designer's Menu, but how does that being implemented with code
at run-time ?
--
Best Regards
G.MYTSKIDIS
MYTSKIDIS_G@GI-NET.GR
Hi Paul,
you have to define first what fields should be printed.
There is a menu in the file menu for data export.
regards,
Chris Ueberall;
Nico Cizik (Digital Metaphors) wrote:
Would that apply to subreports as well?
I have two sub reports, but I'm presuming that I'm concerned where the
main detail band ends on the page??