Hi all,
can anyone give me an idea on this...
I have a cftree that outputs a nice windows explorer style
list of related documents in our quality manual - this is based on an outer join query based on several access tables.
Basically, a Policy has a related procedure, which has a related work instruction which in turn potentially has a form to fill out (a quality document).
Where there are no work instructions or quality documents, i don't want anything to display past the procedure folder on the tree, but if a work instruction and/or a quality document does exit, then it should display according.
I have is ouputting everything ok so far, just that where there are no related documents, a blank icon is displaying (the others output the title of the document as a hyperlink to the pdf file.)
i have been looking at using cfif isDefined around the Work instruction and quality document tree items, but this does nothing!
Can anyone provide any hints on what to try next?
can anyone give me an idea on this...
I have a cftree that outputs a nice windows explorer style
list of related documents in our quality manual - this is based on an outer join query based on several access tables.
Basically, a Policy has a related procedure, which has a related work instruction which in turn potentially has a form to fill out (a quality document).
Where there are no work instructions or quality documents, i don't want anything to display past the procedure folder on the tree, but if a work instruction and/or a quality document does exit, then it should display according.
I have is ouputting everything ok so far, just that where there are no related documents, a blank icon is displaying (the others output the title of the document as a hyperlink to the pdf file.)
i have been looking at using cfif isDefined around the Work instruction and quality document tree items, but this does nothing!
Can anyone provide any hints on what to try next?