Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
No Update Tables Are Specified.......
Message
From
20/07/2000 19:00:29
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
No Update Tables Are Specified.......
Miscellaneous
Thread ID:
00395162
Message ID:
00395162
Views:
35
In the form I'm working on I have the following in the Load Event:

SET PATH TO ('C:\DiamondAcct\Data\')
OPEN DATABASE Tomparco SHARED
SET EXCLUSIVE OFF
INDEX ON stocknum TAG stocknum

I have an "append mode" button which when pressed runs this code:

DBSETPROP("intrancust", "view", "Tables", "inventory")
INDEX ON stocknum TAG stocknum
=CURSORSETPROP("Buffering", 3, "intrancust") &&<--Debugger says problem here

APPEND BLANK

On CURSORSETPROP() I'm getting the error "No update tables are specified. Use the Tables property of the cursor (Error 1491)". What in the world have I done wrong?

Thanks
JD
Next
Reply
Map
View

Click here to load this message in the networking platform