Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Want to check the record status in VFP 6
Message
De
12/07/2004 07:45:14
 
 
À
12/07/2004 07:22:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00923228
Message ID:
00923240
Vues:
22
This message has been marked as the solution to the initial question of the thread.
Whoops, my mistake.

If you specify -1 as the field it will return a string with all the field states concatenated, you can then just check for the existence of a 2 in the string.

Hope that helps.

Kev

>using buffering mode 5.
>
>?GETFLDSTATE(Address)
>Error -> "Variable "variable" is not found (Error 12)"
>
>?GETFLDSTATE("Address")
>Error -> "Function argument value, type, or count is invalid (Error 11)"
>
>
>
>>>It solves my problem thanks a lot Kev.
>>>it is posible that i can get it from the complete record not a field.
>>
>>Yes, you can specify
>>
>>
nStatus = GETFLDSTATE(tableAlias)
>>
>>If it returns 2 or 4 then you know an aspect of that record has changed, or it has been deleted/recalled.
>>
>>Kev
>>
>>>
>>>>Have a look at GETFLDSTATE function.
>>>>
>>>>Kev
>>>>
>>>>>Hi,
>>>>>
>>>>>I want to check the record status when i add or modify the record
>>>>>in the table . Any function for this problem.
>>>>>
>>>>>thank in advance,
>>>>>Mob
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform