Our current FoxPro application allows the users to open files of any format. It does this by opening Windows Explorer starting in the directory where the file they want to open is located. Then the user double clicks on the file and windows handles things by opening the file with the replated application. Really, all the work is being done by Windows except for opening the explorer.
Now we have a table containing file names. We want to show these names (possibly in a grid) and have the program open them directly so that they don't have to "wander" through windows explorer. Is there an easy way for VFP to do this without having to set up all kinds of cases for every possible file type?
Any suggestions for an easy way to do this are appreciated. Thanks
Now we have a table containing file names. We want to show these names (possibly in a grid) and have the program open them directly so that they don't have to "wander" through windows explorer. Is there an easy way for VFP to do this without having to set up all kinds of cases for every possible file type?
Any suggestions for an easy way to do this are appreciated. Thanks