| | | 
StrataFrame Novice
       
Group: StrataFrame Users Last Login: 11/17/2008 11:49:36 PM Posts: 86, Visits: 150 |
| | Hi I have the latest version of SF. I'm using a ListView configured to use a BO with two fields, one is the indexed ID field and the other is a sring value. I follow tge guide of the sample and put three buttons for New, Edit and Delete. I add a ChildForm and configure all. All these works just as expected. I noticed that the ListView have EditObject, AddObject and DeleteObject, I select each one to the corresponding buttons. The Handle action for three are also in true, the PerformActionOnDoubleClick is also set to true, but do nothing; if I run the app, I must to clic on the button for editing, double click in the ListView does not do anything. If the PerformActionOnDoubleClick is not for editing, what is for? Regards
Everything is possible, just keep trying... |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Yesterday @ 7:08:30 PM Posts: 4,811, Visits: 4,781 |
| I just tested this and it works as it should. So be sure that you have the following properties set in order for it to work:- AutoNavigateToSelectedRecord = True
- BusinessObject = Instance of the BO represented within the ListView
- EditObject = Some Button or object
- HandleEditAction = True
- ChildFormDialog = Instance of a child form dialog
- PerformEditActionOnDoubleClick = True
If you have all of this setup, it will work. Double-check and make sure you aren't missing something. |
| | | | Advanced StrataFrame User
       
Group: StrataFrame Users Last Login: Yesterday @ 8:48:41 PM Posts: 714, Visits: 3,004 |
| | Hi Juan, Just to confirm, I also use this feature all the time, in fact I love the enhanced ListView and it just works as advertised.
|
| | | | 
StrataFrame Novice
       
Group: StrataFrame Users Last Login: 11/17/2008 11:49:36 PM Posts: 86, Visits: 150 |
| | Trent, Edji Thanks, I was not defined AutoNavigateToSelectedRecord = True Regards
Everything is possible, just keep trying... |
| | | | 
StrataFrame Developer

Group: StrataFrame Developers Last Login: Yesterday @ 7:08:30 PM Posts: 4,811, Visits: 4,781 |
| Cool Glad you got it working! |
| |
|
|