rbuser
Comments
-
"Justin Ruby" wrote in message news:4999679d$1@mail....
I have been seeing the same thing but have been unable to reproduce it in a
test case.
Regards, Paul.
-
Nard,
Thanks. Deleting the DCP / BPL defaults worked.
Patrick
-
Nico,
Thanks. I opened the package and changed the requires clause to use adsd2006
... Then compiled. I checked the "Lib" folder and had the expected DCU but
did not have a BPL.
Don't I need the BPL to install into … -
Melkor,
I can confirm that this is the Pragnaan components causing the issues. The
Pragnaan Excel export can be very difficult to tweak to prevent rows from
being lost. And regarding the "some data may have been lost" … -
Ok, it's probably the Pragnaan components then.
Thanks anyway though.
directly
open
the
Grid
--- posted by geoForum on http://delp… -
Sorry I forgot to mention that I always get an error message when I open
the Excel file : File Error - some data may have been lost.
a
--- posted by geoForum on in Report Builder email in Excel problem Comment by rbuser February 2009 -
Thanks Nico that's exactly what was causing the problem
In \Known Packages I found the following 2 entries
$(BDS)\bin\dcltee8120.bpl
C:\...\8.04Source\...\Delphi12\Bin\DclTeePro812.bpl
Deleting the first entry s… -
This is a multi-part message in MIME format.
-
I do not want the button size changed. I want the width of the toolbar
when in design mode larger.
-
I already have one of those setup, I just could not get the toolbar size
larger. When I am in the designer, all the components do not show up
when previewing.
-
Nico,
Great. Thanks for the clarification.
--
---------------------------------------
Terry Swiers
Millennium Software, Inc.
http://www.100… -
d'oh! ... now this is making a lot more sense ... thanks.
We have an application form that lists all the templates from the database
(rb* files) and from the file system (*.rtm files). When the user selects a
template, we dis… -
Nard,
Thanks. Your usage assumptions are correct ... insofar as there are two
types of users ... 1) those who design the reports, and 2) those who need to
preview and print the reports.
With that said, the #2 users… -
Nico,
I am using the QueryDesignerInCode example to experiment with displaying the
QD in code. The following procedure is in that example:
procedure TForm1.FormCreate(Sender: TObject);
begin
FSession :=… -
Nico,
Thanks. I'll explore both options. The short term solution may be to
expose the QueryDesigner until we think through and develop the Wizard
approach. With that in mind, how do I hide QD tabs that I don't want the
Nico,
Thanks. The ppReport.ShowAutoSearchDialog property is set to FALSE. We use
the following event handler when the Print button is clicked ...
procedure TfrmRulesAndView.btnPrintClick(Sender: TObject);
begin
> Hi Alan,
Hi,
My property settings are as follows in the Object Inspector:
PreviewFormSettings:
WindowState - wsMaximized
ZoomPercentage - 100
ZoomSettings - zsWholePage
I can now …Nico Cizik (Digital Metaphors) wrote:
Nico,
Thanks for the quick response. In view of your response I investigated
further and found the cause to be in a piece of our code that is not
compatible with RB10.
Hi Nico,
Got it working fine, thanks
Regards,
Pat
Nard,
Once again, thanks for your help. We are juggling Delphi, DevEx and RB all
at the same time and trying to meet a deliverable date (what's new, right?).
I think I found my answer. In the ppReportAutoSearchDialogClo…Nard,
Sorry ... and thanks. We expose the ReportExplorer in the application, but
the homegrown Viewer form gives our users the flexibility to see reports
that are stored in the database (report explorer) as well as templates …Nico,
I have installed a 30-day demo copy of CodeGear RAD Studio 2009 on my
desktop PC. I have also uninstalled ReportBuilder for Delphi 2007. I
downloaded ReportBuilder Enterprise for Delphi 2009 and installed it on my
Nico,
I have followed in the rbWiki document and completely un-installed
ReportBuilder from both my desktop and my laptop.
I then reinstalled on both PCs. The desktop is still getting the 'List
index out of bounds'…Nico,
On the laptop (Vista Home Premium) here is what happens.
1. Start Delphi, QuickTestSpinProj opens automatically as last project
open.
2. Run the application and will get the "Project QuickTestSpinProj.e…Nico,
I have bad news and good news.
First the bad news. I downloaded your QuickTestSpin project and unzipped
and tried to compile and run the project but I still get the "List index out
of bounds(39)", except that…Nico,
I will download your project and try it tonight. I am looking at using
ReportBuilder in an application that I have built at home. I may download
the trial here at work and try it to see what happens. I an running Delphi…Nico,
I will download your project and try it tonight. I am looking at using
ReportBuilder in an application that I have built at home. I may download
the trial here at work and try it to see what happens. I an running Delp…Nico,
I recreated the project for "Creating a Report Via the Report Wizard" in the
folder that was created from the install. I removed the unit created by
Delphi from the project and then added the unit in the folder. TheNico,
So far I have gone through the 'A Quick Test Spin' and the 'Creating a
Report Via the Report Wizard' tutorial. It is happening on both of those.
I will try one of the finished tutorials and see what happens.
<…I have 11.02.
I'll upgrade as soon as possible and try.
thanks.