digitalmetaphors
Comments
-
Hi Goran,
The language .dll files follow the same rules that other Windoes .dlls
follow when loading.
Windows will first search the application directory, then the system
directory, Windows directory, etc. So if yo… -
Hi Ian,
The easiest/best way to do this would be to separate your report into
two Section style subreports.
1. Create a new empty report with a detail band only.
2. Place two Section style subreports inside the… -
See the example in RBuilder\Demos\End User\2. Custom Dataviews. The unit
'myQueryDatavw.pas' contains a dataview template which uses the Query
Designer for editing.
Tom Ollar
Digital Metaphors Corporation
-
Please see my post in general. You need to delete the local cached messages
and reconnect to the newsgroups.
Cheers,
Jim Bennett
Digital Metaphors
-
Replace the report explorer form with your own. You'll be abel to access the
private event handler for the FListView.OnSelectionChange :=
ListSelectionChangeEvent; Inside of ListSelectionChangeEvent, you can
perform the logic t… -
Check out the RBAddOn component set. It has extended formatting capability
for rich text in RB.
www.bancoems.com\RBAddOn.htm
Cheers,
Jim Bennett
Digital Metaphors
-
Thankyou for posting your solution!
Cheers,
Jim Bennett
Digital Metaphors
-
Before running RB, can you see the rb tables from Access 2000?
Cheers,
Jim Bennett
Digital Metaphors
-
Please do not cross post!
I ran our demo yesterday with Access 2000. It worked fine. I it up and
wokring again from scratch today on a different machine:
Delphi 6
RB 6.03 - no patches applied
Access 2000
Wi… -
I made a post in General yesterday about this issue:
"If you are experiencing problems seeing posted messages, it is because the
messages which you have locally cached are out of sync with the ones that
are currently being serve… -
Ok. I'll send you the 'CustomizeStandardToolbar' example as well...
--
Cheers,
Tom Ollar
Digital Metaphors Corporation
-
We have an example that shows how to do that. I send it along via e-mail...
Cheers,
Tom Ollar
Digital Metaphors Corporation
-
Learning ReportBuilder is not currently available in French...
--
Cheers,
Tom Ollar
Digital Metaphors Corporation
-
RBAddOn components has native support for display formats embedded in text
with their Merge Fields technique. Surf www.bancoems.com\RBAddOn.htm for a
demo.
Cheers,
Jim Bennett
Digital Metaphors
-
Are you running any RB patches? This would be the only reason that you
would need to include RBuilder\Source in your library path. Try removing it
and rebuilding. As far as why you are getting an AV, we really have no idea
without s… -
Lookups can be handled using a master detail report. Please take a look at
the master detail section of the Developer'sGuide pdf in your RBuilder
installation. You will need to create a detail dataset linked to the master
dataset. C… -
Thankyou for the suggestion, we can look into adding a new exception for
this case so that end users aren't confused about this error and that
they've actually just forgot to select fields for the new table.
Cheers,
<… -
I'm emailing you a patched 6.03 ppRptExp.pas file which you can use to fix
this problem.
Cheers,
Jim Bennett
Digital Metaphors
-
Yes, you can create a layout in RB that can print to any label that you
have. The label templates in the label tempalte wizard are the ones that we
have tested and made available for your convenience. You can set the
columns propert… -
You are using the BDE. Try increasing the BLOBS To Cache and BLOB Size
settings in the BDE alias definition for your database.
Cheers,
Jim Bennett
Digital Metaphors
-
If you are using templates, then you should only use one report object for
loading of templates in a form, just to make sure that everything goes
smoothly.
Cheers,
Jim Bennett
Digital Metaphors
-
It sounds like you are loading a report template from file (or database?)
If so then the ShowPrintDialog property value, as saved in the file, will be
used as opposed to the Delphi design-time value for this property. You can
ei… -
You'll need to recompile all of the packages; the ones with the 'dcl' prefix
(design-time) and the ones with the 'rb' prefix (run-time.) But it's a big
task to get
it right and to get all of the files copied back to the correct locati… -
Yes. In fact there is an entire end-user learning system available - made up
of a guide, on-line help and an application that can be used to complete
tutorials in the guide.
You can download this resource from:
www.di… -
I posted repsonse to the general thread.
Cheers,
Jim Bennett
Digital Metaphors
-
In the form's OnClose event, you can call ReportExplorer.Close. This should
workaround the problem. I ran the same test in RB 7 and it doesn't show any
problems. You can upgrade to RB 7 for Delphi 6 as the other option. Contact
info… -
All you need to do is close the main form. When you do this, the report
explorer should close. You don't have to call close on the report explorer
in the destructor of the main form. You can use the form's OnClose event if
you want t… -
Yes, it is possible, but you need the Enterprise Edition so you can use RAP
to do it. That way the event hanlder will be stored in the report.
Also, you should use the BeforeGenerate event of the band to populate the
RichText co… -
1. Make sure you have IBX 6.03 installed.
2. Make sure you regenerate the IBX support package in RBuilder\Source.
(Recompile and re-install)
3. Make sure you select IBXSession in the Designer.DataSettings.SessionType
… -
I have no idea. I'd try including RBuilder\Source in your library path and
debugging it...
--
Cheers,
Tom Ollar
Digital Metaphors Corporation