Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bug, VFP cannot add a DE to a formset
Message
De
08/11/2004 13:14:13
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Titre:
Bug, VFP cannot add a DE to a formset
Divers
Thread ID:
00959266
Message ID:
00959266
Vues:
80
Previous issue Thread #956559

Bug/Issue : 9 of 29

TITLE: Bug, VFP cannot add a DE to a formset

VERSION: 09.00.0000.1720 and previous

EXPECTED:
FormSets allow dataenvironment like child object

OBSERVED:
- define a formset class with a dataenvironment object fire a error
- Add a dataenvironment object to a formset object at runtime fire a error
- Add a dataenvironment into a VCX formset it is impossible

RESULT: formset with a dataenvironment can to be used only into a SCX.

repro
x=CREATEOBJECT('myformSet')

WITH CREATEOBJECT('formSet')
	=.Addobject('de','dataenvironment')  && skip This error
ENDWITH

DEFINE CLASS myformSet as formSet
	ADD OBJECT de AS dataenvironment
ENDDEFINE
Fabio
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform