Hi all!
I have a client/server application of PB and I deploy it to powerserver web. It works fine, but I can't open a file (in wwwroot/appname dir) whit shellexecutea command.
Client/server script is
ShellExecuteA(0, "Open", ls_path_file, null, null, 0)
how can I get the same result on the web?
How can i read a virtual path application?
Thanks in advance
same sample of Bruce with PB 17 give me error "Illegal .NET Web Service type: There are no valid public functions that can be deployed as Dotnet web service methods.". does not want array structur as function argument.
Thanks.
I used a PB Web Service to write blob in a temp table as you have suggest me.
Now, I have a standard application project in my pb app client/server. How do I add the Web service in this project?
I develop a test with web service proxy wizard project ... How do I get the same result on a "normal" project?
Thank you very much!
Gianna