Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Display contents of memo field in grid control
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00136892
Message ID:
00137266
Views:
16
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform