Question Working with Browse

Hi All,

I have a couple of requirements with a browse.

1. On clicking a button, a new row should be added at the end of the browse and should be editable to enter details.

2. On a row where values already exists, Clicking on another button should make only couple of columns in the browse editable, so that I can update the values in the cells.

Kindly let me know what functions/methods can be used to satisfy these needs. Thanks.

Regards
Mani
 

oli

Member
1. See browse's :INSERT-ROW() method
2. Use the browse columns' :READ-ONLY property to make cells editable.

Here attached, Tim Townsend's "Object Attribute Reference". It should help you finding properties and methods of Progress widgets.
 

Attachments

  • widattrs.w
    25 KB · Views: 13
Top