- Pau Haro
- PowerBuilder
- Wednesday, 22 July 2020 08:14 AM UTC
Hello,
Im trying to get an image for my aplication using the GetFileOpenName function. It's working I can choose the image that I want, but I want to block user to change the directory, the network button and the test file creation.
This is the code that I use to open the wizard:
GetFileOpenName(f_traduir("M","Seleccioni imatge"), ls_path, ls_name, "", ls_types, ls_default_path, 2624)
Im using the flag -> 2624
2^6 = 64 -> No move from actual folder
2^9 = 512 -> No show network button
2^11 = 2048 -> No create file
It hides the network button and don't let me create file, but I can change the folder. What I should do to block the directory change?
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.