Forum Post: RE: Storing values in dataset

  • Thread starter Thread starter egarcia
  • Start date Start date
Status
Not open for further replies.
E

egarcia

Guest
Your guess is correct. The variable "jsdo" in the code is set as a local variable of the function: var jsdo = WebService_beBasicSearch_JSDO.jsdo; However, the variable WebService_beBasicSearch_JSDO.jsdo is available in the global scope. You would either need to set "jsdo" again or use the following: WebService_beBasicSearch_JSDO.jsdo.readLocal();

Continue reading...
 
Status
Not open for further replies.
Back
Top