Selecting a Row with check box and Updating the column using command button
Selecting a Row with check box and Updating the column using command button
![westjohn1234](https://secure.gravatar.com/avatar/7b0c3d53e872eadb3a7387964fb798ca/?default=https%3A%2F%2Fvanillicon.com%2F7b0c3d53e872eadb3a7387964fb798ca_200.png&rating=g&size=120)
The user should be able to select a row corresponding to an account. When the user selects the row (either by clicking the row or with a checkbox), a "Change value" button appears. Clicking this button opens a lightbox with an input field called "Value" prepopulated with the existing Value of the selected account. Here you can change it to any non-negative digit. Click Save in the lightbox and the account record is saved with the new value. At this point you'll refresh the page and auto-scroll to the point where the account was re-value to.
In that example account is a object....
"Change value" is a Command button....
value is a column field...
can u provide any idea to the task??????
In that example account is a object....
"Change value" is a Command button....
value is a column field...
can u provide any idea to the task??????
This discussion has been closed.