Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Append Blank in a SET FILTER condition?
Message
De
11/09/1997 13:23:26
 
 
À
11/09/1997 13:15:57
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00049560
Message ID:
00049562
Vues:
56
>I want to APPEND BLANK within a SET FILTER condition. When I
>run APPEND BLANK, I go to the last record in the SET FILTER condition
>instead of a BLANK record. How can I use APPEND BLANK and
>get FOCUS to a BLANK record?

If SET FILTER gives you problem, I would suggest you do the following:

LOCAL lcOldFilter
lcOldFilter=SET('FILTER')
SET FILTER TO
APPEND BLANK
REPLACE thefilterkey WITH thefilter value
SET FILTER TO &lcOldFilter

From here, you now have your SET FILTER back and are in the new record.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform