rbuser
Comments
-
Okay. The problem is fixed. Apparently, this is not a bug and is really part
of a design. I just want to ask, Why? I might be afraid that if I make this
change, a more serious problem will occur.
-
But this is not really the issue here. I've tried what you are claiming
here. I have 2 tables and I assign 1 join entry in the join table:
table A
table B
(table A is master to tablein Bug in Data Designer DADE Comment by rbuser October 2002
-
AutoJoin prooperty is set to True.
From how I see it, it's not a desirable reaction from it. It actually show
inconsistency. Let's look at it in a different scenario:
you are designing 2 dataview, A is a join table and B is from a sin… -
i thinking of having report kind of 1 main report and 3 subreports
(section) . main report having data from the text file/database (without
going throught pipeline), while the 3 subreport is taking data from
database(having 3 pipelin… -
i mean how the report being generated without datapipeline ? is the
JITpipeline not consider as datapipeline ? and i have see the demos in the
No Databased Reports , there are no example on using the property
Report.PageLimit or by ca… -
Chris,
Guess I need to clarify. What I'm wondering is if there is some way to
control the save to file process so that the file is a proprietary format.
There is an event to get control over the entire save process
(OnCust… -
Hi Jim,
use a database that supports encryption.
--
regards,
Chris Ueberall;
-
Thanks Jim that fixes that demo.
On a related note the end user demo 1. Report Explorer (standard
explorer form) minimizes to the task bar but has two task bar icons
(an extra one for the main form that is hidden).
Ho… -
Sorry, I forgot to specify RB7Ent D6
Thanks,
-
Hi Ben,
it doesn't matter in which unit (including the project unit *.dpr) you bind a resource. The resource will always be linked into the application, a resource doesn't have a unit reference elsewhere.
regards,
Chris Ue… -
"Chris Ueberall [TeamDM]" wrote in message
-
Hi Ben,
these are the string resources needed to display the translated printer setup properties (function LoadStr) in demo 121.
regards,
Chris Ueberall;
--
regards,
Chris Ueberall;The problem with the duplicate resource error message was caused by the fact
that
the application also uses the PageSetup example from ReportBuilder.
By removing the line bellow from the PageSetup.pas, the error disapeared
Hi Nigel Huband,
set 'TppReport.AllowPrintToFile' to true. When working with templates you have to set the property after loading.
HTH,
Chris Ueberall;
Thanks Chris
Shahine
Hi Shahine,
add 'ppRptExpCommon' to the uses clause.
HTH,
Chris Ueberall;
--
regards,
Chris Ueberall;
Jim
Thanks. I have did it. What I have done is create another Report Explorer
form as you advice but created a new event, eg, onBeforeOpenItem
(intercepted the openitem procedure) and left our application staff do the
logic…Jim
I downloaded the example but it creates another explorer form and I'm
already controlling what each user could do (eg passwords, show only the
user's reports, etc).
What I need to do is only show the preview tab i…What?s going wrong? I use RB connecting to mySql via ODBC without problems.
- Connecting a TDatabase succeeds?
- Connecting a TQuery succeeds?
I?ve had a bit problems that the server shut down my connection to the
myS…Thanks Jim,
I had seen that but I am unclear how to deal with loading/saving the
dtm when you use the report explorer. I think I not have been clear
(or I am missing the obvious).
I am not trying to load anything or …That's perfect!
Thanks Jim.
Gary
Jm,
In the dataset there are about 30.000 records (the master), in the detail
there is only 1 reord.
Probabbly when I post this message i was not wake up enough.
The solution is simple: as the reports works only for one com…Hi Philippe,
create a RAP pass-through function and do the job in Delphi.
To provide fixed informations you can use a JIT pipeline too.
HTH,
Chris Ueberall;
I'm testing the value of TReport.CurrentColumn and Detail.Count in the
OnPrint event of compnents(Memo, Label, Barcode, Variable).
It worked up to RB 6.03, it was 1 based, now I had to change the test to 0
based.
I did also a tes…JIm,
I looked a bit more carefully and in the saved template the double is
being saved - although the value property is the string date.
I got a little lost in following the loading procedure but I think the
numericva…OK. Thanks for the quick response.
Cheers,
Thanks Jim.
Would this enhancement be in a point release for rb7? Could you
estimate when it might be available (1 month, 3 months etc.)? I have
to decide if I can wait for it in the product. If I need it earlier
could y…Thanks. The HidePrintButtonPlugIn works a treat. The HideSave just blows
up - cannot see ToolBarManager as a property of TppDesignerWindow. Remember
I am using RB6. Is that the problem?
Jonathan Hyams
ok.. thanks..
but...
it's appears error....
i thinks thats the problem is to saving GIF in blob file to be loaded
correctly to TGifImage component....
How is correct form...
To saving…Hi Ricardo,
there is nothing special with storing/restoring GIFs in BLOBs, use 'TBlobStream' or any descendant.
---------------------------------------------------------------------
Article: ReportBuilder Image Suppo…