rbuser
Comments
-
Thanks very much should do the trick great
regards Ian
-
Never mind, found the difference.
There was a file called rbPrvDlg linked into the project that made the
old version come up. That file is in the project since before 2004.
Forgotten all about it. Probably made a modification … -
Hi Nico
I believe my setting the devicetype = 'Screen' on the
initializeparameters event is causing the second email to fail, because
Initializeparameters runs when you click the email button on print
preview the second … -
Hi Nico
Thank you for your response. I have sent you an email with all the
relevant details and sample code.
I just created a new project with one form that includes a ppReport ,
Button , checkbox and edit box. The … -
Hi Nico,
I have further information regarding this issue. Using the example
we have sent to your support email I have noted that the problem is more
prevalent on Windows 7 than it is on XP. In addition I tried jpg, gif
Hi Nico,
I will email an example I worked on today which demonstrates the
invalid handle issue. As requested I will send it to your support email.
It is a simple application which creates 10 concurrent threads for 200
Hi Nico,
To clarify this is being produced by stress testing with the same
report.The image is coming from a blob field and is the same every time.
In addition this report can be produced hundreds of times before this
Hi Nico,
Just to correct my previous post I should have said we had the same
exception with a slightly different stack trace that ultimately led to
the same error.
Regards
Simon
This is a multi-part message in MIME format.
This is a multi-part message in MIME format.
Thanks Nard,
That works fine, but we had to make some changes to the dpk's that you
may want to be aware of:
The "requires" lines in both DPKs refer to the 1010 versions of the
files rather than the 1412 versions (t…Thanks again, Nico,
Given the information you've provided, I think I'm slowly but surely
figuring out some different ways to approach my template issues.
I will, however, put another vote in for RB allowing '.\ppReport' a…Thanks very much for the response, Nico.
Hi Nico.
I did not not explain properly.
My wish is to add an option which can control wether an object is shown when
printing to he printer.
(A way to hide logos and background images, lines etc. when printing and
p…Hi Nico
That's too much work, I will settle on just a normal action/menuitem
with a shortcut for easy activation. It would have been nice though to
have this setting in popupmenus for all components.
Would you consider th…Hi,
Hyperlink doesn't work even without patch....
Regards
Roman Krupicka
"Roman Krupicka" píše v diskusním príspevku news:50c052bb$1@mail....
Hi,
I applied your patch but after it the Hyperlink doesn'…Hi,
I applied your patch but after it the Hyperlink doesn't work.
1. I put TppLabel on form.
2. I set Caption of TppLabel to for example www.xxx.com, property Hyperlink
has the same value and I see blue underlined text - O…var
FPr: TppPrinter;
FPr := TppPrinter.Create;
FPr.PrinterName := 'MyPrinterName';
FPr.PrinterSetup.DeviceSettings;
// EG 1
// get a list ov valid bins
for i := 0 to FPr.PrinterSetup.BinNames.Co…I am actually wanting to check the printer's duplex capability within
code without the user's input. If the printer being selected in the
print dialog has the ability to duplex, then I am needing the report to
behave in a differen…Hi
Any views on the Multiple Access Violations I am now receiving when
installing RB 14.07 ?
Regards
PLJ
Hi
I uninstalled/re installed everything as per instructions but still no joy.
I uninstalled/re installed my 2012 TeeChart again still no joy.
In the TeeChart folder is a TeeRecompile.exe and when I ran this it
GREAT !
Hi Nick,
It's s been almost a year now, so I wondered if you can tell me more about
the progress /roadmap of QR Code support ?
kind regards,
Dirk Janssens.
Thanks !
Seems adding a group was not the correct solution to my problem, i want to
allow my users to select data order in a report, but of course; groups needs
to change accordingly to that. Is there a way to change field assigned to a
gro…Seems adding a group was not the rigth solution to my needs, but im really
thankfull Nico.
Do you know how to change the field assigned to a group on runtime?
Im trying to allow end user the data order for a report, but t…
Thank you for the answer Nico.
I solved my problem that generated an access violation when I executed
this command not in the initialization/finalization sections:
ppUnRegisterForm(TppCustomCancelDialog);
On 23/11/2012 17:38, Steve Everington wrote:
This is how I do it.....
TnavDisplayFormat = class(TppDisplayFormat)
private
class var
public
// this extension of the RB formatting class over…Hi Nico,
Mea Culpa (My fault). In the end an OnLoad event handler got called
setting the UsePrecisionLines to False. Some left over from previous
testings...
Kind regards,
Jeroen.
Op 28-11-2012 19:08…Hi Nico,
Sorry. The testcase was not correct. Essential seems that the report is
created and saved in an older version of RB. I tested with RB11.08
Steps to reproduce:
[ ] Open in RB14.07 a report created using…