I want to set link for scheduler.load without loading data

Hi,

Currently when I call method scheduler.load(“myDatabaseData.do”), it sets link/url for load and along with it it loads the data.
However what I want to do is only set the url without loading the data.
How can this be done? That is how can I change load URL/link without invoking to load data?

Thanks in advance.

Simsim

There is no public API for such operation
You can use scheduler._load_url = “some.do”, but this is private property and it can be changed in the next versions.