rbuser
Comments
-
Jim Bennett (Digital Metaphors) wrote:
Thanks for the suggestion, Jim. I tried a similar approach - I retrieved
the FolderID from the Data property of the currently selected node in
the folder tree, however your solution is a … -
Chris Ueberall [TeamDM] wrote:
Would the report list automatically update as a result of appending a
record?
-
Ed Vander Hoek wrote:
Ok, I may have found the problem. FRecycleBinNode was pointing to an
invalid node.
This was caused by changing the parent of the form in the
TppReportExplorer's OnCreate event. This apparently … -
Jim Bennett (Digital Metaphors) wrote:
I haven't tried this. I can tell you that the AV error occurs in the
ComCtrls.pas file, line 6205 (Delphi 5, Update Pack 1):
procedure TTreeNode.SetImageIndex(Value: TImageIndex);
… -
Jim Bennett (Digital Metaphors) wrote:
This almost works. Unfortunately after doing the refresh a different
folder is displayed. For example, if I select the "Invoicing" folder,
preview a report, select the "Accounts" folder, … -
Hi Ed,
I would simply append a record in the item dataset.
HTH,
Chris Ueberall;
-
Ed Vander Hoek wrote:
Ok, I've managed to retrieve the FolderID by directly accessing the tree
view. This approach is a bit ugly, but it works. Is there a better way
of doing this?
Also, I need to programmatically a… -
my goal is always the same. I want to use ReportExplorer but modify the
value for criteria.
Actually, I don't use it and I code:
procedure TDataModuleBase.ImprimeHistoPiece(Value: string);
var
liIndex: Integer;
… -
I forget to say that it only happens in Report Builder 7.0. In 6.03 works
OK.
Regards,
Jose Maria Sanmartin
"Jose Maria Sanmartin" escribi? en el mensaje
-
I put this code :
procedure TdmManager.ReportTemplateLoadStartEvent(Sender: TObject; S: TStream);
var sBlob: String;
MS: TMemoryStream;
begin
sBlob:= tblItem.FetchBlobString('rb_item', 'template', 'Where Ite… -
I have been trying to make it work , but I still can't do it, do you have the
code, a demo or something or where can find it.
Thanks
Gustavo Lennin
-
a) use a 'TppDataDictionary'
or b) create the fields for the dataset at designtime
or c) create the fields for the pipeline at designtime
i have tried , this , already but... i have a problem ,
if TABLE is in DATA DES… -
Hi Marco,
a) use a 'TppDataDictionary'
or b) create the fields for the dataset at designtime
or c) create the fields for the pipeline at designtime
HTH,
Chris Ueberall;
-
> TppDBPipeline(ppDesigner1.Report.DataPipeline).Fields[aIndex].Free;
hmmm ,
May you create in the next RB update , .ENABLED or .VISIBLE property ?
TppDBPipeline(ppDesigner1.Report.DataPipeline).Fields[a… -
> Note : the table in NOT in DATA page , but , it is in
P.S. :
myppDBPipeline.Fields[x].enabled := False
or
myppDBPipeline.Fields[x].Visible := False
is NOT available.
-
tnx.
-
Hi Jim
Thanks for the quick response.Sorry about the mix up with email I sent and
the post to the group. After reading your reply I contacted our client and
asked if they could change the default printer to another and update th… -
Yes, if i dont have the cusstome report explorer - it works fine, but when i
include the custom report explorer - it throws me out.
I need the custom report explorer tho if it is possible.. any ideas?
thanks a lot..
-
Thanks Jim,
I have used the merge menu for additional main menu items and it works very
well however is there a way to merge menu items with the popup menu,
Otherwise I'll have to modify the source as you suggest. As I am expect… -
Thanks Jim,
I'll try these things. I'll have to create these and get them to the
customers since I can't duplicate it on my system. Their native access
times are 2-4 seconds. I am really puzzled why running a standard report<… -
Thanks Chris,
I'm using both ALS and ADS in different sites. I have 6.2 but I need to
open a beta with it since some of the locates and sql syntax is more rigid.
I'll be upgrading the sites to 6.2 in January.
The slo… -
Hi Brian,
I'm pretty sure that's not a Reportbuilder issue.
First I recommend Advantage 6.2. Are you using ADS or ALS?
The strange thing is the fast opening of your predefined datamodules.
Since when do your users recognize… -
Hi Mark,
----------------------------------------------
Article: Can ReportBuilder output reports in
HTMl, XLS, RTF, PDF etc.
----------------------------------------------
There are three ReportBuil… -
I'm running IBO 4.2 I. Your version of IBO 4.2 Ha is no longer available and
is superceded by my version. IBO had to make module and class changes
because D7 hijacked the ibo prefix. This is why the current version of
rbIBO76 does not… -
Jim,
This merry-go-round must end. The current release of IB is 4.2 i (there are
sub-releases, but I am using 4.2 i). I'm using D6. When I try to compile
rbIBO76.dpk, I get compiler errors from daIBO:
Line 71: Method … -
Jim,
Perhaps RB is not using the current version of IBObjects? For example, daIBO
(from your eval. version) has a uses IBDataset. The current module name is
IBODataset. I made the change in daIBO.
But, then I get the … -
I'm sorry, Jim, but I'm going to need better instructions than that. When I
try to compile and install the rblIBO76.dpk, I get an error regarding
daIBO.dcu not found. So I deleted that item and added it back to resolve the
Where's Wal… -
Jim,
Have you had a chance to work with the project and db that I sent?
-
ppType has been added to produce a clean build. BTW, this is why developers
do not like to "upgrade" to new versions -- over 20 modules has to be
modified for RB7 to work.
MORE IMPORTANTLY:
A DataDictionary generate still p… -
The RB7 demo version has created a snarl. TppViewer(Viewer).ZoomSetting :=
zs100Percent; produces an Undeclared identifier error on build. ppViewR is
declared.
DataDictionary generate still produces the errors for Int64 and DATE…