Howdy, I've written a program that calls an imported dialog to gather some needed input. What's the common method for passing that data back to the caller? I've tried a 'return data' prior to self.Close() ... all that happens then is the dialog won't close. I'm sure this is obvious, but this newbie's stuck! Thanks, Jeff