Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid.Columns(i).controlsource problem
Message
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Grid.Columns(i).controlsource problem
Miscellaneous
Thread ID:
00404935
Message ID:
00404935
Views:
76
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
Next
Reply
Map
View

Click here to load this message in the networking platform