rbuser
Comments
-
Hello Patrick,
but if you use a table in database for making lookup, you have a dynamic
lists inside your "comboboxes". In our database we have lot of special SQL
views for such lookup commands which stores pairs auf "value/di… -
Chris,
Thanks. This helps ... but, I was hoping to see functionality similar to
lookup combobox behavior (similar to DevExpress Lookup ComboBox) where the
picklist is auto-magically constructed for the desired data column.
Hello Patrik,
today i have played a little bit with it.
When you are in layoutmode and have the rulers on, then in the corner of the
both rulers is a symbol. Click on it and in the object inspector you will
see the options of t…Nico,
The Data Records and Print Shop (RB technology) components are separate
applications. The data was entered via the Data Records application. Then,
when running the report from the Print Shop, the new data did not appea…Nico,
I have added new data to a record in the data table which is used in the
report auto search lookup. When I run the report and display the AutoSearch
dialog, the new data item DOES NOT appear in the dropdown lookup list.…Nico,
THANKS...that worked.
Patrick
Nico,
Yes. I changed the font color in report column headers and the change was
reflected when the report was viewed in the ppViewer...but the AutoSearch
dialogue did not display all search rules that had been defined in the …Nico,
Not sure that I understand. When we create a Report in the ReportDesigner
and select the Save menu option, the report template is saved to the rbItems
data table. On our Report Viewer form, we list the available report…Nico,
I ran the full SQL (listed below) in ARC and it worked fine ... I got a full
result set and the two TRIM statements provided expected results.
Patrick
Nico,
The "Version" property for TAdsTable components in this App and several
others, the value is 8.10 (ACE 9.10).
The TRIM statements were created on the Calc tab in the Query Designer. The
same TRIM statement us…Nico,
I've tracked it down to the SQL statement in the Query Designer. The
following SQL is what we have been using in this report.
SELECT sosCustomers.ItemID,
sosCustomers.DateEdited,
sosCustomer…Nico,
Now I see how it works! The new FieldName and FieldAlias data is displayed
on the QueryDesigner Fields tab. From there, the user only needs to do the
following ... yes?
1. Remove the old FieldAlias from the …Nico,
Thanks. I tried this, but the DataView still displays the previous data
field names.
We have a standalone PrintShop app which allows the user to either display a
report viewer or to display the ReportExplorer…Issue solved!
Thank you
Thanks a lot NICO
That's exactly what I was loooking for.
Regards
Thanks a lot
Maybe I missunderstood the concepts between query wizard and query
assistant, this last one is what I need to access in order to manipulate in
my application, the query assistant I'm talking about is that one with…Nard -
I tried that (in some way, probably messed up), but you didn't provide
where to put this at...
Here is what I ended up with:
procedure ReportBeforeOpenDataPipelines;
var
lSQLBuilder: TdaSQLB…Here is what I'm trying to do...
I'm trying to get 2 totals... one for the the amount of activity up
through the date supplied through the autosearch, and one for 30 days
prior to that (so I can give a balance, and a balance…Thanks for the advice Nico, I'll have a look now.
regards
Glenn
Hi Nico,
we haven't found a solution for this problem.
Maybe, is there another way to do it? The thing is the master I have is only
a DataSet, but not a DataSource. Also it could be a TSDQuery (similar to
TQuery) object a…Hi Nico,
here we go again. I modified this procedure a liitle bit and I've got nearly
the same problems.
New in this procedure is that there's no SQLText or Query available, but a
ClientDataSet which is the master.
<…Hi Nico,
it works with your patch.
Thank you very much!
Best regards,
Hartmut
Hi Nico,
thank you for your reply.
I think the main problem is that my SQL is not a static one.
Our end users are able to write their own SQL, for example in a TMemo.
We take the SQL and copy it into a Query component.
Hi Nico!!
Very thanks!!!
I am developing an utilitary for management reports in BPL format and this
information was of vital importancy!
Lot of zooming fans...
yes indeed a very useful feature. But I know, it is not very easy to
implement because all reports are depending on the delphi form - and ...
delphi has no zoom...
so it is surely much much work.
But…Here another voter for the zooming in design mode.
Cheers,
Geerten Doornenbal
Bemet International B.V.
Op 3-9-2010 15:28, Nico Cizik (Digital Metaphors) schreef:
I would like to join the petition on the implementation of zooming in
design.
We use few reports with the font size 5pt and large amount of cells. We have
to almost all dimensions enter manually using the Left, Top, Width and
…Not to sound like I don't know what I'm doing, but I apparently don't know
what I'm doing. In the ReadMe,Doc for doing this, I am on step 7 on page 2
that says to go into Delphi, open the rbads114.dpk and click Compile
I open …I was following the instructions in that ReadMe.doc already, but I am new to
Delphi 2010 and when I went to Tools/Environment Options as stated in the
instructions, there was no Tools/Environment Options. There was a
Tools/Options,…Thanks for the tip. This turns out to be easy - with your architecture.
Best,
Phil