rbuser
Comments
-
hello,
I have created my own custom functions 'funcLocation' and 'funcParno'.
But when i m assigning them to autosearch search expression it is giving
error
'Incompatible types :string and Class reference'in frmLocationwiserepo… -
Hi Lucy. The OSFirstTransNo and OSLastTransNo functions are simply my own
custom functions. You would do your own functions with different names.
Look in the Report Builder Developer's Guide under the section "Extending
RAP" such… -
Thanks a lot for your help David. I tried this solution but i m not able
to use the functions OSFirstTransNo and OSLastTransNo. Can you please
make it more clear how to use parameterized query in RB 7 through the eg.
you have given… -
Lucy, I am able to pass parameters in RB7 using pass through functions.
For example, I created two pass through functions called OSFirstTransNo and
OSLastTransNo which basically just pass integers from my App in Delphi.
Then I… -
Just a precision, I'm working with version 7.04 of Report Builder and I
cannot upgrade to 9
Thanks
"MuadDib" a ?crit dans le message de
-
i think it's a dirty workaround, but helping.
why Digital Metaphors do not write this tips in the documentation or on the
support website ?
Marcel
-
It worked perfectly, thank you again.
acras
-
>
Spetacular.
It worked fine here. All my needs are ok. This question is just curiosity.
To solve the engine.PageBottom issue I created a function named
getReportPageBottom, which gets a report as parameter and returns … -
Hi Nico
I think what i waanted to say was not clear
This is what i want to achieve
Opening Balance Periodic Banlnce
Cr Dr Cr Dr
Expense [This is the Group Code]
Vechile Expense 0 … -
thanks for your solution.But it is not working in my application because
i have made a pipelined function in oracle and the query is based on it.
I have written a code on Oncustomopen event of designer to identify the
pipeline and a… -
How do i typecast this, becasue this results into errors ...
if NodeCreator.ClassName = 'TppSubReport' then
Node.Caption := Node.Caption + '[' + TppSubreport(NodeCreator).Name + ']'
(In RAP), This is just… -
I'm afraid to make the stupid question of the day bit honestly i wouldn't
know ...
How do i access the Sender object in RAP, in Delphi code you get it as a
parameter, but in RAP itself ???
(Shame on me i suppose ???… -
Let me followup a bit that we have tried DbRichText.Height and always
receive a zero value.
Bill Brittain
-
Hi Lucy, I understand exactly what your problem is.
Follow this steps:
1. Declare two variables (i.e.IniDate, FinDate) of type TDateTime and three
(3) variables refering to a date decomposition (i.e. cYear, cMonth, cDay) … -
Hi Lucy. You might want to check that error message again. I suspect you
are getting "Undeclared identifier" rather than "undefined" as you claimed.
It is important to pay close attention to error messages in order to know
what i… -
Hello,
I may be sounding very stupid but i am still not able to assign the
current date to the autosearch dialog box at runtime. I created a pass
through function for Createautosearchfields and also tried the solution
… -
Hi Lucy. You are making this way too complicated. Setup the entire SQL in
DADE using the data tab. Then, instead of modifying the entire SQL
statement, modify only the autosearch expressions using something like:
Report.Aut… -
Hello,
Thanks a lot for your help but i think i was not clear with my
question . My problem is that when creating query in query designer
we provide the default values in the search expression and get the
corresponding SQL.
Nard Moseley (Digital Metaphors) ha scritto:
I created a weird situation:
in Delphi I have both classes: TILOracleQuery and TILOracleQueryOuv
In RAP code I used (before creating the latter class) declaration of
TILOracleQuery.> Try the following
Once again, worked perfectly.
Thanks.
Ricardo
Nard, until now i did al this in a Passthru.
Now i would like to test it in Rap.
But this lSQLBuilder := TdaSQLBuilder.Create(Customer); , what is Customer.
It is not a DADE query, because i can't reference them ...
Any sug…From the Help i think i should update the SQL with the TdaSQLBuilder class,
but there i can't access the sql directly, and i don't want to change
something to fields, criteria, ....
But when accessing the strings directly, even over…Hi Nico,
it works fine with the pass-thru function
Another question: has anyone an idea how to get an li…Lucy,
You have to use end user reporting *and*
use rb data dictionary (see the help for the property UseDataDictionary
of the TppDesigner). Have a look on the manual/help on this topic
I was not totally precise, sorry for t…hi ,
I am using end user reporting solution. I have a pipelined function in
oracle.Can you please send me the some example of how to make view from
the function and include in data dictionary.It will be of great help.
Thanks
Lucy ha scritto:
Hi Lucy
Are you using end user reporting ?
In a end user solution (with Oracle) I use views (that eventually call
pl/sql function) and included them in the rb data dictionary.
For autosearch you can de…Hi Nard,
with the paragraph it works!
Thanks,
Jan
The
alignment
RAP.
:=
Nard Moseley (Digital Metaphors) wrote:
Ouch... am already using 9.03
Carsten
Nard Moseley (Digital Metaphors) wrote:
Where can I get this patch?
Carsten
Nard Moseley (Digital Metaphors) ha scritto:
Yes, backward compatibility is my target since I have
quite some dozens of reports written in 7.04
Many thanks.
Bye
Nicola