Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bug ?
Message
 
À
09/06/2004 20:09:58
Stuart Ramsey
Medical Business Systems
East Gosford, Australie
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Titre:
Re: Bug ?
Divers
Thread ID:
00910999
Message ID:
00912007
Vues:
14
>Hi,
>A further update to the problem, it appears that any Filter set in the DE throws the error. Setting Filter to .F. also
>throws the error.

Do you get an error with this code, or does it just ignore the filter?
CREATE FORM FilterTest NOWAIT
ASELOBJ(laForm, 1)
loForm = laForm(1)
loForm.AddObject("Grid1", "Grid")
loForm.Grid1.Visible = .T.

ASELOBJ(laForm, 2)
loDE = laForm(1)
loDE.AddObject("Customer", "Cursor")
WITH loDE.Customer
	.Database = HOME(2) + "data\testdata.dbc"
	.CursorSource = "customer"
	.Alias = "customer"
	.Filter = "cust_id = 'ALFKI'"
ENDWITH

KEYBOARD '{ENTER}'
DO FORM FilterTest
My blog
My consulting page
My home page

Member of the Trim Your Auto-Quote Campaign!
What's another word for thesaurus?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform