Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Linousa said:I know it is not possible to select multiple files in that getfile() dialog, do you know any workaround?
In my opinion, the best response when GETFILE() returns an empty string is to do nothing. The fact that the reply is empty means that the user does not want to do whatever action required the GETFILE() in the first place. The user cancelled the dialogue. There's no point in giving them a message to tell them that.
In my opinion, the best response when GETFILE() returns an empty string is to do nothing. The fact that the reply is empty means that the user does not want to do whatever action required the GETFILE() in the first place.
andDevelopers have a history of putting up interruptive messages that don't give the user any information.
The message serves no useful purpose.
But couldn't make it working, looks like GetFileNameFromBrowse() is the wrapper for GetOpenFileName() and all libs are available in "windows\system32". Is anyone can try this to confirm that it's working, thank you.MikeLewis said:You can use the Windows GetOpenFileName() function. Or GetFileNameFromBrowse(). Both of these are described at news2news.com.
And, depending on how many steps it has taken the user to get up to that point in the application, they might appreciate an 'Oops go-back' to quickly and 'knowingly' get back to that point in the code.
I guess that I personally have seldom heard: "You have too many user input messages" where this sort of input is used.