Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Variable not Found
Message
 
À
05/11/1999 22:36:40
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00287951
Message ID:
00287956
Vues:
18
Joao,

The variable cFiltro is going out of scope when the Init ends.

In the form designer choose New Property from the Form Menu item and type in the name cFiltro. In your form's Init put this code;

Thisform.cFiltro = documentosvenda.c_docum
set filter to documentosvendaseies.c_docum = Thisform.cFiltro

Also, check out my response to your other thread as it may allow you to can this whole filter idea. Fitlers on tables that are in a grid are very slow and there is little you can do to speed them up. The alternatives I presented in the other thread will be more flexible and faster for you.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform