Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Should work ???
Message
From
26/10/1998 18:00:44
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Should work ???
Miscellaneous
Thread ID:
00150700
Message ID:
00150700
Views:
49
Assuming that there is, in fact a Column2 in my grid ...

Why doesn't this code work?
<strong>
    *------------------------------------------------------------
    PROCEDURE Grid1.Column2.Text1.Click
        Grid1.Click
    ENDPROC
</strong>
I get the message "Unknown member TEXT1"

but this code ...
<strong>
    *------------------------------------------------------------
    PROCEDURE Grid1.Click
        REPLACE MARKED WITH ! MARKED
        THISFORM.REFRESH
    ENDPROC
    
    *------------------------------------------------------------
    PROCEDURE Grid1.AfterRowColChange
        LPARAMETERS nColIndex
        THISFORM.nCurrentRecNo = RECNO()
        THISFORM.REFRESH
    ENDPROC
</strong>
works fine...

TIA
Next
Reply
Map
View

Click here to load this message in the networking platform