rbuser
Comments
-
What's new/fix with this new release?
-
Hi Sergio,
Yes!
regards,
Chris Ueberall;
-
I do this frequently and this technique works for me.
I assume you are TppVariable. basically, create two OnCalc event
handlers. Put each of the different calculations in different event
handler.
In the AfterOpen ev… -
I appreciate you help, but I still can't get this to print right.
The ParentWidth and ParentPrinterSetup were already set to false for both
subreport1 and 2.
Parent: (Prints correctly)
MarginLeft is .5
That worked!! Thank you!
Following the two column sub-report, I have a one column sub-report that is
marked Shift Relative to SubReport1 and with a PrinterSetup.MarginLeft = 5.75
but it prints on the left side.
The File / …"Jim Bennett (Digital Metaphors)" wrote in
Set it's visible property to false.
Sorry. Found it was an error in which query I had open.
Thanks. I will give it a shot. Was there a change though? I remember my
code worked at one time.
Bob
Hi Leah,
I would simply scan the memo's lines for the existing of that text.
or use an additional query to retrieve the distinct values.
regards,
Chris Ueberall;
An alternative might be to store the values in a tStringList with Duplicates
set to dupIgnore. Then assign the string list to the memo. This doesn't
exactly replicate SuppressRepeatedValues since the property only compares
against the…This link could not be found. I am creating the key under
HKEY_LOCAL_MACHINE\Software...
I've added the name of the new storage class name to the FormCreate
event of my main Report Writer application which contains ppDesigner but
the key is still being created in the HKEY_CURRENT_USER instead of
HKEY_LOCAL_MACHINE.
The following code compiles but the origional code is still being used.
What am I missing?
unit UnitDevRWIniStorage;
interface
uses inifiles, ppIniStorage, proreg, registry;
type
TppDevRegist…please use your real name, thankyou.
I noticed I had my new reader set to an old email address, is this what you
mean by my real name?
actual version of RB is 6.03 and for Advantage 6.11.
Do you have that behaviour wi…Hi Mike,
please use your real name, thankyou.
actual version of RB is 6.03 and for Advantage 6.11.
Do you have that behaviour with every report?
Are you using RAP?
Any events in use that could cause the delay?
The first thing to test is to make sure you are getting the data at runtime.
Hook the datasource that the datapipeline is conected to, to a TDBGrid on
the form. This should show the records at runtime.
It does.
Is th…What you are saying is equivalent to say that D6 is not good tested because you
have some problems migrating from D3.
RB 6.03 is not good tested product!
I can not ported my old reports from RB 4.23.
Support tell me:
"It is always a good idea to have the latest printer drivers."
I see, it is always a good idea to sell the well tested softw…I have found that RB's printer handling capabilities to be far
superior than what is in QR. Trying to print to a non-default paper
tray on a late model HP LaserJet with QR was (the last time I tried)
an exercise in futility. I used …Kerry,
to me that sounds like a lot of bull...
i do believe that you have problems
but let me assure you that i have built quite complex reports in a fraction
of the time that it had took me to build them in QR
and i knew QR…> But some reports - I get a simple blank page. Or meaningless rubbish.
Sounds like a problem with the NoDataBehaviour properties of the involved
Pipelines...
Just a guess though.
Oliver
----------------…One of the most common preview screens I see with RB is a blank screen! It
is like writing CGI scripts in perl. You have no idea what is going wrong to
give you the problem. You simply get no output.
As I said, some reports seem…"Bruce Roberts" wrote in message
I never used Quick Report.
Report builder is much easier than Quick Report.
Also offers support to wmf files for forms, bar code and other enhancements.
Print Preview, designer are excelent on Report builder.
Well, since you ask...just my 2 cents worth. I have found RB to be very
flakey. It have spent more time with this area of my latest project than any
sane person would believe (and I would hate for my boss to find out). I have
problems…Hi Jim,
in the example project you have sent me there is already line
lDevice.PageSetting := psLastPage
in procedure PrintToCache, just before calling PrintToDevices method.
But if I set your report to T…Hello,
thanks for your help ! I found where problem was - if report has set as Two
Pass then it fails - even on the
example project you send. By the way, why does it fails ?
But I have another question - in your examp…Hello,
Thanks for replay. Thats was what I was looking for !
Now I'm trying to
make it work, but thats