Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GetFldState and updateable views
Message
From
30/10/1999 17:47:23
 
 
To
30/10/1999 17:06:51
Jill Derickson
Software Specialties
Saipan, CNMI
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00284391
Message ID:
00284395
Views:
17
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform