rbuser
Comments
-
> how can I activate the hints for the speedbuttons in
You'll need to create a custom print preview form (see the tutorials in the
Developer's Guide) and turn on the hints in your version.
Robert Leahey
Thoug… -
I've put blocks around the OnGetFieldValue event handler like this so that
it doesn't do anything while I'm reloading the tList. I've even tried
unasigning the event handlers. I've got three JITpipelines and the biggest
problem is w… -
Try something like this:
TmyForm = class(TForm)
...
procedure ppReport1BeforePrint(Sender: TObject);
function ppJITPipeline1GetFieldValue(aFieldName: String): Variant;
private
FCancelling: Bool… -
My problem is that I do not know where event I make to fill the parameter of
the Query of the Subreport.
Ex.
Report Master
Query : select * from Credores
Code Name
--------------------------
Thanks Jim. I should have thought of the printer driver as the culprit.
I uninstalled/reinstalled the problem printer. (Same drivers as before.
Somehow they got changed?!) Check boxes now print as expected.
--
Mitc…I'm still getting access violations here...I've updated the code to call
ppViewer1.Cancel, too:
ppViewer1.Cancel;
currentReport.ppReport1.Cancel;
FreeAndNil(currentReport);
Any…Okay, no rush. Thanks for saving me the time of downloading it and trying it
myself. 5.56 still works fine for me with D5.
On Thu, 6 Sep 2001 16:29:40 -0500 , "Andrew Love"
Why do they need to shift, if their is no stretching?
Andrew
Hi,
try something like:
For the report use a query which sorts on your posting date.
Create a TList (MeanList) with the report.
Define a TObject (Timepart) which contains two doubles.
Use a ppVariable to show the…Jim:
I dont know what the problem is - it may be a logic board problem on the
printer itself. We will play with it and solve the problem. Version 6.01
really rocks.
Neil Huhta
Jim:
We need to maintain precise control over what is printed where on the
form. Does this solution require adherance to the 1/6 inch incremental rule
???
If so, I'd have to redesign our whole business and tha…No. The pagesize is different in the template reports. We added a 2 inch
buffer to allow for margin settings in the pagesize. Previously the pagesize
may have had alot larger buffer.
Neil Huhta
Hi Jim,
Apparently, there's something wrong with the TeeChart that we purchased. The
Tee5New project won't even compile. TeeChart support is trying to help us
out.
Natalie
Hi Jim,
Thanks for your continued help. I am going to try to create a small project
that demonstrates the problem. As a side note, I just got an email from
TeeChart support stating that they thought DM was not going to supportHi Jim,
It's been several days, but I was out of the office. I have tried getting
help from TeeChart on this issue and still no progress. I am still not
certain if it is a TeeChart issue or ReportBuilder issue. I have reinstalle…Hi Jim,
Okay; I'm clear on that process with the readme file now. My original
problem was that I am trying to upgrade a D5/Tee Chart 4/RB 5.56 report to
D6/Tee Chart 5.02/RB 6.02. When I try to compile the project I am getting a…Hi Jim,
Are you saying that this is the reason why I can't compile the packages? Or
is this just related to not getting the packages to stay loaded? Is it
normal that there are no components listed in the dclRBC66.bpl package? I…Hmm...working now. Clearly Newbie teething troubles :-)
Mark,
as
you may be right if you are only looking at the result. I really don't know
anything about the difference between building and compiling (i.e. when
doing a build there is no need to compare any compiled DCU's…"Robbi" wrote in message
I have to correct my description:
If I delete all compiled *.dcu files, then compile my project I also get the
RLINK error!! It seems to be not a build problem.
Robbi
I just have a Report component on the main form that I use
to initialize the printer driver. It's not used for anything else.
Jon
I'm D5 (with updates) and RB 6.02
Hi Jim,
I'm using D5EE and Code Rush and RB 5.56!
So we have some different installations:
Robbi: D 5 CR RB 5.56
Mark: D 6? - RB 6.0x
Jon: D ? - RB ?
Jim: …I don't have Coderush installed and get the problem...
Only on the main opening form (auto-created) so far.
Jon
Again,
I'm using D5EE and RB 5.56 Enterprise.
Like I told earlier, this error happens with every build but always shows
different modules that can't be built.
My current project is a relative complex one, I will try t…I submitted a bug report on this based upon others seeing the same type of
error reported by others. I have been using Delphi since V1 and have never
seen this error until my recent use of RB V6. In small test applications I
do not …Roger,
I'm doing it the way you described but I also have this link error when
building a project.
Because of performance problems with reports on TDatamodules years ago (RB,
do they still exist?) I always use an in…Mark
I've experienced this under various versions of RB
I've just got into the habit of never putting any RB components on the main
form!
In fact I never put any RB components on a form which is in the autocreate
list.
…