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:
01327550
Views:
13
Ronald,

You may want to check message #1298921

>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.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform