rbuser
Comments
-
Alberto:
We need a little more info to help you as follows:
1) What operating system are you printing in ???
2) What printer are you printing on ( Dot Matrix ) ???
3) What printer driver are you u… -
Hi Svein...
As Jim said, it's not possible to embed the designer, however, it is
possible to make it an MDI form. Have a look at "\RBuilder\Demos\3. EndUser\4. MDI". Maybe that's something you could
use.
Cheers, Marco… -
Have a look at the main reports demo in RBuilder\Demos\1. Reports. Examine
the previewer and you'll see where two TppViewers were used to create a two
page previewer.
Robert Leahey
robert@leahey.com
-
Excuse me butting in here..
But can I remind DM that despite the fact that "... TppRichEdit relies on
TRichEdit...", I have experienced strange difference between what characters
TRichEdit happily displays and the way that TppRi… -
So , if i use below statement and work fine , then i can safety to use it ,
is that correct ?
initialization
ppRegisterRichEditClass( tRichEdit );
finalization
ppUnRegisterRichEditClass( tRichEdit );
Fixed. Thank you.
Three columns was specified in the main report, and then again in the sub
report.
By removing the specification from the main report, it took care of the
stated problem.
The other exporting devices are in: http://www.waler.com/
Personally i'm very happy with the results obtained.
bye
Thanks for the info, will give it a go!
Regards,
Nigel Huband.
I believe this functionality is not native in RB, but it is available in
add-on components from two different creators. Se the Friends page at
Digital Metaphors' web.
OOPS,
my fault I had used RBAddonControls when producing the report but not
included it the project which held the archive reader.
I like the sound of storing it in the exe file. Can you point me in the
direction of how this can be done.
Thanks for your reply.
Tony
You could store it in your exe, or in a BLOB field in a database. Then write
it to a file in the Windows font directory when you need it, and delete it
afterwards. Look up the standard Pascal file read/write operations, and the
stream…Thanks for your reply,
However, your answer means that the file has to be on an end users machine
and hence someone with a bit of technical expertise could be able to copy
the file and install it manually and then be able to use…"Jim Bennett \(Digital Metaphors\)"
Hi Svein...
Simply put your default report into a template (which you can store either
in a database or as a file) and reload it. If you want a new blank report
which you populate with components completly by code, you have to f…Sorry, i'll correct that.:-)
OK, i know but have more one window open consumes precious space in my
desktop.
Ok, but how to manipulate the "page object" ? Any property, any buffer. Is
it still in a ReportBuilder format, or now in the output device format ?
_Jocelyn_
"Jennifer Graeler" wrote in message
Can you point me to the end user report that demonstrate this capability?
I am sorry, I don't think I have made myself clear.
I have a landscape report, it needs to go 50 columns horizontally, only 13
columns fit on one page. How can I make my report go the other 37 columns
horizontal and have it see…I have a similar problem. I have some logos and other stuff that I want to
re-use in many reports. The reports are stored in a database. But I have an
idea:
It would be great to use SubReports of type pbFixed to hold re-usableWell, if you don't use templates you could simply use VFI as always.
Simply place the base component on a form and inherit another one from it.
Unfortunately templates don't allow for inheritance at all. I have been
thinking of an RCL…Hi all..
sure that this problem ocurrs in my application too. How to solve this
problem.. please, reportbuilder support, answer this question to resolve
this problem...
Thanks...
"Stephen Hall" escribi? en…Hi Jim,
Thanks for the reply. I installed 6.03 and problem still exists, I'll keep
at it but in the meantime if you have any other ideas I'd appreciate it.
Thanks,
Stephen
I can do that.
Is there anychance that the next version might have this added so I dont
have to continously update my "new" component.
thnx
John.
Could you give me a real big hint as to where I insert the stream into the
archive reader.
Thanks
John.
I've found a thread indicating:
You can set the detail DataPipeline.SkipWhenNoRecords property to
True/False to control whether the master record prints when there is no
corresponding detail.
But I'm using reports tha…