I had already tried in the js console, I just assumed the lianja object could not be accessed in the console. I copy and pasted lianja.evaluate("statusprocs::get_short_id(10)"); to insure no entry errors and the console returns:
Code:
Uncaught exception at <anonymous script, id=4840111296>:1: ReferenceError: Can't find variable: lianja
1 lianja.evaluate("statusprocs::get_short_id(10)");
Okay, how about case? So I proper-cased Lianja to Lianja.evaluate("statusprocs::get_short_id(10)"); and get the following error:
Code:
Uncaught exception at <anonymous script, id=4840111296>:1: Error: Method 'evaluate' undefined
1 Lianja.evaluate("statusprocs::get_short_id(10)");
Well, I did move past Lianja...
I know it's me, Lianja has been around too long for this to be a problem. Just lpk'd back to Win 4.0.0 and same issue so no Mac oddity.
Yes, the .dbo is there.
The call is to a VFP function that takes a GUID and down-converts it to an 8-16 character pseudo GUID that is rarely duplicated (thanks to Rick Strahl). I have edited it from the Windows call to the Lianja guid() (Thanks Barry), and plan to modify the function to accept a passed GUID so the server is not the only source for GUID generation. Probably could rewrite in js, but I need to find my error in this situation.
Bookmarks