Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GETFLDSTATE() function
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00836232
Message ID:
00837544
Views:
34
I am using table, VFP 7.0.
Private datasession is problem?


>Boban,
>
>Use you local view or table?
>How you have VFP version (6,7 or 8)?
>
>This problem can be cause private datasession.
>
>MartinJ
>
>>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
Reply
Map
View

Click here to load this message in the networking platform