Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Display contents of memo field in grid control
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00136892
Message ID:
00137266
Vues:
17
>Hi,
>
>This should fix all your three problems:
>
>WITH thisform.grdYourGrid
> .Columns(5).Addobject('edtName', 'EditBox')
> .Columns(5).CurrentControl = 'edtName'
> .Columns(5).Sparse = .F.
> .Columns(5).edtName.Visible = .T.
> .Columns(5).edtName.BorderStyle = 0
>ENDWITH
>

>
>>The problem are:
>>
>>1. There is no scroll bar on the new column.
>>2. Can not enter data to the new column.
>>3. Can not tab in the new column.
>>
>>What my I missing? Do I need more property setup?
>>
>>
>>Thanks again, Tai Fei Pao


It is working now!!!!


Thanks, Tai Fei Pao
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform