Sérigo: Use a função abaixo: SalMapEnterToTab ( bState ) This function changes the behavior of the Enter key from executing the default button on a window to moving the focus to the next field. Note: For details on the default button refer to the Microsoft Interface Guidelines manual. This function takes one parameter (TRUE or FALSE) to enable or disable this action. Parameters bState Boolean. If TRUE, the Enter key shifts the focus to the next editable object. If FALSE (default), the Enter key executes the default push button on the form window or dialog box. Return Value bOk is TRUE if the function succeeds and FALSE if you do not specify a Boolean value.
Julio Cesar Dalla Rosa Analista de Sistemas AlmapBBDO 55 11 2161-5600 [EMAIL PROTECTED] ________________________________ De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Em nome de Sergio Yoshimura Enviada em: quinta-feira, 14 de dezembro de 2006 13:23 Para: sqlwin@virtualand.net Assunto: [sqlwin] Usar a tecla ENTER para mudar de campo Olá pessoal, alguém sabe como fazer para o cursor mudar de campo quando utilizo a tecla ENTER. (quero fazer como On Sam_KillFocus), o que pretendo é escrever num campo e ao dar enter ele passa o focus para o campo seguinte. Abraços Sergio