Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form inside of a form
Message
From
30/06/2008 01:57:28
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01327270
Message ID:
01327583
Views:
13
>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.


Check out
http://weblogs.foxite.com/bernardbout/archive/2006/05/17/FirstPost.aspx
http://weblogs.foxite.com/bernardbout/archive/2006/05/23/1564.aspx
http://weblogs.foxite.com/bernardbout/archive/2006/05/23/1568.aspx

and if it pleases you the other posts at this site.
Previous
Reply
Map
View

Click here to load this message in the networking platform