rbuser
Comments
-
Mark,
I often saw this behaviour the last months. Until now I thought that there
might be a delay in opening the files from our NOVELL server! It really
happens only when starting a build, compiling always works fine. Comp… -
Mark,
Apologies about the name change... my spell checker was
over active.
Jon
>
--
Jon Lloyd Duerdoth
Welsh Dragon Computing
in RLINK32 Error opening file *.DFM Comment by rbuser September 2001 -
Mark,
That's interesting.... I've had that happen too but didn't
correlate it with RBuilder. I just assumed that it was
some random act of the computer genie
Now that I think about it, it might have happened immed… -
-
That is a Delphi file and has been renamed for Delphi 6. I hope you have
the source code for your 3rd party component. The new name of the unit, I
believe is designintf.dcu.
-
Thanks,
I'd be grateful if you would
Roj
-
On Mon, 10 Sep 2001 11:07:09 -0500, "Jim Bennett \(Digital
-
I have this same problem. I have been a registered user since RB3x. I have
had to request the link for each update since. I have asked to be added to
the email list, but that hasn't happened. I love the product and the
support. Just t… -
Thankyou !
Checking for EOF in the bookmark events should solve the problem.
Cheers
Henrik
-
We are dealing with reports where record count is unknown, or at least time
consuming to determine. So we have implemented DoGetEOF and all the other
events.
Is that road not supported anymore ?
thanks for your timeThis is an ADO problem with Delphi 6. There is a bug in the exception
handling routine that will cause this. Try opening the project, then set
the TADOConnection's connected property to false. Save your project. Then
it should ope…Solved it myself!
Had to do this:
"unit ppChDPEdDlg;
interface
{$Include ppIfDef.pas}
uses
Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
StdCtrls, ComCt…RB + Extradev to convert to PDF, then Indy to send it by e-mail
You can use zlib to compress it if you need.
---
Serge Chelli
www.aceinformatique.com
"Bill Brittain" a ?crit dans le message
Bill,
I don't know if this helps - it's the way we do it:
In the Quotations file we store analysis data etc.
We use an algorithm based on some of this data to calculate a folder
name.
We use an algorithm based ot…Another difference with the demo project is that when one report is
generating (ppViewer.Busy), and a user tries to open a new report (in
the Grid's OnDoubleClick event) the method is exited. This really isn't
a problem for the demo …There is nothing else done after this code....For example, I created a
new toolbar button to cancel the current report, with the following
code:
ppViewer1.Cancel;
ppViewer1.Report := nil;
If Assigned(curren…Hi Jim,
The application does not use a data dictionary. Also upon testing on several
more machines we get the same problem. It will only work on the development
PC. We are using Advantage local server and have no problems access…Thanks a lot!
Hello,
open 'rbIBE55.dpk' in the source directory of RBuilder,
compile it, and move 'rbIBE55.bpl' from your output directory
to 'C:\Winnt\System32'.
Klaus
Sorry Chris it works fine in design-time with labels but it doesn't work in
run-time with neither labels nor variables. I used a memo component
instead.
Thanks.
Lila.
Thanks a lot Chris for your help. It works just fine.
Hi Lila,
place the component on a TppRegion.
regards,
Chris Ueberall;
Lila Demil schrieb in im Newsbeitrag:
8EAE82296ACCD311A039005004E0CAC004D4A4@DMSERVER...
But I already had this problem with Delphi 5....
So I think this is a global problem.
"Ed Dressel (Team DM)" a ?crit dans le
Herbert:
There is an interesting post in
borland.public.delphi.objectpascal
titled
Borland has modified the form inheritance mechanism in Delphi 6.
You may want to take a look at…i have tried with HP 4000 Psotscript and with Deskjet 990.
corrupt:
i have deinstalled the bpls from Delphi5 Packages, then deinstalled from
windows-Software, then deleted all the items in the path.
Then i reinstalled…Hi Jim,
I solved that problem a bit before you posted your solution. However,
slightly different. Your solution does not work as the datapipeline does not
contain any meaningful data during the "BeforePrint" event (trying to
Ok, Thanks for your help
I follow this tip and now It works
"Ed Dressel (Team DM)" a écrit :
In the tech tips newsgrou, there is an artical about cleaning up bad
installations.
Ed Dressel
Thanks Jim
I'll tackle this.
Rob.
I also use TExtradevices and have had no problem with recompiling the code.
It sounds like that you may have either 2 versions of the TExtraDev code or
compiled resources, or your environment is not correctly pointing to the
source di…