M
Me
I have a multiline form displaying various file names
I want to be able to select a few files out of hundreds
of files and display only the ones selected by me.
When I select a record, I should be able to display
the record as selected so that I don't mark a record
twice.
Its something like ...
Order No. Details File Name Selected OpenFile
1 xxx abc Yes Button
2 xyx ttt Button
3 mmm mmm Yes Button
In the above example, after I select the 1st and 3rd
Orders when I click on Button it should open both the
files. I am able to open any number of files this way,
the only problem I am running into is how to initialize
Selected Field?
I will prefer if its not a database field, but if its
required, then I don't mind.
Any help will be highly appreciated!
-Me
I want to be able to select a few files out of hundreds
of files and display only the ones selected by me.
When I select a record, I should be able to display
the record as selected so that I don't mark a record
twice.
Its something like ...
Order No. Details File Name Selected OpenFile
1 xxx abc Yes Button
2 xyx ttt Button
3 mmm mmm Yes Button
In the above example, after I select the 1st and 3rd
Orders when I click on Button it should open both the
files. I am able to open any number of files this way,
the only problem I am running into is how to initialize
Selected Field?
I will prefer if its not a database field, but if its
required, then I don't mind.
Any help will be highly appreciated!
-Me