Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GETFLDSTATE() function
Message
From
09/10/2003 14:40:04
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00836232
Message ID:
00837057
Views:
30
There is a problem here with this function.
I have two instance of same form (Form is set to Private Data Session and Optimistic Row Buffering). In first instance I delete some record and GETFLDSTATE(0) is showing 2, but in second (instance) form GETFLDSTATE(0) is showing 1 for that same record. Why is this happening? I need to show in every instance of form that this record is deleted.


>Hi Boban,
>
>
>lcFlags=GETFLDSTATE(-1)
>?LEFT(lcFlags,1)
>
>
>MartinJ
>
>>When I issue GETFLDSTATE(field) on record that has been deleted by other user it returns value 2, but how can I find out whether that record is marked for deletion? DELETED() doesn't return .T.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform