rbuser
Comments
-
Well, that's the code that works.What DOESN'T work is:
var
Bitmap : TBitmap;
scoresList : TStringList;
begin
if (MainQuery['answerstyle'] = 4) or (MainQuery['answerstyle'] = 5) then
begin
scoresList :… -
Hi Thanks For The Suggestion And Tip, I Saved Your Tip In My Notepad
Thanks A Lot For It, However I Found Just A Simple Way To Do It:
procedure TForm1.Label33Click(Sender: TObject);
begin
GS14ReportCard.Template.FileName := 'C… -
I'd create a pass through function--and please use your full name when
posting.
Ed Dressel
Team DM
-
Hi!
I try to use the DetailBand.BeforePrint , assign the detailband.height = 0 o
detailband.visible = false, but the page appear "blank", no hide this pages.
So I've get hide the report using grouppage, it hide pages, but the p… -
Hi!
Ok! but, please again... could you answer the question about hide blank
pages?
Thanks!
-
Hi!
I don't understand, my real name is Ilisoft21 (my company name).
where is the problem?
can you help me with the question HIDE BLANK PAGES IN REPORT?
Thanks!
-
Hi!
I have a master data (mainData) and many details (detaildata1, detaildata2,
detaildata3, detaildata4,etc). When detaildata4.reference is 'HIDE', I hide
all the component in the main report page (dbText, label, subreport, e… -
AutoSearchField.Description doesn't appear to be implemented.
Any other way to get at the AutoSearchDescription ?
Doesn't compile in RAP
var
MyDescription:String;
lAutoSearchField : TppAut… -
> How do I disable a especific group? I put the property visible for false,
I am not sure I understand--what would a 'disabled' group do? It sounds like
you want it visible--but I don't understand beyond that.
Ed Dres… -
Calling Group.Free on teh BeforeOpenDataPipelines even cause an Access
Violation but it seems to work fine if called from the
Report.OnInitializeParameters event.
What is the best and recommended approach to removing a Group?<… -
Thank you!
Chantal
On Tue, 30 Sep 2008 07:17:41 -0600, "Nico Cizik \(Digital Metaphors\)"
-
Hi Nico,
That example is actually very similar to what I did.
I used the OnCalc of one TppVariable defined on the layout to set the
values in "TppLabels" objects made via the code and kept in a list,
considering they are ju… -
Resizing DBText and wordwrapPaul:
for the quickest result, I would send a demo to
support@digital-metaphors.com -- when I find bugs, I normally get pretty
quick responses from them, and often with a work around or a patch.
but, in the last version it's go ok although the properti set to false.
I've need to send a demo to test the post "HIDE BLANK PAGE"
where can I send it?
Thanks!
Hi!
I've found the problem: pipeline01.autocreatefields = false, I've changed it
to true and go ok.
is it correct?
is it necessary assign true to this propertie?
I've a example, do you want?
Thanks!
Another "tip":
if I replace ppDesigner1.showmodal for ppDesigner1.show: ?labels and fields
disappear!
help me, please!
thanks
"F. Mac" escribi? en el mensaje
Hi!
I've a new "tip":
Components ppReport1 and ppDesigner1 (propertie report = ppReport1).
1) If I launch "report1.print": some labels/fields disappear
2) I change the source, I add an "if" before the ppReport1.print,
…Hi!
I've discover the problem:
if you enter in Design Form, after, the report preview go ok (it's mean:
don't show labels, fields, etc). If I dont enter in Design Form the preview
don't show some label, fields, etc.
…Hi!
Excuseme for the capital letters. That's the problem:
1) before upgrade: the preview and design show all the fields/labels/etc. of
the report
2) After upgrade: the preview "hide" some fields or labels, I design the
rep…ok, I've generate .rc, .res and the problem is solve.
Hi!
my program has been deployed ok, it's mean: label, caption.... seems in
Spanish (the name of my program is PRODUCCION.EXE). (see attachment
desing_deploy)
The problem is the "same" PRODUCCION.EXE if I open myreport1.r…Hi Barry,
Before creating the AutoSearch criteria, first check to see if it already
exists.
var
AutoSearchFields: TppAutoSearchField;
begin
...
AutoSearchFields := Report.AutoSearchCriteria…Ok,
I'm going to do that
Regards,
J.Ignacio
Hi Nico,
In the report always used the data tab of the code toolbox.
When compiling the report the code has not errors, but I close then report
an open again and suddenly appears the error 'Identifier not declared'
howev…For reference to other users, I used it on BeforeGroupBreak
function TForm1.GetLookAheadTotal(Calculo:TppDBCalc): Variant;
var
lsTotal: String;
begin
lsTotal := Calculo.GetLookAheadValue(Calculo.GetLookAheadKey);
Great Nico, totally different approach, I was on the wrong way.
That worked, thanks a lot!
Murilo C. Monteiro
Oh, Delphi 7 Enterprise, RB 9.1 Pro
Thanks, Nico. That worked.
Nard Moseley (Digital Metaphors) wrote:
Hi Nard,
Had to add a non-visible field to the band as suggested and it all works OK
now.
Thanks.
Ian
Hi Nard,
Thanks for the reply.
I removed the 'overload;' but I still get "Cannot compile signature for
DateTime function: WOY." at run time when select 'Language'.
Sorry, I don't understand what y…