Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Left join - view
Message
From
25/11/2005 09:26:41
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01072046
Message ID:
01072065
Views:
26
>Thanks a lot. But, how can i do manually?

Something like this:

cursorsetprop('Buffering',5,'MyView') && Before starting edits

When you'd save:
select myView
local lnModified
lnModified = getnextmodified(0)
do while m.lnModified # 0
 go m.lnModified
 if m.lnModified > 0 && updated record
  HandleUpdate()
 else && added record
  HandleAdd()
 endif
 lnModified = getnextmodified(m.lnModified)
enddo
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