Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to retrieve fields marked with system flag?
Message
 
 
À
28/08/2002 17:37:48
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00694690
Message ID:
00694741
Vues:
12
You can use VFP LLFF (FOPEN, FSEEK, FREAD) to read table according to the table structure that is documented in the help file.

>How do I store or retrive information in fields that are marked with the flags "sys+bin", (0x01 + 0x04) as specified in vfp help:
>
>18 Field Flags::
>0x01 System Column (not visible to user)
>0x02Column can store null values
>0x04Binary column (for CHAR and MEMO only).
>
>If I try to display the contents with the sintax: ? table.field1 I receive the message "Variable 'xxxx' is not found".
>
>Thanks in advance.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform