Hi All,
I want to import a file in dynamic way. I mean I dont want to hardcode the file name like below code…
Filename = “c:\Items.xls”
I want to prompts to user to select the file from directory and then import it into the notes.
Hi All,
I want to import a file in dynamic way. I mean I dont want to hardcode the file name like below code…
Filename = “c:\Items.xls”
I want to prompts to user to select the file from directory and then import it into the notes.
Subject: Import File in dynamic way
Look at NotesUIWorkspace.OpenFileDialog.
Subject: RE: Import File in dynamic way
Thanks Stan It works…
Subject: Import File in dynamic way
What does your code look like so far?