rbuser
Comments
-
Jim Bennett (Digital Metaphors) wrote:
Jim:
How do you do this in the End-User environment? I am using a single
TppReport component to load templates from the database. How/where in
the end-user design environment (… -
Never mind, I was trying to make it more difficult. Didn't relize I could
do a search for blank.
-
Further to this I had viewed the sample demo ReportExplorerWithReadOnly
which shows me how to set an extended ReadOnly field in the database. But I
could't get this demo working with D5 & RB7.02. Seems the demo is for RBv4?
Actually found out - the entries in RB_Join are seperated by commas and
there's no spaces.
ignroe this .. I have written a better explanation in another thread.
Paul Newman
Thanks very much Nard,
I understand now what was ment, and this solved my problem.
Do you perhaps know of any documentation/books that are available on how to
use reportbiulder end-user designer including wrap?
Jaline Richa…I am using a TppVariable to store the value and I am using its OnCalc event
for the calculations. This is however not the core of my problem.
As I have explained the calculations works perfectly. I am trying to get the
total of a fiel…How would an end-user create a summary query? How would and end-user
generate a master-detail relationship to represent the sub-sets that are
required?
Yes, i can. When using a TDBChart, the first drop-down under the Series's
Datasource tab giver the options:
Manual
Random
Function
Single Record
Summary
Dataset
Text File
The TppDPTeeChartControl ha…Hi Jim,
I couldn't install the IBOBJECTS dade but I have managed to hack the RB code
in a couple of places to get this scenario working .... Basicly you guys are
not putting quotes around things unless they have non alphanumermic
Thank Your for Information.
If I've exisitng DataModule with the following setting:
ClientDataSet A Link To ClientDataSet B
Since I've many Calculated Field In it. I f I want to use current
ClientDataSet.
yes it is connected to the network printer
Is your workstation connected to the networkprinter ?
thanks... I did check it has been defined... we need to find a solution and
we have tried everything... is there anything else we can do other then
upgrading??
thanks
thanks... I did check it has been defined... we need to find a solution and
we have tried everything... is there anything else we can do other then
upgrading??
thanks
thanks... I did check it has been defined... we need to find a solution and
we have tried everything... is there anything else we can do other then
upgrading??
thanks
I have seen this when there were no printers defined on a workstation. Make
sure that there is a default printer set up, network or local doesn't
matter.
Regards,
Chuck
we are using RB6.0.3 and we dont want to upgrade right now... can we change
anything to do this?/ it is just happening in one workstation..??? any
ideas.. we have never seen it in other places... any setting?
Jim,
Problem solved by deleting the DbMemo component and adding a new one.
Probably one of those "comsic ray interference" problems .....
Thanks
Paul
In article <3f462d46$1@dm500.>, "Jim Bennett \(Di…Hi Jim,
I can only reproduce this when using a DBMemo.
The underlying field from the datapipeline is a SQLServer field of type
image.
Any way i can send you an example of this ??
regards
Paul
In article <3f438c25$1@dm500.>, "Jim Bennett \(Digital Metaphors\)"
Jim,
I wouldn't mind downloading the latest version and testing it, but I'm
nervous about it. Does that mean I have to uninstall the version I have,
then install the trial version and, after the test, reinstall my full
ver…
Jim,
The solution below is not such a good idea. By changing the source code as
below, whenever you view the previous or next pages in Print Preview, you
end up resetting the engine and start regenerating the report from …Jim,
I think I fixed it by changing the source code in the TppReport.RequestPage
in ppreport.pas. I took the Engine.Reset out of the "if" clause as in the
code below. It looks like the Reset needs to be called before Previewin…Jim,
Here's another clue / observation: If I don't Preview the report first, but
instead just click on the Report Explorer "Print" button, the Print Dialog
comes up and when I hit OK, the report prints perfectly on the printer.…Jim,
I am using D5/RB4.11. I do not have the ability to test with other versions
of Delphi.
To set up the system, I ran your included SQL scripts
(CreateEndUserTables.SQL) to add the necessary End User table support …Jim,
I have written no code which affects the ADOConnection. I am not loading
templates or changing anything with Report.DataPipeline in code.
I can reproduce the problem using the ADO SQL Server end user demo on my
…Hi Jim,
Thanks for answering.
The OpenDataSource properties are true for all the pipelines I have. I have
4 pipelines: one each for Folders, Items, Tables and Fields as in the
standard end-user Report Explorer based …Hi Jim,
Looking into this problem further and debugging the ReportBuilder code I
can't see how yours could work?
In the example program the CreateCustomers first creates a dataview object
lDataView := TdaADOQueryDataV…Hi Jim,
Thanks for the example program, but yep... still get the same problem with
your project.
If I click create dataviews first then launch the designer and try add
another dataview using the wizard then I see every tabl…