Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
GetFldState and updateable views
Message
De
30/10/1999 17:47:23
 
 
À
30/10/1999 17:06:51
Jill Derickson
Software Specialties
Saipan, CNMI
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00284391
Message ID:
00284395
Vues:
16
>I've been investigating using GetFldState with views. This is what I see:
>
>I have a table, AgencyDefs with 17 fields. I've created a simple view (of the single table) to display and update only 5 of those fields:
>
>SELECT Agencydefs.cname, Agencydefs.lsupplemental, Agencydefs.cabbrev,;
> Agencydefs.lactive, Agencydefs.iagencydefsid;
> FROM rrtc!agencydefs;
> WHERE Agencydefs.iagencydefsid > 0;
> ORDER BY Agencydefs.cname
>
>iagencydefsid is the primary key of agencydefs.
>
>I'm displaying the results of GetFldState( -1, "lv_agenciesupdate" ) in my Save method. First, I always get 6 digits as the return:
>
>111111 if I change nothing
>121111 if I change only cname (the first field)
>122221 if I change everything
>
>Looks like the last digit represents the primary key, but there is an "extra" digit (the first "1")? what does that represent?
>
>TIA, J

The deleted status.
Erik Moore
Clientelligence
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform