Re: delete last char in Datagrid

2009-08-09 Thread Robert M.

I just had same problem and finally decided NOT to use the datagrid editcell,
but to stick to the normal cell behaviour (with focusable propertty of grid
template fields on) and to trap the openfield closefield msg at the group
level, in the datagrid behavior script. It workds like a charm, with one
click (I might need a license for that!).

Except.. I'm just opeening up a pbl thread with datagrid.. relative to the
order of visit of lines using tabulations (see on list)

Robert


Trevor DeVore wrote:
 
 On Aug 4, 2009, at 7:54 PM, Josep wrote:
 
 But how can edit directly the cell of the datagrid without making a
 doubleclick?
 
 This lesson should do what you need. It shows you how to update data  
 in a row (or cell).
 
 How Do I Update Data In a Row?:
 http://revolution.screenstepslive.com/spaces/revolution/manuals/datagrid/lessons/5434-How-Do-I-Update-Data-In-a-Row-
  
  
 
 Regards,
 
 -- 
 Trevor DeVore
 Blue Mango Learning Systems
 www.bluemangolearning.com-www.screensteps.com
 ___
 use-revolution mailing list
 use-revolution@lists.runrev.com
 Please visit this url to subscribe, unsubscribe and manage your
 subscription preferences:
 http://lists.runrev.com/mailman/listinfo/use-revolution
 
 

-- 
View this message in context: 
http://www.nabble.com/delete-last-char-in-Datagrid-tp24818097p24886891.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


delete last char in Datagrid

2009-08-04 Thread Josep

Hi,

I try to delete the last char from a editable cell of the datagrid but I
can't..

I have a numerical keyboard as images with the mouseup that send the number
to the focusedobject().

put 7 after the focusedobject 

This work fine, but if I want delete the last char, simulate the backspace
key, don't work.

delete the last char of the focusedobject


Also, is posible edit directly the cells of the datagrid without make a
doubleclick over the cell? 

Salut,
Josep
-- 
View this message in context: 
http://www.nabble.com/delete-last-char-in-Datagrid-tp24818097p24818097.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: delete last char in Datagrid

2009-08-04 Thread Josep

I'm testing with

delete the last char of fld the ID of the focusedobject

and get:

group grp_back: execution error at line 11 (Chunk: no such object) near
1158, char 4

Why?

Salut,
Josep


-- 
View this message in context: 
http://www.nabble.com/delete-last-char-in-Datagrid-tp24818097p24818273.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: delete last char in Datagrid

2009-08-04 Thread Josep

:)

Reply to myself:

delete the last char of fld ID the ID of the focusedobject

This work both fields and editable cells of the datagrid.


But how can edit directly the cell of the datagrid without making a
doubleclick?


Salut,
Josep
-- 
View this message in context: 
http://www.nabble.com/delete-last-char-in-Datagrid-tp24818097p24818303.html
Sent from the Revolution - User mailing list archive at Nabble.com.

___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution


Re: delete last char in Datagrid

2009-08-04 Thread Trevor DeVore

On Aug 4, 2009, at 7:54 PM, Josep wrote:


But how can edit directly the cell of the datagrid without making a
doubleclick?


This lesson should do what you need. It shows you how to update data  
in a row (or cell).


How Do I Update Data In a Row?:
http://revolution.screenstepslive.com/spaces/revolution/manuals/datagrid/lessons/5434-How-Do-I-Update-Data-In-a-Row- 



Regards,

--
Trevor DeVore
Blue Mango Learning Systems
www.bluemangolearning.com-www.screensteps.com
___
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution