rbuser
Comments
-
Thanks.
-
Hi,
Can you tell me which demos (nos.) may help with learning how to use
Teechart in RB.
Thanks
Red
-
Nico,
Thanks, but Im not sure what the TppTeeChart.Chart property is.
This isnt any command in the language tab of calcs.
All I see is the TppPrintChartMethodType.
The only event for the Chart object is OnPrint.
… -
We use RB version 6.03
-

Ok. For some reason I suggest you change the name of the tables and fields.
In a lot of type of DBMS, the… -
>>>Where is the application stopping when the AV occurs?
Nico, this is in design mode! And it is not consistant.
Larry
-
I am not sure, but I seem to recall that this happens when no default
printer is assigned in the termserv environment.
Bernd
-
Nico, here is the proc. EurekaLog's call stack claims User32.dll's
GetTitleBarInfo was called from line 765, which is the "begin" statement. I
don't understand how that can be, but I don't have a terminal services
environment whe… -
I understand that a calendar component will be added to
Grid Pack
http://www.planitechnologies.com/
I'm just not sure how close to being released that feature … -
Ok I've got around that, I just made the fields non Visible.
The other issue I'm seeing is that one of the master rows which has no
detail is now not appearing, is there some property which 'overrides' this
so that all master … -
SWEET !! all I had to do was add this to the end of the code in the
"BeforePrint" event where it calculates wether or not to print on the label
:-
else
begin
ppDBCalc1.Visible := false;
ppDBTe… -
Thanks Jon.
It shows me show many to skip which is great.
I might have to do some smarts with the reports and if I say skip 10, then
only the 10th (or will it be the 11th) will display the data, and the
labels with have their … -
-
Sorry I don't have the files I have overwritten them with the trial version
so I can work this weekend.
-
Nico Cizik (Digital Metaphors) wrote:
Alright, I am defining the value of the variable with
"Variable1.OnCalc(Variable1.Value);" (is this correct?), but the count
(I am just using "IntToStr(Detail.BandsPerRecordCount)" as part of th… -
Nico Cizik (Digital Metaphors) wrote:
I managed to solve this another way because I was overlooking something,
but it is still strange to me that the variable would not assign
properly. The same assignment that in the OnCalc procedu… -
Nico Cizik (Digital Metaphors) wrote:
Please excuse the blatant "newbie" question... but how do I define the
value of this sort of variable outside the Variable1OnCalc function? The
"Variable1.Value := " approach fails on gene… -
Thank you, that worked perfectly to print the right number of pages. One
follow-up: how can I increment a variable (to be displayed on the report)
for each instance of the band for particular record? I noticed the variable
"BandsP… -
Ed,
Thanks. Being a RB Standard user, I don't have the 6. RCL directory but
I manage to find it in the 3. instead.
Thanks.
Edwin
-
>I have the RB 7 Standard and just upgraded to RB 9 Standard. Part of
check your C:\Program Files\Borland\Delphi7\RBuilder\Demos\6. RCL
directory--I have source there. (has something to do with the history of the
source--us… -
I forgot to mentions as well its Delphi 7 Ent and Report builder 7 Ent
-
Hello,
The total number of images 1022 and the total size is 25M, this is
because the format is either tif group 4, (like a fax) compression or cgm
(vectorial), so the average size is about 25K per image, so it is not just
th… -
Hello,
In total there are 1000 images in the 3500 pages, they are tif group 4
or CGM format, roughly A4 size. There are also 450 blank (cover pages) and
the rest is RTF text, the composant that is used is WPTools.
I cou… -
Hello,
I have tried improving the indexing it is a SQL Server DB so I have used
the profiler with the index wizard, this announced a saving of 17% the
result : nothing, nada, zilch, rein ;-)) I have checked the outline and this
Hi Nico,
I spoke too soon, I'm getting odd results here's what I'm trying.
The only band in each group that has anything in it is the footer, that's
where I want the sub total stuff.
ppReport1.RemoveGroup(ppGrou…Thanks Nico,
That looks like it does the trick.
Regards,
Bruce.
Hi Nico,
Sorry about the attachements, will post them to the right group next
time.
Thanks for the fast answer
regards
Paul
On Mon, 14 Mar 2005 13:19:23 -0700, "Nico Cizik \(Digital Metaphors\)"
Hi Nico,
Please have a look at the attached images. The main differences are
highlighted in yellow. These are the parts we would like to hide, so
that it looks like the trees in version 7
regards
Paul
…I get further using this information, thank you.
Regards,
Mariella
Dirk,
We have had the same issue with some of our clients in the past. We solved
this problem by having the client give full access to the rbuilder.ini file
only, while still maintaining read-only access on the remainder of t…