XBrowse online editing
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Nageswararao,
The code change is:
The code change is:
Code: Select all
case ::nEditType == EDIT_LISTBOX
Eval( ::bOnPostEdit, Self, xValue, ::oEditLbx:nLastKey )
if ::oEditLbx != nil .and. IsWindow( ::oEditLbx:hWnd )
::oEditLbx:End()
::oEditLbx := nil
endif
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Nageswararao,
> But I am not able to change the item with mouse.
Fixed. Required change:
A new mallorca.exe build:
http://www.hotshare.net/file/26316-6432727526.html
> But I am not able to change the item with mouse.
Fixed. Required change:
Code: Select all
METHOD ShowBtnList( nKey ) CLASS TXBrwColumn
...
::oEditLbx:bLButtonUp := {|| ::oEditLbx:Change(), ::oEditLbx:nLastKey := VK_RETURN,;
::PostEdit( aBound[ nAt ], .t. ) }
http://www.hotshare.net/file/26316-6432727526.html
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
- nageswaragunupudi
- Posts: 8017
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Contact:
I am trying to use the new xbrowse with changes for my regular code.
Normally when a user enters an invalid value, I popup a small help dialog with one of the browses to choose the value and stuff the same. Wish we can solve the problem for assigning values from the valid clause.
Normally when a user enters an invalid value, I popup a small help dialog with one of the browses to choose the value and stuff the same. Wish we can solve the problem for assigning values from the valid clause.
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact: