Message
General information
Fórum:
Visual FoxPro
Category:
Formulários & Criador de Formulários
Título:
Miscellaneous
ID da thread:
00524602
ID da mensagem:
00524654
Views:
19
You can pass parameters into the form and then set the properties you want in the INIT method 0r you can use DO FORM myForm NAME oMyForm then reference the form properties as oMyForm.Caption.

>Ok, I'm sure I'm being completely daft here, but I've got what should be a simple problem. I want to control a Form from a PRG (alter captions, values, change colors, etc). But how?
>
>I tried FormName.Controlname.PropertyName=Value, and _Screen.Formname.etc doesn't work either. I read something about a FormSet (multiple forms in one SCT, which you can then reference: FormSet.Form.Control.Property=Value), but that isn't an option in the project I'm working on.
>
>I'm certain that there is a simple, slap me upside the head, easy answer to this, but heck if I know it :)
Ken Wardwell
Previous
Responder
Mapa
View