Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid.Columns(i).controlsource problem
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Grid.Columns(i).controlsource problem
Divers
Thread ID:
00404935
Message ID:
00404935
Vues:
83
Hi everybody,

I have this fragment of code in Grid.Init:
 with this.columns(i)
     if type(lafieldlist[i])="L"
          if lcCaption<>"ADCDesc"
               .controlsource=[IIF(]+lafieldlist[i]+[, 'N', 'Y')]
          else
               .controlsource=[IIF(]+lafieldlist[i]+[, 'Y', 'N')]
          endif
     else
          .controlsource = lafieldlist[i] && Assign controlsource
     endif
It works fine while grid is ReadOnly. Now I want to make these logical fields edittable in Form.EditMode. My question is: how can I make them edittable and preserve original formatting, e.g. true (.t.) equals 'N' and false (.f.) equals "Y"?

Thanks in advance for your suggestions.
If it's not broken, fix it until it is.


My Blog
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform