rbuser
Comments
-
Günter Kieninger wrote:
VMWare is not a reasonable solution IMHO. It adds cost plus a rather
large amount of overhead. Not to mention that I'd need a whole lot of
separate VMWare virtual systems.
Using a product l… -
In article <43ebf347@dm500.>, James H wrote:
Use VMWare like I do. I have every projekt in on VMWare and one VMWare for
playing around. This will solve your problems.
Gruß aus den Bergen
Günter
-
Nard Moseley (Digital Metaphors) wrote:
Ah, interesting - yes I'm a new customer. Some colleagues I work with
who though have been using RB since v6 (at least), they also saw those
warnings and thought the same thing. Like m… -
Thank you very much. This information has been most valuable and based
on it I do believe we can get v10 to coexist with others and maintain
backwards compatibility.
We actually have a tool developed in house that strips the … -
Nard Moseley (Digital Metaphors) wrote:
Well, that's a start.
Is it possible to have multiple versions of RB for a single version of
Delphi by specifying which IDE packages are "loaded" in the IDE? That
would be ve… -
Note, the following is quoted from the email notification I received:
-
Nard Moseley (Digital Metaphors) wrote:
Hi Nard,
OK, downloaded the RB10 Ent demo, installed it, added the MySQL &
DBISAM DADEs, the same one's from your web site I tried under 7.04, and
it all works fine &… -
In article <43ebf59a$1@dm500.>, Ian Branch wrote:
From the Email
Overview & screenshots:
http://www.digital-metaphors.com/new_features.html… -
In article <43ec9c07@dm500.>, Nico Cizik (Digital Metaphors) wrote:
*They* also support Delphi 5.
Gruß aus den Bergen
Günter
-
Done
-
Ruediger,
Thanks, I know, but I was rather expecting DM to take care of that in their
demos
Ke… -
Hi Ken,
AuthenticationType needs INDY9, in INDY10 the property is named AuthType.
Kind regards,
Ruediger Kabbasch
-
Nico,
D7 and RB Enterprise.
[Error] ppSMTPIndy.pas(63) Undeclared identifier: 'AuthenticationType'
and others.
Ken
-
Hi Nico,
Nico Cizik (Digital Metaphors) ha scritto:
This is something we may look at for a future
I will be very interested in this enhancement, but will be any
subversion available for us after the… -
That would be a dragdrop internal to Reportbuilder. I'm looking to intercept
a drop from an external drag source. So I'm dragging from my own object tree
a dataobject towards the designer. when dropping it on the designer I want
to… -
Thanks for the help so far.
I use the following code
form1.pcnnew :=
ppReport_ppreport_tickets_dot_Matrix.PrinterSetup.Copies;
form1.pcnnew := form1.pcnold + form1.pcnnew;
datamodule7.… -
I tried doing that, but I think I've just been looking at this too
long...going brain dead. Below is the code I'm using.
I have replaced Report.DetailBand.BandsPerRecord := 1 with
Report.DetailBand.BandsPerRecord := nCopy. nCopy b… -
Nico,
Duh, didn't add the plugin to the project! All fine now thanks.
Ken
-
Nico,
Many thanks, that works fine. I'll have to compare it to the one I did at
home.
Ken
-
Nico,
Maybe its the units that are needed to be included. Would you mind sending
me the project?
Ken
-
Nico,
Have you tried this because it doesn't work
Ken
-
Nard,
Thanks, but just doing this:
procedure TMyPreviewPlugin.BeforePreview;
begin
// inherited;
Report.EmailSettings.Enabled:=True;
end;
Still dioesn't show the email button.
Ken
James wrote:
Yes, same here.
Carsten
Copied the myChkBox.dcu and it is all working again. MyChkBoxDesign.dcu
wasn't built by my project so I couldn't copy that one in. Not to worry -
I'm sure it will be fixed in the next maintenance release.
THanks,
…copy the .pas file to the .lib directory, compile, then delete it.
--
Ed Dressel
Team DM
A possible work-around: I had a 9.x on an PC and found the mychkbox.pas.
I copied this file over to my development PC to the RBuilder\bin directory.
I could then compile my application. I haven't tested any reports yet
though.
BTW, This is for Delphi 6, update 2.
I too get this error but my missing file is slightly different:
[Fatal Error] File not found: 'c:\program
files\borland\delphi6\RBuilder\Lib\myChkBox.pas'
Kevin
As a followup I ran through the Repairing a corrupt installation in the
RBUilder help and I am still getting this problem.
you should get a resource name that is duplicated... what resource is it?
--
Ed Dressel
Team DM