Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Event handle of CheckBox.Click
Message
From
22/10/1999 00:11:27
Ru-Chuan Lu
Retail Workshop
Shanghai, China
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Title:
Event handle of CheckBox.Click
Miscellaneous
Thread ID:
00279773
Message ID:
00279773
Views:
50
Dear all,

I cannot solve the problem in following code. It is the event handle of CheckBox.Click.

cTblName = LEFT( THIS.TAG, i - 1 )

USE table1 ORDER 2
SEEK UPPER( cTblName )
IF FOUND( )
IF ( this.Value = 1 ) <-ERROR: operator/operand
REPLACE FLAG WITH .T. type mismatch.

ELSE
REPLACE FLAG WITH .F.
ENDIF
ENDIF
USE

Any help is appreciated.
---
Best regards
Lurc
Next
Reply
Map
View

Click here to load this message in the networking platform