Search found 17 matches: typeout

Return to advanced search

Re: get combobox

This command line bellow, call alert function, it´s ok. But... don´t execute GoNextCtrl()

oCombo:bChange = { || If( oCombo:oGet:oGet:TypeOut, ( alert("test"), oCombo:oWnd:GoNextCtrl( oCombo:hWnd ) ),) }

Any Solution?
by shark
Thu Sep 27, 2018 5:42 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: get combobox
Replies: 7
Views: 931

Re: get combobox

Antonio Linares wrote:Please check if you ear the beep:

oCombo:bChange = { || If( oCombo:oGet:oGet:TypeOut, ( MsgBeep(), oCombo:oWnd:GoNextCtrl( oCombo:hWnd ) ),) }


No Beep. Not call function.
by shark
Fri Aug 31, 2018 5:57 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: get combobox
Replies: 7
Views: 931

Re: get combobox

Please check if you ear the beep:

oCombo:bChange = { || If( oCombo:oGet:oGet:TypeOut, ( MsgBeep(), oCombo:oWnd:GoNextCtrl( oCombo:hWnd ) ),) }
by Antonio Linares
Mon Aug 27, 2018 4:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: get combobox
Replies: 7
Views: 931

Re: get combobox

Try this: oCombo:bChange = { || If( oCombo:oGet:TypeOut, oCombo:oWnd:GoNextCtrl( oCombo:hWnd ),) } Not Solved... little change in code: "oGet:TypeOut" for "oGet:oGet:TypeOut", but, not go next control. text in oGet is full select ...
by shark
Mon Aug 27, 2018 4:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: get combobox
Replies: 7
Views: 931

Re: get combobox

Try this:

oCombo:bChange = { || If( oCombo:oGet:TypeOut, oCombo:oWnd:GoNextCtrl( oCombo:hWnd ),) }
by Antonio Linares
Mon Aug 27, 2018 8:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: get combobox
Replies: 7
Views: 931

Memo problem

... Also, this only happens when moving the cursor to the beginning of the memo and the first line is blank. I thought perhaps it was some kind of typeout behaviour but it doesn't do this if you click the Date button using the mouse. #include "Fivewin.ch" FUNCTION MAIN() LOCAL oDlg LOCAL ...
by Randal
Thu Dec 09, 2010 5:35 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Memo problem
Replies: 1
Views: 557

... HasFocus DATA Minus DATA Name DATA Original DATA Pos DATA PostBlock DATA PreBlock DATA Reader DATA Rejected DATA Row DATA SubScript DATA Type DATA TypeOut #ifdef HB_COMPAT_C53 DATA Control DATA Message DATA Caption DATA nLastExitState DATA CapRow DATA CapCol #endif METHOD New( nRow, nCol, bVarBlock, ...
by zazibr
Thu Mar 13, 2008 4:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: xharbour cvs + fivewin 8.01 = GPF ?
Replies: 9
Views: 4137

Carlos,

No hay que realizar ningún cambio. Solo quitar la asignación que se le hacía a typeout. Ya no es necesaria.
by Antonio Linares
Tue Dec 04, 2007 3:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Antonio - Problema con las fechas Fwh 7.05
Replies: 10
Views: 1635

Con que se reemplaza el uso del typeout?
by Carlos Mora
Tue Dec 04, 2007 12:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Antonio - Problema con las fechas Fwh 7.05
Replies: 10
Views: 1635

Carlos,

> definitivamente es el typeout, que ahora es protected y no se puede asignar

Si, así es, por eso hay que modificar la clase TGet y eliminar el uso de typeout
by Antonio Linares
Mon Nov 19, 2007 7:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Antonio - Problema con las fechas Fwh 7.05
Replies: 10
Views: 1635

... Application successfully built C:\FWH707\samples> http://img152.imageshack.us/img152/476/tgetjc2.png definitivamente es el typeout, que ahora es protected y no se puede asignar. Que simpático cambio el de Harbour. Un saludo, Carlos.
by Carlos Mora
Mon Nov 19, 2007 4:40 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Antonio - Problema con las fechas Fwh 7.05
Replies: 10
Views: 1635

... '_HB_FUN_HB_GT_WIN' referenced from C:\HARBOUR711\LIB\RTL.LIB|gtsys Por que el gtsys pide GT_WIN? No es suficiente con GT_GUI? ::oGet:TypeOut = .f. en LostFocus es lo que dá el problema, luego de mecanizar una fecha inválida. Aparentemente desde que se fijó como PROTECTED TypeOut no ...
by Carlos Mora
Fri Nov 16, 2007 11:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Antonio - Problema con las fechas Fwh 7.05
Replies: 10
Views: 1635

Para Antonio - Problema con las fechas Fwh 7.05

Antonio antes con la version de Abril de 2005 las fechas funcionaba ok, pero ahora aparece la fecha bien pero cuando quiero modificar se corre, osea desaparecen los slash"/" y no reconoce el formato de la fecha. Probe el ejemplo TESTGET_ de Samples y cuando por ejemplo ingreso 20/20/2007 me sale el ...
by jacgsoft
Mon Jun 18, 2007 5:05 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Para Antonio - Problema con las fechas Fwh 7.05
Replies: 10
Views: 1635

Antonio Problemas con Get

... me regreso con las flechas les quita un digito.. if ! ::oGet:BadDate ::oGet:KillFocus() else ::oGet:Pos = 1 ::nPos = 1 #ifndef __CLIPPER__ ::oGet:TypeOut = .f. #endif endif alguna sugerencia.. arnulfo
by Arvisnet
Fri Aug 04, 2006 12:59 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Antonio Problemas con Get
Replies: 1
Views: 772

Bugs: TGet bchange /Outlook/ suggestion to .ch

... return 0 endif endif The correct place if before otherwise clause at end of method METHOD KeyChar( nKey, nFlags ) CLASS TGet (...) if ::oGet:TypeOut if ! Set( _SET_CONFIRM ) ::oWnd:nLastKey = VK_RETURN ::oWnd:GoNextCtrl( ::hWnd ) else if Set( _SET_BELL ) MsgBeep() endif endif endif // Rossine ...
by Maurilio Viana
Mon Mar 20, 2006 5:52 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Bugs: TGet bchange /Outlook/ suggestion to .ch
Replies: 7
Views: 1949
Next

Return to advanced search