Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bug, VFP cannot add a DE to a formset
Message
From
08/11/2004 13:14:13
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Title:
Bug, VFP cannot add a DE to a formset
Miscellaneous
Thread ID:
00959266
Message ID:
00959266
Views:
79
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
Next
Reply
Map
View

Click here to load this message in the networking platform