Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
BOF => Is it a bug?
Message
De
14/01/2005 12:47:09
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brésil
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
BOF => Is it a bug?
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows 2000
Divers
Thread ID:
00977273
Message ID:
00977273
Vues:
51
Hi all,

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.
Erick
Força Sempre!
Strength Always!
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform