Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BOF => Is it a bug?
Message
 
 
À
14/01/2005 12:47:09
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brésil
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows 2000
Divers
Thread ID:
00977273
Message ID:
00977276
Vues:
18
Looks like a bug to me.
>
>With an empty table and this table is child table in a relation, the BOF() return ".F.". Is it a bug?
>Try with this cursors:
>
>CREATE CURSOR curTest1 (FieldKey C(10), obs C(20))
>INDEX ON FieldKey TAG idxFK
>MESSAGEBOX(BOF("curTest1"))  && Return .T.
>SELECT 0
>CREATE CURSOR curTest2 (FieldKey C(10), obs2 C(20))
>SET RELATION TO fieldKey INTO curTest1 IN curTest2
>SELECT curTest1
>MESSAGEBOX(BOF("curTest1"))  && Return .F.
>
>The same occur in VFP8 and VFP9. I didn't test with previous version.
>Bye.
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform