Hi,
I have a table in my app called lt_routes.
If I open the app inspector in the Lianja/vfp tab and issue;
Code:
Select count(*) from lt_routes
I get the following.
HTML Code:
77 records selected in 3ms
If I switch over to the JavaScript tab and issue the following
Code:
var routes = Lianja.getCursor("lt_routes");
I get;
HTML Code:
Traceback (most recent call last):
Console at line 1
TypeError: Result of expression 'Lianja.getCursor' [undefined] is not a function.
Since the table clearly exists, what am I doing wrong?
Thanks.
Herb
Bookmarks