Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Checking if column has a control
Message
From
18/03/2011 06:04:24
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01502528
Message ID:
01504065
Views:
180
*!* grid.init
LOCAL loColumn, loControl

FOR EACH loColumn IN this.Columns
    FOR EACH loControl IN loColumn.Controls
        IF (UPPER(loControl.BaseClass) == [CHECKBOX]) AND (UPPER(loControl.Name) == [CHECK1])
            *!* do something here
        ENDIF
    ENDFOR
ENDFOR
Regards,
Ony
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform