NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: oggy on May 27, 2020, 11:56:52 PM

Title: Browse always file loaded
Post by: oggy on May 27, 2020, 11:56:52 PM
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....
Title: Re: Browse always file loaded - Resolved
Post by: oggy on May 28, 2020, 01:23:23 AM
Got it...