Article ID: 135754
Article Last Modified on 5/7/2003
SET FILTER TO <myfilter>Then one of the following two commands:
ThisForm.Refresh
ThisForm.List<#>.Refresh
ThisForm.List1.SetFocus && sets the focus to the list box ThisForm.Command<#>.SetFocus && sets the focus back to the button
SET FILTER TO maxordamt < 25000.0000 && sets the filter x=FILTER() && populating the variable with the filter thisform.refresh && refreshing the form
SET FILTER TO maxordamt = 5000.0000 && sets the filter x=FILTER() && populating the variable with the filter thisform.refresh && refreshing the form
SET FILTER TO country = "Germany" && sets the filter x=FILTER() && populating the variable with the filter thisform.refresh && refreshing the form
SET FILTER TO && clears the filter x=FILTER() && populating the variable with the filter thisform.refresh && refreshing the form
Additional query words: kbvfp300 kbvfp500 kbvfp600
Keywords: kbbug KB135754