Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can't add an 'extra' column to a grid
Message
 
 
To
29/04/1998 05:02:44
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00095610
Message ID:
00095619
Views:
26
>>SELECT fielda, fieldb FROM...
>>.as the RecordSource, then set the ColumnCount to 3,
>>giving me my extra field. The problem with this is that
>>the extra column is read only, I can't store anything in
>>it at all. I am missing something obvious here?
>
>Try :
>
>SELECT ;
> fielda ,;
> fieldb ,;
> .f. AS fieldtf ,;
> FROM yourtable ;
> blah, blah, blah
>
>
>Make sure the .readonly proeprty of the fieldtf field
>is set to .t.

If the destination file of the SELECT is CURSOR, there is no way to make it READ/WRITE. If you make it INTO DBF, you will be having problem on multi-user envrironment issues.
JESS S. BANAGA
Project Leader - SDD division
...shifting from VFP to C#.Net

CHARISMA simply means: "Be more concerned about making others feel good about themselves than you are in making them feel good about you."
Previous
Reply
Map
View

Click here to load this message in the networking platform