Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Xmlupdategram function
Message
From
09/04/2002 03:41:55
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
09/04/2002 01:19:30
Vladimir Zhuravlev
Institute of the Physics of Earth,Russia
Moscow Region, Russia
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00642478
Message ID:
00642498
Views:
12
>I try to get anything from xmlupdategram function (VFP7)
>I did table with buffering (2,3,4,5) , used cursorsetprop keyfieldslist and others sets of this function, set buffering on the form and ...
>this gives me message-buffering is not enabled
>Any samples for this .
>Thanks in advance, Vladimir.

Vladimir,
Probably you forgot multilocks :
SET MULTILOCKS ON
USE customer
CURSORSETPROP("Buffering",5,'customer')
CURSORSETPROP("KeyFieldList",'cust_id','customer')
DELETE && delete first
GO 5   && modify 5th
replace Contact WITH 'MyContact'
INSERT INTO customer (cust_id, Company, Contact) ;
  VALUES ('MYCUST','MyCompany',"Company's contact")
  
STRTOFILE(XMLUPDATEGRAM('customer'), 'myupdategram.xml')
MODIFY COMMAND myupdategram.xml
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform