Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Filter
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Re: Filter
Divers
Thread ID:
00450401
Message ID:
00450422
Vues:
35
hi Charlie,
Thanks for reply.

I just tried it, no luck.
It very strange, even when I run a small program with if statement and scan the table, still it finds only 4 recirds, but When I do a filter in the command window, it finds 16 records.



even this program finds only 4 records.

select 0
use course order cid

select 0
use semester order cid

select 0
use enroll order cstudent
x = 0
set relation to ccourse into course
set relation to csemester into semester additive
GO TOP
Go Bottom
scan
if cstudent = "QÛ06÷3FVT" and semester.cid = "R£06ñbç00"
x= x + 1
endif
endscan
messagebox(str(x))
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform