rbuser
Comments
-
Nico
Thanks, I had the Transparency property set to True.
John
-
Nico Cizik (Digital Metaphors) wrote:
Can you give me an example of what units to use? So if i put 100 or
something it will always start 100 units down? and if there is something
already at that point it will add a new page?<… -
Thanks for the response. I will try that out. That should work just fine.
Thanks again.
Dean
--- posted by geoForum on http://delphi.newswhat.co… -
Thanks that appears to be working good.
Regards,
Brenton McSweyn
PrinterSetup
--- posted by geoForum on http://delphi.newswhat.com… -
-
you can set the ShiftRelative property of the ones that need to shift. You
may need to put them in a region.
HTH
Edward Dressel
-
Please see my answers inline.
-
Sorry, here are the details:
Delphi 7 on Windows XP SP2 , RB PRO 10.06
I am not using the webtier. We have built a custom ISAPI reporting
solution.We also use Pragnaan components to convert a Report stream to PDF
and then… -
Well, I guess I have to retract the All is Well. Sigh. I've discovered that
if I try to email a report with Outlook 2007 loaded, Outlook closes without
emailing. But if I start with Outlook not open, it works just fine. I don't
kno… -
I'm using BDS 2006 with RB 10.06 on Windows XP. I am using the built-in
email feature of RB, and the built-in PDF writing as well, and I was very
impressed with how well they worked with so little effort on my part! I must
be using… -
Oh, I understand perfectly Nico and I apologise if what I said was
taken as a negative response directed at Digital Metaphors, none was
meant. I'm sure we all have issues where our software works perfectly
on 99% of installs but ther… -
Ah, someone else with the same problem
I got this error back in June (see thread "How do you manually install
help (RB10.06/D2007 Update 1)??", 7-8th June) but never managed to get
the help installed.
Worked on one ma… -
> Are you using 64bit windows or 32bit ?
I am using Windows vista Business 32 Bit (version 6.0 build 6000)
Best Regards,
Chee Yang Chau
-
Hi Chee Yang,
Are you using 64bit windows or 32bit ?
Regards
Gregory Sebastian
-
Nico Cizik (Digital Metaphors) wrote:
I am trying the 10.06 professional trial version download today. I run
the RBHelpInstaller from cmd prompt running in administrator mode on
windows vista business.
However, I ma… -
Hi Nico,
First I tried uninstalling RBuilder and reinstalling again. I keep getting
this error at both un-install and reinstalling : "Microsoft .NET
FrameworkSDK not found". I got this message also the very first time I
insta… -
I was just about to post this problem too, guess you beat me to it.
I could not install the RBHelp (RBInstallHelper.exe ) to integrate with
Delphi Help either. My conditions :
- RBuilder V10.06 Professional Trial
- … -
Hi Nico,
Thanks, sorry my terminology was a bit wrong. Yes I am referring to the
QueryDataView objects. My question then is how do I access TDataView. Is
this a property of TppReport. It is not clear to me how to access th… -
Hi Nico,
I'm still a little confused. From what I can tell from the documentation,
the ppReport.DataPipeline refers to the main report assigned data module. I
need to find the fields contained in any chosen data module - the… -
Hi There,
This question below might have been missed. Is it possible to obtain all
the defined fields in a dataview?
Thanks
Alex
-
Hi and thanks Nico thats worked a treat,
I also need to grab all the defined fields in the dataview. Are you able to
point me in the right direction. I presume we would be working with
DataView in this case.
Thank… -
Hi Again. Not having a lot of success with this. I can get this casting to
compile, and it appears to work when tracing, but the report does not
follow. ie It always stays with the Design time setting
TPPGroup(Rep.Head… -
Giday Nico. Yes that is correct.
My line of code won't compile with message "Left side can not be assigned
to"
Even if I cast it, as below it still fails.
I am truly surprised !
TPPGroup(Rep.Groups[0… -
Hi Nard,
This situation has been happening for some time. I've only been able to trap
'where' the freeze occurs after implmenenting Eureka into the application.
The users are running on Windows XP workstations in a … -
Hi Nard,
Unfortuantly their doesn't seem to be specific steps to reproduce. It
happens on occassions, but I can't create something that will cause it to
crash every time.
I haven't had it happen in Delphi desi… -
Hi,
Thanks you for help. I'v alredy resolve problem. May be I have been write
not clear enough. So I would like to explain some more details.
I was need to stamp many pages that after user as template - to fill.
So I haven't need… -
Im using RB 10.06 Ent. with Delphi7.
The new minimal example has been recreated. Im loading the data from a
xml file to clientdataset and after a double click in DBPipeline i try
compile, and the error is generated.
-
Marion wrote:
Hi,
we do it like this:
1) Define a global variable (e.g. IsFirstRec: Bool)
2) Set IsFirstRec := True in event ReportOnStartPage
3) Set IsFirstRec := False in event DetailAfterPrin… -
Hi Niko,
Probably available in later versions.
Not available in ver 6.02 used for Delphi 5, either in documentation, or
in .hlp and in the units.
Best regards,
Vasan.
--- poste… -
Hi Edward,
Thanks. Now it works.
The code is now very simple....
ppReport1.DeviceType := 'PDFfile';
ppReport1.AllowPrinttoFile := True;
ppReport1.ShowPrintDialog := False;
ppReport1.TextFileName := 'c:…