Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Strange thing with filtering..
Message
De
15/10/2001 06:43:00
Jimi Lee
Pop Electronic Products Ltd.
Hong Kong, Hong Kong
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Strange thing with filtering..
Divers
Thread ID:
00568449
Message ID:
00568449
Vues:
37
hi,

I dunno if this is strange or just me, anyway:

in MyButton.click():
private cFilter
cFilter = filter()
set filter to

do form AnotherForm && would work with other tables in this form

select MyTable 
set relation to blah blah blah
set filter to &cFilter
thisform.MyGrid.refresh()
I use a private variable cFilter to store the current filter setting and try to restore it after another form is executed, but it's failed, the content of the grid in not filtered after the above events..

So I tried to do some debugging.. I've added a wait window command in the codes as following:
private cFilter
cFilter = filter()
set filter to

do form AnotherForm && would work with other tables in this form

select MyTable 
set relation to blah blah blah
<b>wait window transform(cFilter)</b>
set filter to &cFilter
thisform.MyGrid.refresh()
The code works now! But no one would show users the filter settings when the program is running, right? What should I do now? Why does my code only work probably with a wait window command?

p.s. I have tested by running the program in VFP and by running a compiled .exe, but same things happened.

Thanks in advance!
Jimi
error(503): file structure failure, signature file corrupted.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform