Powerbuilder 11.2 webform saveas not working
Whenever dw_1.saveAs()
is executed in a webform app开发者_Python百科 I get "File not found" error. I noticed that a session folder is not being created for each user that opens up my app. What could be causing this?
Nothing specifically comes to mind. Personally, I'd use Process Monitor from MS/SysInternals to figure out where the "File not found" is coming from. As for the session folder not being created, again haven't seen that, and that would concern me. Maybe they're related, or maybe the "File not found" is a downstream symptom of the session folder problem.
Good luck,
Terry.
精彩评论