rbuser
Comments
-
No we are not using autosearch. We have an ISAPI program that is sending
the report request to web tier via a URL (and passing the parameters through
the URL string). I am hoping there is a way to interpret what the stored
procedure… -
Thank you very much for your help, Jim.
Very useful example.
The problem is when we use RAP for creating such report. We have to count
records in Pipeline.
How can we do it? Should we use pass-through function?
W… -
Good!
How can i find out which record is 5th from the last by primary key???
-
Thanks !
Only because my enterprise work with D6 and RBuilder Enterprise and we
create source code for a customer which has bought RBuilder pro 7 for D6
... So I need to know if the final code will be correct for the cust… -
Chris,
thanks!
Bernd
Here is the FillPageWithLines tip implemented to work in RAP, along with
some other PTF to help create draw commands in RAP:)
in How to force the number of printed details? Comment by rbuser June 2003 -
Hi Bernd,
Here is the FillPageWithLines tip implemented to work in RAP, along with
some other PTF to help create draw commands in RAP:)
in How to force the number of printed details? Comment by rbuser June 2003 -
What I really wanted to know, was there a search operator for selecting all
records so that I could force the report do do so.
-
> RAP handles the exception and gracefully continues execution, showing the
the
The exception might occur at places where I do not know (or do not need to
know) wheter called from within RAP or outside of RAP. So showing a me… -
Thanks Jim,
That did the trick.
Cheers
Stuart
-
Forget my question, I saw the question asked by Alexander Campbell. That
answers my question too.
-
What I did not mention, was: This happens at runtime only. Teh report is
loaded at runtime and looses the AllowEditSQL-flag.
Bernd
-
I think, Stasa wants to describe this:
- create a new report and set the AlloWeditSQL to true
- edit the SQL
- save the report to a file
- load the report
--> AllowEditSQL is FALSE
HTH
Bernd
rep… -
This is a "me too" request for an email of your RAP2Text program
Thanks very much!
-
Hi Steve,
Done.
regards,
Chris Ueberall;
-
Hi Chris,
-
Hi Waguih,
Done.
regards,
Chris Ueberall;
-
Hi Chris,
I was about to ask a similar question, but I always try to search and see if
somebody else has before I do. Can you e-mail me that RAP2Text too?
Thanks
Waguih
-
Hi Jürgen,
yes, you can do it with 'RAP2Text' which I send it to your private address.
sorry, that's currently not possible (but it may be possible in a future version).
regards,
Chris Ueberall;
-
Hi Karen,
it compiles fine here.
Method 'HasParams' should return 'True'!
regards,
Chris Ueberall;
-
Lost in the ether I guess. I have sent it again with subject of
"GetAutosearchDescriptionLines sample".
Cheers,
-
Jim,
No, as I said it was Dade.
I have emailed an example using your report explorer end user demo
that shows the error.
Cheers,
-
Thanks, Jim. I'll try that.
Waguih
-
I as actually not going down that path at all as I don't feel I'm fluent
enough using RB to be creating my own RB controls. I might start tackling
that as, from checking out the RCL DB Checkbox demo, I can now better
understand what y… -
Hi Jim,
Thanks for your response. I'm not sure I fully understand your response,
though. I think that the circles I'm using direct from the RB Designer's
toolbar are actually TppShape and not TppDrawShape. Now I can see that
It isn't a question of getting it to compile or not. We integrate RB into
our larger Case Management application as an end-user reporting solution,
with stock, but full, RAP capabilities. Trying to set this property in a
report just h…Do you have to have some kind of pass-through function already in place to
get this code to work? Or does it work in RB7 "out of the box"?
I can't seem to get it to work (don't have any pass-through functions
defined at all).
I guess I should also mention: the only reason we have to do this in RAP
code, rather than simply using the Data tab's Search page (I know you can
right mouse click there and add OR's, parentheses, etc.), is that the
customer wants t…thanks for the Delphi example (we already are using pass through functions -
they work well), but in this case, I have to add these AutoSearch criteria
through RAP, since the customer does not want to update the software. Is
this pos…Jim
Thanks for the help, I see what it is doing. I have one problem with it though. I am using DBISAM, and it keeps stopping!
After the point where the WHERE is removed (the next time it tries to delete the next line), the rout…Thanks for the code. I wrote an OnLoadEnd routine that removes
assignments to DataPipeline, and now the reports run without any manual
intervention.
-tor
-------
gitek as