Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Form Always Returns True
Message
From
21/05/2001 11:15:04
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Form Always Returns True
Miscellaneous
Thread ID:
00509475
Message ID:
00509475
Views:
48
The following call to a modal form always returns true regardless of the what is being set in the form. The variable lOk is public and is only used as shown below. I know setting lOk in the Valid is superfulous, but the return by iteself wasn't working and I was grasping...

DO FORM OkNo WITH 'Help does not exist for this. Do you wish to add it?' TO lOk

(In Valid method of CommandGroup in OkNo form):

IF This.Value = 1
lOk = .T.
Return .T.
ELSE
lOk = .F.
Return .F.
ENDIF

I've stepped through the code and the ELSE condition is being run and lOk evaluates to .F. during the Valid. In fact, the only time lOk evaluates to .T. is on the line following the DO FORM call after returning from the OkNo form. I thought it might be variable scoping, but I haven't been able to find anywhere that lOk is being set to anything other than False. Any thoughts? Thanks!

Regards, Renoir
Next
Reply
Map
View

Click here to load this message in the networking platform