rbuser
Comments
-
Hi F?lix,
1. Why don't you use the debugger?
Does the error occur while your application is loading?
Use try..except.
Use another Win98 station or delete 'RBuilder.ini'.
2. If you can't produce a small recr… -
"Chris Ueberall [TeamDM]" escribi? en el mensaje
-
Hi F?lix,
1. the size of an application doesn't matter. When does the error occur? Post the exact error message and try to debug your application to find the problematic code.
2. has been answered several times with no reaction… -
thks . i manage to load the outline in the previewer , and i create a
TppPage to indicate the pages. but i got a slight problem,
i cannt see the page number when i first load the form with customised
ppViewer ... i see the page only i… -
Do u mean that i have to modified the class on ppViewr class by adding in
the ppOutline object in that class ?
-
"Daniel Szasz" wrote in message
-
Thanks for pointing us in the right direction
Cheers
James Flannery
-
We have this working perfectly now.
-
Jim
I've now reverse engineered the SQL Server collation rules and got a compare
function.
ppDB.pas
In CompareLinkedData I detect GUIDs by testing the string content of
lDetailFieldValue and call my compare… -
The problem is we can patch ppDB.pas (which I'm doing now) but then the
knock on is we'll have to maintain our own design time packages etc too so
that the RBDesigner correctly reflects the mod.
It's not nice when SQL Serv… -
Are you saying then that between RB 5.56 and RB7 there's been no attempt to
fix this so instead force users to hack the source. This when MS promote
the use of GUIDs for linking more and more. Nice.
Richard
Sorry Guys, another addition/change - it DOES work with the access data set.
SO it seems like the problem occurs on the SQLServer Platform.
Cheers,
James Flannery
Addition:
I should have said, the child dataset is ordered on the linking field and
the selection is all records from the master and only those in the child
that match. Also, I have just converted the tables to acces…I used this property (Report.NoDataBehaviors:= [bvPageBlank, bvShowDialog]),
but
not showed the message... What?s wrong???
Ahhh... I have made my own, which allows for a lot more customization. Some
things that I implemented:
1) Context brings up the list of reports that are availed to the user.
2) Most users never-ever want to customize a report, s…In article <3d9a61b0$1@dm500.>, "Ed Dressel - Team DM" says...
Sorry, my mistake. TppReportExplorer
--
Jim Poe
Fulcrum InteTech, Inc.
> Anyone have any ideas how to do that without modifying the
Jim:
I searched the source and could not find any reference to "TppReportDialog"
(or for "ReportDialog", for that matter). What exactly were you looking at?Thank you, Jim, exactly what I needed!
Victor.
Jim:
Thanks, but no, I'm not trying to translate RB, I'm just exploring
Delphi ITE to translate standard dialogs messages and button captions
from Delphi itself (we use English Delphi 6 but our native language is
Spa…>What version of RB are you using?
RB 7 Enterprise
No
I have tried this:
==============================
If I set SavePrinterSetup=FALSE all run ok.
==============================
If I pri…I tested first method and it had exact same effect as my first try.
I did like this example, but I have another problem now: the report list all
records from subreport's Pipeline. The subreport ignores the key from main
report. Infinite pages with a last record from main report is showing.
How can I d…Ok, thanks
Fr?d?ric
"Fr?d?ric SCHENCKEL" a ?crit dans le message de
> Have someone experience about using a TppReport component in a thread ?
Version 7 was made threadsafe. V6 has issues.
Ed Dressel
Team DM
I figured it out.
Here is how to do it:
procedure TCustomGridToReport.PrintDialogClose(Sender: TObject);
var
iBand, iObj: Integer;
lComponent: TppCustomText;
begin
if (TppCustomReport(Sender).Prin…> I'm just curious, most reporting programs I have used generate the report
to
You can cache them (Cache = True).
Ed Dressel
Team DM
Hi,
The problem with that is that a user can't add these calculated fields. I
can add them to the table for them, but then what if the user wants the to
count
the number that are xyz, etc. I had hoped that I was just miss…Joseph:
You might try a different approach: add 2 calculated fields, 'IsBoy',
'IsGirl' that are 0/1 for F/T. Then put the fields in your detail band but
set their visiblity to false. Then put a calculated summary in the footerEd Dressel - Team DM wrote:
Ed... thanks for the pointers. I neglected to mention that the report in
question was loaded from a template. Oddly enough, the report worked fine in
its small development application, but fai…> In the development program, the report detail event fires, then the
Where does the event show in the interface? If it is not before the private,
ie
TForm1 = class(TForm)
//event should be here
privat…