RB7 wish
Hi, the only wish and thing i miss of QR is the formula editor of the
calculated fields. Is it possible to evaluate having a more powerful
editor for DbCalc fields in RB7?
thanks a lot
--
Guillermo Castaño Acevedo
Gerente de Sistemas - Grupo Millennium Ltda
GuillermoC@GrupoMillennium.com
www.GrupoMillennium.com
calculated fields. Is it possible to evaluate having a more powerful
editor for DbCalc fields in RB7?
thanks a lot
--
Guillermo Castaño Acevedo
Gerente de Sistemas - Grupo Millennium Ltda
GuillermoC@GrupoMillennium.com
www.GrupoMillennium.com
This discussion has been closed.
Comments
-------------------------------------------------------------------
Marco Heine
QUMAS
Enterprise Compliance Management
Visit our Website: www.qumas.com
event handlers in the report and it will be saved as part of the report
template (.rtm). Instead of using a DBCalc component, use a Variable
component and code its OnCalc event handler. You can also add you own
functions to the RAP workspace for your end users. RAP is only available
with RB Enterprise.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
returning to the RB editor. You can create a formula dragging fields and
having something like:
(SUM(Field1)/Avg(Field2))*Count(Field1) or something like that. My only
complain is that DBVariables are limited to simple calculations (COUNT,
SUM, etc unless you code them ot use variables) and you can't put formulas
into them. It makes a lot easier to have sumaries.
That's all.
that does this for your end users.
There is an example of writing code that writes a RAP program in the
installed RAP demos. You could create your own calc component that when
right clicked over in the end user designer, it would launch a dialog that
you could drag pipeline fields into a formula workspace. Then you could
generate the RAP code to execute this formula behind the scenes in RAP for
the end users so that they would never have to know what the Calc tab is or
have to use parentheses:)
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
What i really would like to see it's some kind of reusability of the
reports, like Nevrona does. For example for an aplication with many reports,
to have the common header or footer in one report or kind of template and
use it for the other reports would be very nice.
Thanks,
Carlos Macao
into your header/footer bands and dynamically load them. There's also a demo
of custom subreports which load themselves for just this purpose in
\RBuilder\Demos\3. EndUser\5. Dynamic Subreport Loading.
Robert Leahey
Thoughtsmithy
robert@leahey.com