Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Use filter to filter records in grid
Message
From
17/03/2005 13:06:18
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 5
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00996708
Message ID:
00996936
Views:
28
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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform