GetOpenFileName function works normal in the regular windows app and same thing when deployed in .net version it is not prompting the Open Dialog window. Please suggest some solution.
GetOpenFileName function works normal in the regular windows app and same thing when deployed in .net version it is not prompting the Open Dialog window. Please suggest some solution.
Hi Murugeshan,
The function GetOpenFileName is supported by PowerServer Web but unsupported by PowerServer Mobile. If you want to run application on web only, please make sure the project type is ‘Web’ (Toolkit > Configure > Application Profile Configuration> Basic Settings), thus the unsupported features report would only include the unsupported features by PowerServer Web (the report will include all the unsupported features by Web and Mobile if the project type is ‘Both’).
Regards,
ZhaoKai
Hi Murugeshan;
FWIW: I always create two PowerServer profiles per Application. One for Web and the other for Mobile. There are a few subtle differences between the environments. Having one profile for each type of deployment allows me to keep these differences separated (by different PBL libraries) and the PS Toolkit generating the appropriate code and/or warning messages.
Its a bit of a PIA to have both PS Toolkit profiles but it pays off in the long run IMHO. Just my $0.02.
Regards ... Chris
Hi ZhaoKai,
You solved my problem.
Earlier I maintained Project Type as 'Both' and while deploying to Power Server, no report of Unsupported features were listed and it was not working too.
Now as per your suggestion I maintained Project Type as 'Web' and it started working.
Thanks you very much.
Best Regards
Murugeshan KN
Absolutely Yes.
When you say .NET and browser are you talking about PowerBuilder WebForms or PowerServer?