Sytze de Boer wrote on 2010-06-02: 
> Arhg shucks, I have to be honest again I've never been able to work
> out the workings of dodefault
> 
> S
> 
> 

Sytze,


Try this:


LPARAMETERS nKeyCode, nShiftAltCtrl
IF nKeyCode = 13 && ENTER
NODEFAULT 
DODEFAULT(9, nShiftAltCtrl)
ENDIF



DoDefault() requires us to send the same number and type parameters we
accept, unless we've added some in the override.


If that doesn't work, you might need to replace the DODEFAULT with KeyBoard
"{Tab}" 
I tend to steer away from the KeyBoard call.

Tracy Pearson
PowerChurch Software




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/000a01cb02a2$16940cf0$43bc26...@com
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to