rbuser
Comments
-
I don't know about "events don't fire after call to the LoadFromFile method"
issue, but wouldn't it be much easier to just inlude whatever you do in your
OnPreviewFormCreate event right before the call to the ppReport1.Print?
In your … -
Thanks - that worked. I think I'll just leave the joins pipeline blank -
makes it a bit more flexible.
Cheers.
James Crosswell
Software Engineer
Microforge.net Limited
The problem is that you are trying to use Joins for dictionary without
creating them first.
So there are 2 ways. You would either need to create those joins in the
dictionary or you can just empty TppDataDictionary.JoinPipeline proper…Thank you. Much obliged.
Ops, sorry - wrong question.
What I meant to ask was:
Lets take that the SQL query I'm talking about is manually edited SQL. Then:
Can I somehow pass modified SQL Query (this time programmatically) for
execution without modifying…Thanks - it is exactly what I need.
Well... I already use Custom ReportExplorer form, but I was hoping that
there is some other - easier way. Hmm.., it really seems to be the only way
to do it. Ok, thank you for the explanation, I will have to do it.
Hi,
Thank you for the explanation about streams and saving to the report
template.
I was aware of the template offset area but didn't quite know how to use it
(now I know though). Unfortunately I need to use both database AND tem…Hi,
Thanks, the method for getting id when editing the report works just fine.
But I have some problems with getting id of the report that is just being
created.
Let's say I create a new report. How do I know an Id of the report…I see. I finally understand. Thank you.
Thanks, that worked great.
I just changed ITEM_NAME Type from CHAR(60) (as was in your Oracle demo
scripts) on VARCHAR2 and everything started to work properly.
I have searched ODAC documentation and found their solution....
Hope you don't mind small binary attachemnt.
Cheers!
Jim!
THX for your answer, but looking into code looks for me too difficult with
small chance to successed.
I know this has nothing with you but have to express myself.
Regards,
Damir Vadas
No,no,no. I already know it. I meant something else.
Well ok, there seems to be no way to do what I meant anyway, so don't bother
yourself with it anymore.
Nope, it doesn't help. Datasets should not be used here, because dataset is
not being referred when no changes are made.
I mean the following:
User enters ReportExplorer, presses "New Report button". Before the report
desig…Hi Moisey,
I would use the events of the dataset that keeps the end-user report templates.
regards,
Chris Ueberall;
Thanks Jim and Moisey,
I created a db user function to return an ordered string of
historical dates for a specific user that could them be used in an
order clause in RB.
Thanks,
Sorry, I can't help you with this one, but just for such difficult cases, in
my implementation of RB end-user can assign execution of StoredProcedures
right before report preview. This would be a solution for you, since such
things ca…Jim Bennett (Digital Metaphors) wrote:
I'm probably not the person to ask that question - my French is pretty
terrible... I can ask the distributor who is doing our French
translations if you like though.
Best Regar…Damn, that seems to be a little hard for me. (No time to try and understand
it all).
Thanks for the tip, but rewriting saving process is too much for overwriting
routine.
Can't I just prohibit overwriting at all?
MB
Hi Jim,
how do I give it a uniqueName? Do you have any code sample to use your
GetUniqueName function?
Can you make my example current by using your GetUniqueName?
Thank you
-Bhoj
Thank you very much. This solves the problem perfectly.
No, it is not quite the thing that I meant.
I ment the following:
This is primarily aimed for the purpose of aligning report components so
that there would not be any blank spaces left.
Let us say I have three labels arranged ver…Thanks, I will do it.
Ok, then the JITpipeline solution won't work for us, since we don't want to
be hitting this event so many times for just a few header vars. I'll go
back to using the parameters and let the report writers pick up the values
in RAP.
Pass Setting is set to One Pass. If I set it to Two Pass, then it hits the
OnGetFieldValue event 46 times for one JIT field in the header. Any other
ideas what I could be doing wrong?
Thanks,
Andy
Whoops, I spoke too soon. The OnGetFieldValue event for my JITPipeline
seems to be firing 20 times before the report will print. There is about 20
records in my report, so it seems to be hitting it for every record. I
dropped the D…That works great, Jim. Thanks for your help.
-Andy
I'm trying to pass some header information to the report, such as meeting
name and association name. The code I'm converting from Crystal was
retrieving the parameter names from the report at runtime within Delphi.
Then depending on …Jim I am still at a loss on this one. I am guessing I have an error
in my daODBCExpress.
Can you email me your daODBCExpress and your end user sample project
whose dataview preview works with a calculated field with a subselect…