Origin Version (Select Help-->About Origin): Origin 7.5SR6
Operating System: Win2000
Hi,
I'm using FindFiles to list all files of a particular type in a folder but one problem is that when I/users click 'Cancel' it still returns all the file types.
I use eg
FindFiles(AllFiles, PathBuffer, "xls");
AllFiles.Sort();
int NumPlates=AllFiles.GetSize();
int NumFiles=NumPlates;
How can I trap when the dialog is cancelled / closed without pressing OK?
Cheers,
pete
Edited by - peter.cook on 05/30/2006 09:04:06 AM