Encountering an oddness, which I suspect is down to the order in which OnGetNetPage and OnLeave are executed.
I want to specifiy the next page in a wizard according to what is in the current page, but I cannot determine that until the OnLeave function is called, where I analyse the content of the page and set up somes variable accordingly. But it appears that OnGetNext is called before OnLeave (could be wrong, in which case something else is happening), so my tests to see what the next page should be fail as the variable are not yet set up.
Ideas?
In other news, having problems with the squirrel array.find function not working, giving a bad index error. Is that function supported in CB?
Jimbo