rbuser
Comments
-
Jim,
It seems that you do every possible effort to not reproduce the situation I
have described .
In your project you took the _first_, not the _last_ master record (I mean
the primary index order). Secondly, I have _physic… -
Jim,
The same bad behaviour I observed with Paradox tables, not only DBISAM
tables.
The important thing here is that additionaly the bad behaviour can be
observed only when there is _one_ detail record for the last master r… -
Jim,
In fact I don't care about how RangeBegin and RangeEnd work in the moment. I
have a different problem.
I downloaded 6.01 and I have exactly the same behaviour.
Once again: I have a report with two SQL Queries linked fo… -
Jim,
I had other settings:
RangeBegin = rbLastRecord
RangeEnd = reLastRecord
RangeEndCount = 0
Now, when I changed it to yours, the detail record of the last master record
can be seen even in my 6.00 v… -
I'm using 6.00 with Delphi 4. When I put DataPipe.RangeBegin = rbLastRecord
in my program
I got an empty preview page... Neither master record nor detail record
information was displayed...
When I returned to default value of Dat… -
Thanks Ed. I will give it a try.
Kevin
-
> 2. Create a new master report. At runtime, attach the individual (10)
am
I do this all the time. Makes life easier. And it is not hard to try. Here
is the code for doing it (rewrite it to fit your own app).
>I am using RBpro 4.22 with Delphi 4.
Ouch.
Difficult to tell :-)
Is the AV in a RB unit
I have a large number of reports, some of them fairly compldex, and haven't
had anything "break" when …I changed it to a CLOB field ( large character field ) and then I had to set
the BlobType property in the clientdataset to ftMemo and it is now saving as
ASCII. Looks very much like a dfm filein Change DatabaseName in existing report. Comment by rbuser August 2001
I save all of my reports as ASCII. There is a small hit for that in size,
but I like the ability to pull it up in a ASCII viewer and read it...
CLOB/BLOB--I don't use Oracle (I currently use IB and Paradox), so I will
leave that up to…Hi Ed,
Thanks. Should I be saving this in a CLOB field? Are the delimiters all
CR/LF/TAB characters?
--
Jim Poe (jpoe@fulcrumit.com)
You can automate the process by not doing the editing at all: Load it into a
TStringList and change the relavent line.
HTH,
Ed Dressel
Team DM
Put ppJPEG in your uses clause.
Ed Dressel
I was hoping for the automatic way instead of setting it manually
I guess I will have to create another field to i…Albert,
MyPreviewCreate should be method declaration in the TForm descendant that
holds the RB components, ie.
procedure TMyMainForm.MyPreviewCreate(Sender: TObject);
--
elektronik-labor Carls GmbH &a…If I just assign
myReport.OnPreviewFormCreate := MyPreviewCreate;
and the define
Procedure MyPreviewCreate;
Begin
....
end;
then I get an error "incompatible types: pointer to method and regular
Thanky you, the standard preview works fine with the changes in the two
events.
I have hundreds of reports to change. Wouldn't it be possible to override
the Previewcreate and Previewclose events of the report just after loaddin…Right click over the SQL.
You may want to ask question like this in the DADE newsgroup.
Ed Dressel
Team DM
Works great, Jim. Thanks.
Natalie
Hi Jim,
Thanks for the response. Please see below.
starting
Exactly.
on
to
I tried this, and put the following code in my OnCalc event:
if FbFirstGroup then
Value := rdcalNe…It does not advance to order for the archive, therefore necessary that after
to visualize the page, same either the printed without that either remade,
and that also it does not have access the database. An example is the
ReportPrinte…> I cannot use CachePages because I am using DrillDownComponent.
Print the report to an archive format and view it that way.
HTH,
Ed Dressel
Team DM
I do not want that the ReportBuilder has cache of the data, I only want
that after visualizing when ordering to print it does not remake the report.
My problem is the delay in the hour to print a page.
I cannot use CachePages because I am using DrillDownComponent.
Do you know some other way?
I think TppReport.CachePages should work. Haven't tested it.
Also, you could print to an archive format, and view the arcive. That way
you could save the report for future purposes.
HTH,
Ed Dressel
Jim,
Thanks, that is great support.
--
Jim Poe (jpoe@fulcrumit.com)
Jim,
Thanks, I found the problem on a thread in the ...end-user forum. The
daLinkDataViewDlg display is corrupted when using Large Fonts and I can't
get access to the radiobuttons. This is a show-stopper for us. Can you or
Hi Ed,
Further debugging shows that the 4th level detail is causing the problem.
I have Master -> Detail1 -> Detail2 -> Detail3-> Detail4
-> Detail1a
Detail1 and Detail1a are…There is a reports NoDataBehavior. You may want to check that.
Ed Dressel