Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form inside of a form
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01327270
Message ID:
01327548
Views:
9
When container is add to a form with Thisform.AddObject() it is added to the form Event loop. In the case of Thisform.Addproperty, only refrence is stored into it. Thre's no other relations between the form and object added this way.
In your case, I dint see why it has to be inside the form. It may as weel be outside it side by side.


>Not being happy of having a scrollable container in a form, I have been playing around with the following to put a moveable scrollable from inside another form.
>
>
>THISFORM.ADDPROPERTY("ofrm_interior",NEWOBJECT('myfrmscrollable','myClass' ))
>
>THISFORM.oFrm_Interior.MOVE(0,0,300,300)
>
>SHOW WINDOW (THISFORM.ofrm_interior.NAME) IN WINDOW (THISFORM.NAME)
>
>
>Seems like it will work well with our needs by giving a moveable scrollable container that can be minimized etc.
>
>My questions is if this can cause any issues that I am not aware of by having a form created inside another form?
>
>Example of possible use would be for this interior form to contain an image of our long standarized forms/reports and have the user simple use the interior scrollable form to click on the section that they wish to make changes on. This in turn would navigate to the correct pageframe what contains that information on the original form.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform