Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Use filter to filter records in grid
Message
De
17/03/2005 13:06:18
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 5
Database:
Visual FoxPro
Divers
Thread ID:
00996708
Message ID:
00996936
Vues:
26
hi,
thank you,
but i think the problem is
i have at my table mac1=io27 and io21
if insert io27 or io21 i can see it at mygrid ,
but if i nsert e.x io25 or io26 i get message not found all of this is grate ,
but if i insert io2 i get io27 and io21 at mygrid,

i must get not found.
local lnMonth, lcMac1, lcType
lnMonth = month(thisform.text2.Value) 
lcMac1 = alltrim(thisform.text18.value)
lcType = (THISFORM.TEXT24.VALUE)
select * from Table1 where month(dat) = m.lnMonth ;
    and mac1 = m.lcMac1 ;
    and Typ = m.lcType ;
    into cursor curTemp 
    brow
thanks.
m.qasem
>>hi,
>>thank you for reply,
>>but if can you can send the select statment as my small code locate and filter.
>>thanks,
>
>BTW, it's a good idea to always give meaningful names to your textboxes.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform