rbuser
Comments
-
Hi Cizik,
Thanks for the reply. Sorry to come here in a hurry yesterday. As you
indicated. The problem was with the data. The oracle database belongs to an
SAP system. The blob field contain data in their own format. Couldn't … -
Michael Meyer wrote:
i guess no. The setup size for D2010 of current 12.01 is exactly the
same of the old one (dating june 2010).
Ale
-
Same question from me.
Is the patch for right aligned textprinting on Windows 7 here included
?
Alessandra R. erklärte :
-
Digital Metaphors, rischiando una denuncia penale, ha osato scrivere:
aside the XE compatibility, are there any other news in this update for
2010 and lower compilers? or is it only a 12.01 build 197 adjusted for
XE?
… -
Nico
If there is a patch in 12, I will simply upgrade. If I do so, do I still
use the EMailError event discussed in my initial post or does
EIdSMTPReplyError require a different event handler?
TIA
John> I want my users to preview the reports but I do not want them to generate
I think the following link answers your question:
> I have a bitmap in report printed to an archive file and printer at the
almost every report I create is sent to 2 devices, one being an arhcive
device. I haven't seen anything like that.
Can you reproduce it in a s…Sorry.
I guess I broke at least two rules in the Newsgroup Guidelines.
I will send an email to support instead.
regards
/Micke
Nard,
Thanks for the help.
I can't yet port this application beyond the current RB version.
Given that the fields should both be DateTime fields, and all other functions within the program recognize the fields as
Nico
Great. Thanks
A corollary question regarding how far can the node issue be expanded. Is
it possible to:
a) attach a check box to the node
b) set the value of the check box to true when node is generated a…Thanks Nico,
It doesnt happen with every report so will see if I can get a sample to you
that produces the error.
Luke
Forgot to post my code:
rptBaseReport.DeviceType := dtPDF
rptBaseReport.XLSSettings.ExportComponents :=
[ecText,ecLine,ecImage,ecRichText,ecBarCode,ecOther];
rptBaseReport.AllowPrintToFile := True;
>>
Check out the RBuilder help topic for TppXLSDataDevice for details on
which elements are exported. By default all detail band text elements
are exported.
<<
My XLSData export isn't defaulting to the det…Been there doesn't help its the negative currency display that is playing up
for some reason RB appears to ignore its instructions but only on this one
machine
thanks
ian
Hi
I didn't see it in the features or bug fixes list, but wondering if this
release has Turkish charset support for pdf outputs?
Bora Aydemir
10/09/2010 23:01, Digital Metaphors yazmis:
I am installing RB12.02 for D2007, D2010 & DXE. Well trying to.:-(
RBENT11 - D2007 - No Problem.
RBENT14 - D2010 - No Problem.
RBENT15 - DXE - Deletes D2010 files and installs DXE correctly
Reinstall RBENT14 - D2010 - …Nico,
Basically I want to use a skinned scrollbar instead of the scrollbox for
common look and feel throughout my app.
Ken
thank you
i send you example in zip file
regards
ok my report is stock in base,
and i tried to modify setting by delphi component
i change setting directly on report editeur and it works.
But i don't understand why my ppReport (delphi) load report from database
and no ap…Hi,
i've solved the problem, i changed the code of ppRichTxDrwCmd.pas now it
uses msftedit.DLL instead of RICHED20.DLL, it supports now Tables with
alignment.
Thx for your advice.
Desiree
Hi Nick,
thx for answering.
The problem is as follows:
SomeText : ? 1.233,00
OtherText : ? 245,00
Above is what i'm looking for.
In your suggestions all of the text is right …I am using :
procedure TDatamodule4.ppReport_LicenceBeforePrint(Sender: TObject);
begin
ppImage6.Picture.LoadFromFile('62.jpg');
ppImage14.Picture.LoadFromFile('BPA LOGOsmall.jpg');
ppImag…On 23.09.2010 16:06, Edgar Britez wrote:
What about this now?! I'm interested in your conclusion. Is the query
run 2 or 3 times in RB11/12? Cannot imagine why the query should be run
3 times...
Skål.
Excuse the delay, today I will be sending demos
The problem is also the number of times rb11/12 run the query, it does 3
times .
In RB5 and RB7 made him only 2 times.
Edgar Britez
Thank you for your prompt response.
Temoc Navarro
Nico Cizik (Digital Metaphors) wrote:
Hi Nico,
Indeed I meant a dbtext. I'll try with a TppVariable
Arno
> If you are trying to retrieve BLOB information, you need to use the
Thanks. I am trying to retrieve the blob field value via RAP. Is
GetFieldAsStream and GetFieldAsPicture support in RAP?
--
Best regard…Nico,
Thanks for the response.
There is only one dataset. Multiple rows of data per page. If the ordering
field valve changes, then I want a new subreport to start. (I think of
using a subreport because the colum…