Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Filter
Message
De
19/01/2005 10:56:32
 
 
À
19/01/2005 10:37:52
Erick Miranda
Formata Data Business - Grupo Linx
Contagem, Brésil
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:
00978573
Vues:
18
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

>Hi Borislav,
>
>>Erick it us better to do this way:
>>
>>...
>>      c_filter = [MONTH(MONTH(dat) == ]+TRANSFORM(MONTH(thisform.text2.Value))
>>      SET FILTER TO &c_filter
>>...
>>
>>Then there is no needs of property or Public variables
>

>Yes, you're sure.
>I forgot it when I wrote the last message. 8-)
>Thanks.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform