Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to edit table inside a form?
Message
From
15/06/1998 21:09:09
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00108127
Message ID:
00108481
Views:
44
PMFJI, like Arnon said SetAll command will be much easier... Regards, Farouk Yew Abdullah > >>One question now, if I got over 20 textboxs in the form, would this abit slow and troublesome? >> >>Is there any way to go about it? > >Nothing. Just insert all textboxes within the WITH..ENDWITH statements. It is better if you create a procedure and just pass a parameters into it (.T. or .F.). > >
PROCEDURE editproc
>PARAMETERS lFlag
>
>WITH myformname
>.TextBox1.ReadOnly = lFlag
>.TextBox2.ReadOnly = lFlag
>.TextBox3.ReadOnly = lFlag
>etc.
>WITH
.Signature { margin-top: 12px; color: #666666; } .Signature a { color: #666666; }
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform