Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can't add an 'extra' column to a grid
Message
 
À
29/04/1998 05:02:44
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00095610
Message ID:
00095619
Vues:
30
>>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."
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform