Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Anchor Property
Message
De
20/11/2005 19:23:03
Maltin Lacsina
Angeles Electric Corporation
Angeles, Philippines
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
MySQL
Divers
Thread ID:
01070064
Message ID:
01070657
Vues:
16
Well the original content of this message was why ActiveX Forms.ScrollBar do not react to when I resize the form width but when both height and width it resize and even I put a code in a resize so that It will react to the resizing but still no response.

Resize Methods: (DO NOT WORK)
Local cNams, oObject

cName = "This.Parent.V" + This.Name
If Type(cName) == "O"
oObject = &cName
oObject.Left = This.Left + This.Width
EndIf

Resize Method: (WORK FOR ME)
Local cNams, oObject

cName = "This.Parent.V" + This.Name
If Type(cName) == "O"
oObject = &cName
oObject.Visible = .F.
oObject.Left = This.Left + This.Width
oObject.Visible = .T.
EndIf

To cut it short I just want to delete my posted message coz I got the answer but I cannot delete it. So I update It and put Thank you. Now what is Thank you for, for not answering too soon so I can experiment It on my own.
Minds are like parachutes. They only function when they are open.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform