rbuser
Comments
-
Hello Nard,
Thanks for the info.
I was looking at the code of TdaQueryDataView.CreateField and notices something
odd.
[CODE]
procedure TdaQueryDataView.CreateField(aDataPipeline: TppDataPipeline; aField: <… -
Ricardo,
We print extensively to Dot Matrix printers.
Here is what we do.
1) We run a report in RB but render it to the canvas
2) We skim thru the report, get the position and text of each item
… -
We are using Delphi 2010 and Report Builder 11.08. This is in an
Intraweb application that is generating the report as a PDF. Everything
works in the report except the Richtext It is an standard Ricktext
component NOT a data-awa… -
An addition:
looks as if only images and lines of the PageStyleReport are gone (ppImages,
ppLines in my case). The text (ppMemos) is in the archive file. Not sure if
other elements would be there or gone, since I'm using only those … -
Hello Nico,
thank you for your reply! I am currently using RB Professional Version 11.03.
I just tested the DirectDraw property, but there were no improvement.
I get the same result when I print to another printer instead. I use… -
Hi Mark,
I had this error in the past also with a client. After they made citrix
changes this error popped up.
They resolved it themself and it had to do with that in the new situation
the printer drivers were 'loaded on de… -
> We have gone back and forth with our client for months trying to resolve
FWIW we are running on Citrix and it works fine--and all reports always get
generated to a PDF in the background,.
Do you have a call st… -
We have gone back and forth with our client for months trying to resolve
this. I am certain it is a Citrix setting but trying to get their IT to
assist has been like pulling teeth. As is normally the case, according
to them this … -
>I am fairly certain it is not with Report Builder since it works fine at
Every report I print out in Citrix is printed to a PDF in the background.
If you don't use CodeSite yet, it wouldn't be a bad time to look at it.
I am fairly certain it is not with Report Builder since it works fine at
most sites and doesn't work at some others. On this one, I was hoping
someone else might have encountered this before and knew what settings in
Citrix might …>I am having a problem printing to PDF on several Citrix installations.
fwiw, I have a fairly large Citrix install and it works fine there. I am not
sure what you are seeing.
Ed Dressel
Yes
The error ocurrs running fom demo.exe and running from IDE.
The error is the same. Error Code 2. But there are distinct translations.
Spanish, English, etc..
Can You test rb 11.08 an outlook 2007 doing the next. Close Ou…The error ocurrs on every machine. With your demo, I do the next :
Outlook is closed. Run then demo. It display outlook form. Works Fine. I
Cancel the form. Run the demo another time. Error -> "Error in the
Application"
Outlook 2003. Windows Xp Prof. Service Pack 3. Error when outlook is closed
and when it is running.
I had not thought of using a fake group in order to use the group footer.
That worked very well.
Thank you so much--that saved the day (and my head!).
--
David Cornelius
Cornelius Concepts
"Tristan Leask" wrote in message news:4bc82662@mail....
That error is usually raised when using a TClientDataset in your
application. You can either distribute MIDAS.DLL (but check your Delphi
version for permission to …That´s what I thought and said to the user. But he says that in other
programs like Word it does not happen, making him think it is an issue with
our software.
I will try upgrading the driver.
Att
> So, has anyone else experienced similiar problems to this under Windows 7?
I haven't seen any problems--but I am using the latet version of RB. You
might try downloading the demo and see if that fixes it.
Ed Dressel…Thanks for the info. I will attempt debugging via MadExcept.
> It only happens on one particular machine. I am trying to nail down and
if you had madExcept or Eureka exception logging, it could give you the call
stack and provide much more information. (I use the former, but here goodThanks for the quick reply.
To be clear, I plan to upgrade but this issue works with the same data and
same version of our application on all other installations. It only happens
on one particular machine. I am trying to nai…Got it! I had to assign lsPrinterName in the OnPrintDialogClose, I assume
to catch it before the report was destroyed.
Many thanks Nico.
Sorry to be so thickheaded Nico.
ppReport.PrintDialog.Printer.PrinterSetup.PrinterName ??? (no PrinterSetup
property in Printer)
Am I missing a unit in my uses statement?
Bill
Hi Nico,
Yes thanks, I know. I was really hoping someone would come up with a
company that was already working with him/her. I found a reasonable
number of companies that produce 2D barcodes but few of them work with
Del…Nico
Thanks for that.
Sorry aboiut the name, just switched to a new PC and hadn't setup the reader
account quite right.
Mine is set for Registry, does this prevent the settings being stored? I am
just wan…Thank you very much Nico! That worked for me.
Dusten Scheere
Frontline Software Technology, Inc.
Thanks for the information A.J
Here's some updated code
//set advanced properties
lEmail := TppEmail(ppReport1.Email);
TppSMTPIndy(lEmail.SMTP).IndySMTP.Port := 587;
TppSMTPIndy(lEmail.SMTP).IndySMTP.Auth…I'm not familiar e-mailing using these components, but I'm familiar with POP
and SMTP settings for gmail.
The SMTP server requires authentication, TLS and uses either port 465 or
587. Make sure you're outoing mail settings are…Thanks for your time Nico,
I'm still having troubles getting this feature to work. Even with the simple
demo project from digital-metaphors. I'd love to get it working though,
because we've had to go through a not-so-great com…