Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Filter
Message
De
19/01/2005 14:17:34
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brésil
 
 
À
19/01/2005 10:56:32
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Re: Filter
Versions des environnements
Visual FoxPro:
VFP 5
Database:
Visual FoxPro
Divers
Thread ID:
00978510
Message ID:
00978654
Vues:
31
Hi Mohammed,

>hi
>i get error message syntax errro
>if nkeycode=13
>   SET FILTER TO
>
>   LOCATE FOR  dat=thisform.text2.Value
>   IF FOUND()
>    c_filter = [MONTH(MONTH(dat) == ]+TRANSFORM(MONTH(thisform.text2.Value))&&syntax erro
>
>      SET FILTER TO &c_filter
>
>
>      thisform.grid1.Visible=.t.
>      thisform.grid1.Refresh
>      thisform.grid1.column7.setfocus()
>   else
>      =messagebox("åÐÇ ÇáÊÇÑíÎ ÛíÑ ãæÌæÏ ")
>      thisform.grid1.visible=.f.
>   ENDIF
>endif

Try:
c_filter = [MONTH(dat) == ] + Str(MONTH(thisform.text2.Value), 2, 0)
Erick
Força Sempre!
Strength Always!
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform