rbuser
Comments
-
I noticed even if I edit data query B (with a custom SQL statement), I can
no longer JOIN B with A. So, how would one get the most recent B record for
each A record?
-
Hi Alex,
You can access the wizard by selecting File | New from the Report Designer main menu and clicking on 'Label Templates'.
HTH,
Chris Ueberall;
-
Ok forget it
I worked it out, staring me in the face as usual.
Alex
-
I didn't realize the TppDesigner had OnTabChange(d) events... That makes it
very simple. Thank you.
-
"Jim Bennett (Digital Metaphors)" wrote in
-
If I click File | New..., then select Report, I am not asked if I want to
save changes to the current report, a new empty report is created, and my
changes are lost without warning. If I click File | New Report, I am asked
if I want t… -
That works for all except the File | New... menu option. In that case, I am
not asked first if I want to save changes, even though I've made changes to
the current report. For now I will remove that choice from the end-user
designer. … -
Hi Mischa,
see Demo 'RBuilder\Demos\3. EndUser\4. MDI'.
HTH,
Chris Ueberall;
-
Thanks Jim, this works just fine, however, I have created my personal search
screen to get better effort.
Thanks and a merry chrismas.
-
Jim,
Your pointers on the TdaSQL object are exactly what I was looking for. I
will dive into the code in the new year. Thank you.
Mark Shapiro
infocus@swbell.net
-
Thanks! This works great!
Best regards,
Mischa E.J. Hoogendoorn
-
Thanks Jim,
I had almost evreything done the right way, you made me find it. I had
forgotten to set one property:
Template.DatabaseSettings.Name := aDescription[i];
This resulted in a empty blob field, a… -
Urrm..It didn't work. I'm not sure what is wrong. could you check it out?
FormCreate
begin
ppReport.Template.OnLoadEnd := TemplateOnLoadEnd;
end;
procedure TForm1.TemplateOnLoadEnd(Sender: TObject);
begin<… -
OK, could we stay out from the report explorer first? I mean it wasn't my
call to replace it anyway.
back to t… -
nope. We're not using the Report Explorer. My supervisor wants something
more and at least we could customize however we wants to. I'll try on your
suggestion and see if it can work.
-
thankyou !! it works like how i want it to,,,
-
THis is kind of what i want - but i dont them to able to preview it even so
a lot of modifications have to be made.. i am starting to implement it - if
i have more issues will contact the newsgroup.
thanks
-
to be precise i get a recod/key deleted error.
thanks
-
I have a filter but when i do that, i am not able to post anything that is
design the report - i get an error. is that possible.. designing as well as
viewing.
thanks
-
We're still on 6.03. Feel free to email me, my email address should show up
on the group profile.
-
Problem solved.
In the fields section of the Data Dictionary Builder, I had removed the
fields that join the tables because I didn't want them visible to the end
user creating the report. It appears that if that field is define… -
Even when I use the BDE, I still receive the access violation.
-
After further debugging, here is what I have found:
If I use the 'Generate' feature for the fields and tables in the Data
Dictionary Builder, and do NOT change any of the aliases, the product works
perfectly. When I remove some… -
BuilderSettings are correct, and all the data is accessible via a DBGrid
component.
I have also noticed that if I am connected to an MS Access database, the
project will allow me to create a single report before I start receiving the<… -
Just a note to add Sybase ASA 8 as one of the database servers that gives
the error.
Thanks,
Bruce Holt
-
After further testing, here are the issues.
1. In the Report Wizard, on the tab where the groups are defined, the memo
on the left is not in Japanese. Probably because it is an OwnerDraw?
2. When I create a report default report… -
Jim,
The problem happens with any text. i.e. "CA".
The settings are:
TextSearchSettings.DefaultString = ''
TextSearchSettings.Enabled = True
My Environment is:
Delphi 6.… -
Thanks Jim.
-
Is there any documentation on TraCodeModule, TraProgram and any other RAP
specific classes? I want to manipulate the RAP code for a series of reports
via code and it would be extremely beneficial to know what Methods and
Properties w… -
"Jim Bennett (Digital Metaphors)" wrote
to
test
release
Cool, thanks for that Jim. I've been wondering why this particular SQL
generates results in Oracle Monitor, but does not show up in the report.
Will try to …