TreeView - ability to print
Howdy,
Is the ability to print a treeview available from FR 4?
I did a bit of searching (via our FR forums and the general net.),
and the only real lead I found is below (from one of this site's forums):
The above looks promising, but I haven't been able to locate
either this demo OR thread within the newsgroups ...
With the above in mind: Gordk: Could you possibly post this
demo somewhere? Either in a reply to this posting or (if your
time might permit) an email to me at: DbBanjo@Yahoo.Com?
Thanks,
Marc B.
Is the ability to print a treeview available from FR 4?
I did a bit of searching (via our FR forums and the general net.),
and the only real lead I found is below (from one of this site's forums):
there is a demo in the binaries newsgroup
printtreview it was produced in fr4.1.4
but you may be able to use the units and the dfms in fr3 project
The above looks promising, but I haven't been able to locate
either this demo OR thread within the newsgroups ...
With the above in mind: Gordk: Could you possibly post this
demo somewhere? Either in a reply to this posting or (if your
time might permit) an email to me at: DbBanjo@Yahoo.Com?
Thanks,
Marc B.
Comments
Got it - thanks for the fast reponse!
Thanks,
Marc B.
I appreciate the TreeView, print project\demo\concept you forwarded to me earlier.
With the above as a model, I was able to create a similar project using:
1. FR 4.14.3
2. D7 (Lol, yesss - some of us are still working with D7 ...)
3. Absolute db, ver. 7.05
The original TreeView demo used a temp, paradox back-end and I'm using (above)
an Absolute db, so attaching the entire project may not be too useful (ie: unless a
person is setup for a Absolute backend).
Despite the above, I have attached some screen shots showing:
1. Delphi code - I create a TList and assign the data to the UserDataSet via it's
OnGetValue event
2. FR Designer layout - simple layout (no grouping)
3. FR code - two events with dynamic parent & child node display logic done within
a single detail band event
4. Application TreeView (call to the rep)
5. FR rep. output - fairly close to display from 4.
Now the above is only used for a TreeView with 2 levels and I'M SURE there is better\easier
logic which can be used within the FR, but Lol - it's a start ...
Thanks,
Marc B.