rbuser
Comments
-
It does not appear that you can set the value of a Global Constant using a
RAP Pass-Thru function however you can set a Global Variable.
I need the ability to get the value of a Global Variable (or Global
Constant) in a report f… -
Is it not possible to access the RAP global variables/constants from code
via the TppReport object or something similiar?
Thanks,
Scott.
-
Thanks. I am in and ready for the product. I ended up getting the email,
but it was to an old address. I requested a change on
info@digital-metaphors.com
Wayne
-
"Jim Bennett (Digital Metaphors)" wrote in
-
Wonder why I did not get this email folks are referring to??
-
Hello,
Is IntraWeb (the standalone exe's) supported by the RB server edition? If
so, I'm very very interested.
thx Daniel
-
On the webpage you got in the mail, you can navigate to the
advertisment-pdf, and there you'll see, that each server is licensed for a
fixed fee, and this license is without user-limit.
I am pretty excited about these news, too and I … -
Hi Jim
The devil would be in the detail here wouldn't it?
I hope that (maybe nearer the time) we can persuade you to take a careful
look at possible integration with IntraWeb. The ability to integrate RB
reporting in… -
Humm....designed to be the 'ultimate' report server......Gotta like that!
;-)
-
Hi Jim,
This solution works great, but not for us. We add an event to the component
at run time, depending of the name of the component. This is because our
customers can delete and add the compontents on the report. But when we… -
Hi Jim,
I didn't mean to print a original and a copy, although it's for the same
reason, but my problem is that i want to print a small report (half page
size) twice on the same page. The second report always starts on page two.… -
Thanks for your quick answer
)
Greg
-
Hi Michel,
see article 'Controlling the End-User Environment' in the tech-tip section
below 'End-User'.
regards,
Chris Ueberall;
-
If i'm not wrong, it's a TTable pointing to the Order table on the dbDemos
database.
-
Hello Digital Metaphors
Please disregard my question. The root of my error is associated with a
RichText control containing protected text.
Regards
Russell
-
> Use the object inspector if you would like to change the name of a
be
its
Thanks Jim. I understand how it works now.
Cheers.
John.
-
What version of Delphi/RB are you using?
Forgot to add Delphi 5 and RB 6.02.
-
"Jim Bennett (Digital Metaphors)" wrote in
-
It has static position, i think i got the idea of the PrintPosition property,
i'll try and tell you.
Thanks a lot!
-
I supose that was the property to set, but sadly can figure out exactly how
it works.
thanks
-
Hello Jim
Ah. You correctly diagnosed my error. Yes I am loading the report from a
template.
I had not saved the report to its database before running the report. On
doing so the OnEndPage event is now firing.
Th… -
Thanks Jim
I tried the tips from the General thread. But none of them solved my
problem. A had to get my project workning so I wen't back to version 4.22 of
ReportBuilder. And now my reports are printing properly.
Ole… -
Hi Pat,
My 'next build' won't help you :-), cause I'm not from DM - I'm a
ReportBuilder user like you.
regards,
Chris Ueberall;
-
Well I guess that's why I have the problem then.
Seems like a good candidate for an enhancement though - could you
consider this for the next build?
In article <8EAE82296ACCD311A039005004E0CAC006F757@DMSERVER>, Chri… -
Hi Pat,
you can't place a region inside a region in the current ReportBuilder
version.
regards,
Chris Ueberall;
-
Doh! My bad. I didn't look at the whole thing for a while and totally forgot
that the one Report I'm looking at is the one exception from the rule and
uses a completly different data source :P Fixed the problem and thanks for
the supp… -
Hi Jim,
when you assign SQL.Text, the query will be closed automatically, same for
SQL.Clear.
Cheers,
Chris Ueberall;
-
Hi Jim...
When
component
That is what I would ask you, as I use DADE
Ok, here is what… -
Hi Jim...
I think the problem is, that the query is not re-run. My TDataSet component
stores its result in memory and does not reload it till the query is opened
again or refreshed. Is anything called at the TDataSet when a new … -
Hi Alex,
Thanks you for your reply. It is certainly not so simple to implement
for what I saked for.
For most of my situations, my concern is on the numeric fields rather
than string fields. There are limited space for us…