Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Form inside of a form
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Form inside of a form
Divers
Thread ID:
01327270
Message ID:
01327270
Vues:
61
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform