Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Left join - view
Message
De
25/11/2005 09:26:41
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01072046
Message ID:
01072065
Vues:
27
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform