Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fields not an object...
Message
From
31/08/1999 12:19:50
Eric Barger
Fibeax Constructors, Inc
Findlay, Ohio, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Internet applications
Title:
Fields not an object...
Miscellaneous
Thread ID:
00259727
Message ID:
00259727
Views:
47
I am trying to grab the value of a specific field where the record pointer is currently at in an asp page with the following javascript:


function Orders_onbeforeopen()
{
var strSQL = "SELECT * FROM material";
var strMcodenum = Material.fields.getValue('mcode_num');
strSQL += " WHERE (mcode_num = '" + strMcodenum + "')";
Orders.setSQLText(strSQL);
}


This code works fine with Access (BOO!!.. I know, I know). When I run this with FoxPro tables I get the following error returned to my browser:


Microsoft JScript runtime error '800a138f'

'Material.fields' is not an object


This is followed with a reference to the above function. Does anybody know the foxpro equiv. to the .fields reference? I don't know where to look something like this up. I'd appreciate any suggestions. Thanks.

-EB
Next
Reply
Map
View

Click here to load this message in the networking platform