Recursive links and units

From: Craig (brokenleg_at_heartattack.com)
Date: 08/31/04


Date: Tue, 31 Aug 2004 10:59:25 +0100

I have a 'Utils' unit that has a few utilities.

I have a function on the calling form that is used by the 'utils' unit. I
can add my calling form to the uses of the Utils unit, else I get recursive
problems.

How do I call the function on my main form?

Possible?