printing a treeview on a report?

  • Thread starter Thread starter Thomas L
  • Start date Start date
T

Thomas L

Hi,

i have a form with data amongst which is a treeview on it. Now what the user
wants is that i create a report with the data, including the tree. Is there
an easy / proper way of doing this?

Allso, i have code in my form that populates the tree based on the value of
a primary key field on that form. However, when i put the code in the
open-event of my form, and i have an invisible field on my form with the
primary key, i get the error that i'm referencing to something without a
value set. Any solutions to that?

Thx in advance,

Thomas
 
Back
Top