rbuser
Comments
-
RB 10.06
Delphi 2007
Connecting to MSSQL 2005
-
I created a view, but I don't see it listed in the list of tables in the
Query Designer, is it listed somewhere else?
-
Hi,
I can only find
Report.PreviewForm property but no
Report.PreviewFormSettings
in RB5.
-
Michael Eubanks wrote:
ppreport1.PreviewForm.BorderIcons
:= ppreport1.PreviewForm.BorderIcons - [biMinimize];
this will disable the minimize button. It will still be visible, though.
HTH
A… -
Hi Nico
I have some more information. When I switch the reports around and display
Report1, Report3 and then Report2, Report2 displays okay, but then
afterwards Report1 gives an access violation, as before. So Report3 is not… -
Hi Nico,
The program just started working! Thanks for all your help.
--
Regards
Martin Houlton
P C Data Services
-
Hi Nico
I am running these three reports in succession, then starting again at the
first one. Each one is defined in code. The reports are independent of
each other. An example of how I am loading them is:-
proce… -
Hi Nico
Thanks, I think I am really close to finishing this project. There is just
one last problem.
Report1 doesn't have any extra columns. I have drawn the extra columns next
to the crosstab in Report2 and that … -
Hi Nico,
I have changed the OnGetValueText procedure as follows:
procedure TForm1.CrossTabGetValueTextEvent(Sender: TObject; aElement:
TppElement; aColumn, aRow: Integer; const aDisplayFormat: String; aValue:
Varian… -
Hi Nico
Yes, I tried that, and I have just tried it again. The result is as before,
no column of labels to the right of the crosstab. When I uncomment the
showmessage line the messages appear over the top of the print previe… -
Hi Nico
I was calling this code from the Report2 procedure, which is called by a
Timer event, not from any crosstab event. I have now moved it to the
OnGetValueText event, as follows:-
procedure TForm1.CrossTabGetV… -
I will try that but that isn't as end-user friendly. Was thinking the
standard sql syntax should work.
where TransDate>=getdate()-30
Thanks,
Bob
-
Hi Bob,
I use RAP and the OnInitializeParameters() event to init the query
parameters.
Example sets a search condition to the first and last day of the current
month.
You should be able to do something similar.
Using MS SQL Server. In SQL, the following works. However, I can't get
that to work in RB.
TransDate>=getdate()-30
I was hopeing you have a work around.
Thanks
Bob
Interesting; you're right, it's just that the BeforePrint event did not
appear in Delphi's CodeCompletion box. But entering it anyway and compiling
worked.
Thanks.
Nico Cizik (Digital Metaphors) wrote:
Thanks alot for the reply , I wish if RB has a feature to add those kind
of shapes in the future releases - it will speed up the design time process.
Regards
Isaac
Nico Cizik (Digital Metaphors) wrote:
ok but if I want to make a rounded rectangle over a detail group (there
is another one in a master detail relation), also I want this rectangle
to be filled with gradient colors, what shou…Thnak you!
Nico Cizik (Digital Metaphors) wrote:
Ok I understand now. Thanks!
--
Nico Cizik (Digital Metaphors) wrote:
Hello Nico and thanks for the reply. I have read your message and the
help info on this event. I still have one question. How do you apply
the format to the text after I have manipula…Where would I go in the future to look for a "known bug list"?
I got it working by adding a TExtraOptions component on the form and
switching the device type from the native RB "PDF" to the Waler "PDF File"
and it works. So the problem appaently has something to do with the native
PDF device …Hi David,
Yes, you can. See the OnGetAutoSearchValues() event in the online help and
the 'Demos\5. AutoSearch' directory for more information.
Regards,
Jeroen.
Nico,
How do I use the AutoSearch feature? Can I edit the SQL through code to
input the correct search paremeters?
Thanks,
David
drop a region below the sub report and set shift-relative to the sub report.
Put the label on the region.
Edward Dressel
Team DM
Semone wrote:
I do have one more question, this is an after thought. On this same
report, I have a header, I would like for the header not to show on the
subreport page, is there away to make that header invisible? I…Edward Dressel [Team DM] wrote:
Thanks for the help. I was recreating the report to send to you guys
and re-did the report. And now it works. so I take it that the report
was corrupt.
--
if you can re-created this in a demo that uses just JIT pipelines, it would
be easier to either provide support and/or fix (if needed).
Ed Dressel
Team DM
Nico Cizik (Digital Metaphors) wrote:
Thanks, Nico I got the page break to work fine. But its still taking
that last label in the summary band and putting it on the next page. So
now instead of having 3 pages, I have 2 pag…