Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Checkbox reacts to Y/N field
Message
De
29/01/2007 10:36:33
 
 
À
29/01/2007 10:29:37
Gary Foster
Pointsource Consulting LLC
Chanhassen, Minnesota, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01189996
Message ID:
01190087
Vues:
17
Hi Gary

No, I want to convert the checking/unchecking of a checkbox into a Y/N field. Conversely, I want the Y/N field to display as check or not. No probem, I've sorted it all in wee code snippets, while I'm douing ither stoff with each rec encountered. I originally just wanted to see if the prop's could take care of it.

>Hi Terry,
>I had a similar requirement recently, if I read your post correctly, and I solved it by using value_assign and _access methods to intercept "yY" and set it to 1, "nN" = 0 and everything else = 2 for NULL.
>
>Gary
>
>
>>Again part of the legacy system I'm changing, fopr some reason the author made a field that ellicits a Y/N answer C(1) and codes the original form to check for this, rather than making it logical. I want my new form to have a checkbox.
>>
>>Never come across this requirement before but I thought it would be achievable by putting the expression:
>>
>>=IIF( RteFam.Survey = "Y", .T., .F.)
>>
>>in the .Value property of the checkbox. It doesn't react at all. I tried:
>>
>>=IIF( RteFam.Survey = "Y", 1, 0)
>>
>>but that makes no difference either. Sure I know I can put code in a method to set the checkbox but I just wanted to do it simply, sans code.
>>
>>Why doesn't this work?
>>
>>'ppreciate it.
>>
>>Terry
- Whoever said that women are the weaker sex never tried to wrest the bedclothes off one in the middle of the night
- Worry is the interest you pay, in advance, for a loan that you may never need to take out.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform