Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Editboxes, Windows, and Forms
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Editboxes, Windows, and Forms
Divers
Thread ID:
00060884
Message ID:
00060884
Vues:
63
I cannot find an "clean" way to create an edit box with horizontal scroll bars.

My workaround is the following:
- Instantiate a form with NAME of frmMyFrm.
- Define a window wEditWindow of the right size and attributes and give it an object reference with the NAME keyword. I use the object reference to set several properties of the window.
- Do a MODIFY MEMO or MODIFY FILE WINDOW wEditWindow IN WINDOW frmMyForm

Using this technique, I can embed windows of varying characteristcs within a form and things seem to work OK. But I don't like mixing the two UI methods (define window vs forms).

I was also wondering if there are any articles that detail how forms and vfp windows are interrelated and how they can and cannot be used together. So far I've found a lot of flexibility and opportunity, but it's all by trial and error.

Thanks!
Répondre
Fil
Voir

Click here to load this message in the networking platform