How to do Edit in Place in a browse table within an Update form?
How to do Edit in Place in a browse table within an Update form?
(OP)
Here's the deal...I've got an update screen with a browse table included. Specifically, it's a punch clock type of program. The user selects a specific date which then opens the update screen that includes a browse table for entering time entries (in office, out office, lunch, etc..).
The problem is that I would like do "Edit in Place" on that browse table and can't figure out how to do it because there is NO Insert button on the browse table where I can turn that function on.
There has got to be a simple fix . . . right?
Thanks in advance.
Scott
The problem is that I would like do "Edit in Place" on that browse table and can't figure out how to do it because there is NO Insert button on the browse table where I can turn that function on.
There has got to be a simple fix . . . right?
Thanks in advance.
Scott
RE: How to do Edit in Place in a browse table within an Update form?
You can always make the Edit In Place using Prop:Edit for the list box, but it's require some hand-coding.
See Prop:edit in the Clarion Help.
If you are looking for simplest solution you can add the "BrowseUpdateButtons" template and then turn Edit In Place on. But Cancel button on Update screen will not work properly in this case, because ABC Edit in Place works directly with the browsing file.
Write me if you have some questions: interpavel@mail.ru
Regards,
Pavel.
RE: How to do Edit in Place in a browse table within an Update form?