rbuser
Comments
-
Hi Philippe,
unfortunately class 'TraSystemFunction' doesn't support such a property, AFAIK.
If there is only one report at the same time then you could use a global var (or kind of) that provides the current active report.
Hi Jim, Thanks for the quick answer.
Excuse my lack of knowledge of Pascal, but in what event/procedure do I call
these 3 lines of code.
I tried to add them in a few different places like BeforePrint and OnCreate
but it sti…OK thanks Jim. So it is a "feature" that changes are lost only for
RAP
?
Could you put it on the wish list?
Jim,
I used C:\Program Files\Borland\Delphi6\RBuilder\Demos\3. EndUser\1.
Report Explorer. I modified the "LessThan: Amount Paid (Currency)"
report.
With no rap then the autosearch sticks for me. If I add a globalHi Jim,
I still haven't been able to do what I want despite all the help.
My requirement is (from end-user RAP, not Delphi) to obtain a multi-lined
memo field and display it as a single line. The memo in question is a
Jim,
What if I just scroll through Lines[0], Lines[1], Lines[2] etc. The only
question would be how to trap the error for a line outside the last line
number? Alternatively, can you give me an example of code that would take a…Greetings,
I have noticed that the always blows up on the end of the second pass. If
I set the "PassSetting" to one pass, the report will run but if I go to
the end of the report and try to go back a page, I receive the same e…Please forgive me. We are using lotus notes for our newgroups browser and
it is a LITTLE different than the conventional MS products.
My name is Tim and any help would be greatly appreciated!
Kind regards,
Tim
Thank you. My followup question would be whether 7.x would increase the
speed versus 6.x? Also the templates concept is one I will research,
but I understand the local variables versus the database variable.
I ran your example and it never gets to the else part of the if statement.
There is no line that states 'Duplicate' + s.
The error occurs only when that else part is in effect.
What should I do?
Here is the code we used located in the group header after print event.
Memo1 and 2 are located in the summary section of the report.
var
s : String;
i : Integer;
begin
{ format string to exact length …Hi Jim,
I do not want to print 1 detail band. I have the sub-report in the title
band and have set it to be on its own page, so this is already printed when
it comes to the first detail band. At this point I do not want the re…Ok continuing on from that, it worked fine, however because I can't
guarantee that the titlepage will only traverse one page, is there a way to
identify that at the start of the page, the titlepage is still printing ie
the subreport h…OK thanks very much
Alex
Found it! I had to maximize my window to see the field properties split
panel.
Is there any way to move this window to another location?
Another thing I am puzzed with is I could have sworn I saw some kind of
properties list in the bottom right tool box, but I do not see that now. Am
I going crazy?
Thanks
i have more 1 question...
i can add my custom function to the report only at runtime (with the
Designer Component) ?
because when the application is in design time the function is not
registered (initialization …Hi Jim,
Thanks for the reply. However this solution is fine where you can have both
the TQueries and Data Pipelines on the form. However what I am looking for
is a solution that allows me to link a detail dataview created in the rep…Hi,
I think the question was mainly about using VB as reports language. I
have the same issue here. In some parts of my apps, I'm using Active
script to implement some end-user macro. The difficulty with
Calculation in R…Remarkably, I had exactly the same issue arise today( wanting to pass a
TStringList reference from a RAP function and read its strings after it
is populated). The StringList variable holding the result of the Create
in the RAP func…Also, as a workaround I could use TStringList.CommaText property, but
how do
I make it visible for RAP? When I try this string:
"showmessage(Params.CommaText);"
the following error is being rased: "Expected '(' or '[' but foundOn Mon, 29 Sep 2003 18:43:21 -0400, John C. Bell III wrote:
Ignore that question, it turns out that if I use
var
theName: TppDBText;
begin
theName := aName; <== aName is a DBText on the report
…This is a multi-part message in MIME format.
To select the different values, you could also use:
Label1.Caption:=Report.AutosearchCriteriaByName('MYTABLE','MYFIELD').Values[
index];
Best regards,
Jeroen
This is a multi-part message in MIME format.
Thanks Nard,
I new it had to be something simple.
Cheers
Stuart
Hi Nard,
1- In reference to my earlier posts, we can only work from within the
Report Designer. This is an end user report that we need to create at
their site
2- Is there any in depth documentation on how the events work…Hi Nard,
We finally found the solution, using references to Tppvariables.
Thanks for the support
regards
Paul
In article <3f858cdd$1@dm500.>, "Nard Moseley \(Digital Metaphors\)"
Hi Nard,
Thanks for the fast reponse. However cvar_FirstChild and
cvar_SecondChild are TppVariables placed on the summary section of the
subreports and I can't figure out how to establish the object references
in the OnG…In article <3f9520e3@dm500.>, steve.riley@micromedica.qc.ca (Steve Riley)