Hello everyone.
What I’m trying to do now with my project is to associate files to a task, there will be many tasks with many files, I’ll have my task list on page 2 of a pageframe and the files will be added on page 3.
I’ve got a getfile() working and executing the file with help from the FAQ from here(that are all very helpful) but I’m not 100% sure now how to add the file extension from getfile() to a listbox then the file extensions added to that get clicked and open the file. I’ve got a database with descno that will contain the taskno to only show the files for that task and a filename where the extension will go. Now if anyone could help me/point me in the right direction with getting the files saved to this table and then showing in a listbox, Id be very appreciated.
And sorry if I haven’t given enough information, if you need more to understand my problem please ask.
What I’m trying to do now with my project is to associate files to a task, there will be many tasks with many files, I’ll have my task list on page 2 of a pageframe and the files will be added on page 3.
I’ve got a getfile() working and executing the file with help from the FAQ from here(that are all very helpful) but I’m not 100% sure now how to add the file extension from getfile() to a listbox then the file extensions added to that get clicked and open the file. I’ve got a database with descno that will contain the taskno to only show the files for that task and a filename where the extension will go. Now if anyone could help me/point me in the right direction with getting the files saved to this table and then showing in a listbox, Id be very appreciated.
And sorry if I haven’t given enough information, if you need more to understand my problem please ask.