rbuser
Comments
-
Hi Deano,
see 'Controlling the End-User Application ' of chapter 'Troubleshooting' in 'RBuilder.hlp'.
regards,
Chris Ueberall;
-
Jim,
I'm using RB 6.03 Enterprise, so it might work with RB 7 I don't know.
At the moment we are planning to move to RB 7 and have already invested
in it, but it will take some months before we are ready to do so. In the
Jim,
Thanks for the clarification.
regards
Paul
In article <3deccdfd$1@dm500.>, "Jim Bennett \(Digital Metaphors\)"
Jim,
Using RB 6.03
I had another look at crosstab demo 127 and it seems the right event
handlers are there. I guess that is your demo.
regards
Paul
In article <3debb435$1@dm500.>, "Jim Bennett \…The reason I asked was because I already used the following events
OnGetValueText --> aElement.Font.Color := clRed;
OnGetTotalValue --> aElement.Font.Color := clBlack
Now if I look at the color of the values in the t…Jim,
I ahve seen that one, the values in the grand total row have a (V) after
them, indicating a ValueText. So how do I distinguish between values
that appear in a Grant Total row and other values.
regards
Paul…Thank you very much!!!
Raymond Ng.
To put text before the the memo text use
Lines.Insert(0,Text);
See TStrings help for example.
--
Daniel Lemire
Hi Raymond,
you are using an illegal index, Lines.Count is 0. I would use the following code:
Lines.Add('Test');
Lines.Add(plMyPipeline['myMemoFieldName']);
regards,
Chris Ueberall;
Hi Tarun,
see 'Page Settings' - 'Layout' where you can set the columns.
regards,
Chris Ueberall;
> I am trying to convert an existing report whic is in Crystal to RB. In
In File/Page Setup/Layout, set the column count to 2 (or the appropriate #),
then on the bottom of the screen set Column Traversal to 'Left to Right'.
…Please ignore this message. Date calculations are working fine as integer
arithmetic.
Can't think of what I was doing wrong a couple of days ago.
Russell
Hi Jim
Today my system behaves correctly. A puzzle. If it happens again I will look
deeper.
Thanks.
Russell
Hi Joanne,
How about using a RAP pass-through function?
There are two methods, 'GetFieldForName' and 'IndexOfFieldName'.
regards,
Chris Ueberall;
Tanks for your help - it worked perfect !
"Chris Ueberall [TeamDM]" skrev i melding
Hi Kjetil,
-------------------------------------------------------
Tech Tip: Printing a Unique Caption for each copy of
of a multi-copy report sent to the printer.
-------------------------------------------…Thanky you,
i have looked at OrderBy-example.
do you think, that it is possible to change the sort with the technic and a
passthrough, so i can select a Dialog in RAP, lets the user pick some
Sort-commands and then re…Jim,
I will use a custom dataview template in DADE in order to have Report
Explorer.
Thanks,
Jose Maria Sanmartin
Jim,
Once I have created a JIT pipeline in a form and configure through RAP,
can I use it with Report Builder End User?
Do you have any example?
The idea is to have about 5 different reports with the…Hello,
i am not using that RB-function to store them in SQL, i am using my own
methods to do that. But it seems to me, that you only inserts the
"directory" entrys for an report. You also need a template which is a
special …Hi,
Sorry, can you mind to provide me a sample program which show how to
implement a OnLoadEnd event in the Report.Template? Since I fail to do this.
Thanks.
Raymond Ng.
Ok.
But My problem is that I didnt save the second serie to the database. I
think there is a saving problem.
If First and Second Serie have Datapipeline datasource there is no saving
problem and AV problem. But
If first Seri…
There is also first AV then EInvalidPointer Exception ocuurs when I Close
the program.
But if I delete the second serie and save the report then there is no AV
after I close the program.
Deniz Tekin
Jim,
Thanks for the answer. I believe I tried that, but it didn't work, so I
added a space, and hit delete to move it, and it worked, but when I now
tried to confirm this, it works all the time! The error is gone.
I complet…Just discovered that if I "touch" the global variables at the end it works.
More precisely:
After a modification to a Global -Programs - procedure/function, I must go
to Global - declaration and modify the text (to force the variables…Hi,
I understand that you don't provide source code for the RAP part
of rbuilder (a situation that makes me really nevous, especially in
light of the turbopower sudden demise) but it would be nice if you
provided source for…
Found the problemof the event not firing. I've send the component for you in the
friend section. It's a quite simple component but makes it easier to create grid
lines and my development team just hate to use lines or shapes to draw a grid…Yes I did register it. Just forgot to paste that part. I'll try to send the
complete code instead since the component will be free anyway I don't mind
having the source code distributed on the web. Just need to get some things
worked …
Hi Jim,
our application is very complex and needs a Oracle-Database running.
We would be able to set up a database on one of our computers.
You would be able to connect onto this machine via an oracle 9.02 clie…