Nettalk 11.36, I have application where all browses is file loaded instead of pageloaded.
In procedure page loading method is page loading, but in generated code, the method is file loaded...
In other application all works well...
For now, for those procedures, I change in code loading method, in SetBrowseOptions embed:
loc:FileLoading = Net:pageLoad ! was AllFileLoaded
but....