Search found 14 matches: enddialog

Return to advanced search

Re: Problem with combobox

... from: .\source\classes\TGET.PRG => TGET:HANDLEEVENT( 1151 ) Called from: .\source\classes\WINDOW.PRG => _FWH( 3541 ) Called from: => ENDDIALOG( 0 ) Called from: .\source\classes\DIALOG.PRG => TDIALOG:END( 698 ) Called from: .\source\classes\DIALOG.PRG => TDIALOG:COMMAND( 448 ...
by Silvio.Falconi
Thu Feb 21, 2019 11:22 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with combobox
Replies: 4
Views: 1002

Re: Ayuda DLL

Antonio, aquí la segunda parte: Error: Unresolved external '_HB_FUN_DRAWTHEMED' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_GETDLGBASEUNITS' referenced from P:\32BITS\FWH\LIB\FIVEHX.LIB|DIALOG Error: Unresolved external '_HB_FUN_CDLG2CHR' referenced from P...
by ricardog
Thu Aug 31, 2017 2:56 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda DLL
Replies: 24
Views: 6333

Re: Combobox with bitmaps

... != 0 )              ( ( MEASUREITEMSTRUCT * ) lParam )->itemHeight = itemHeight;           break;  and finally in EndDialog(): HB_FUNC( ENDDIALOG ){   ...      if( itemHeight != 0 )      itemHeight = 0;}  And in both listbox.prg and combobox.prg, ...
by Antonio Linares
Wed Apr 04, 2012 3:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Combobox with bitmaps
Replies: 4
Views: 2223

Re: error close DIALOG

ACTIVATE WINDOW oWndNfe   EndDialog() Remember that windows are non-modal so the EndDialog is called as soon as the window is activated, which is not what you wanted. Try this: ACTIVATE WINDOW oWndNfe valid EndDialog() This way ...
by James Bott
Mon Oct 26, 2009 3:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error close DIALOG
Replies: 1
Views: 315

Problem with WBROWSE class in FWH 9.08

... Called from: PRG\Z-WBROWS.PRG => TWBROWSE:HANDLEEVENT(1637) Called from: .\source\classes\WINDOW.PRG => _FWH(3333) Called from: => ENDDIALOG(0) Called from: .\source\classes\DIALOG.PRG => TDIALOG:END(525) Called from: .\source\function\ERRSYSW.PRG => (b)ERRORDIALOG(326) Called ...
by driessen
Tue Aug 25, 2009 3:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Problem with WBROWSE class in FWH 9.08
Replies: 6
Views: 895

Re: FWH/xHarbour Menus

... WM_CLOSE, nResult ) // endif else if ValType( ::bValid ) == "B" if ! Eval( ::bValid, Self ) return .f. endif endif ::nResult = nResult EndDialog( ::hWnd, nResult ) ::hWnd = 0 // A.L. 22/04/03 endif if valtype(::obrush) == "O" // V. ::obrush:End() ::obrush := NIL // becomes ...
by E. Bartzokas
Mon May 25, 2009 3:34 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH/xHarbour Menus
Replies: 20
Views: 7758

... dos tipos de cajas de diálogo: modales y no modales. Las modales se crean (según reglas del API) usando DialogBox() y han de terminarse llamando a EndDialog(). El código fuente del procedimiento de ventana de una caja de diálogo modal no está disponible, ya que Microsoft no lo proporciona, pero ...
by Antonio Linares
Sat May 05, 2007 6:57 am
 
Forum: FiveWin para Pocket PC
Topic: Diferencia entre EndDialog y DestroyWindow DIALOG:END()
Replies: 4
Views: 1340

Diferencia entre EndDialog y DestroyWindow DIALOG:END()

... definidos sobre el propio dialogo. Lo he solucionado cambiando el valor de lModal a .F. justo antes de llamar al END() para que en lugar de EndDialog() ejecute DestroyWindow(). ¿Por que pasa esto? ¿Que diferencia hay entre ambas funciones? ¿Puede provocar el uso de DestroyWindow en pérdidas ...
by tsales
Fri May 04, 2007 3:02 pm
 
Forum: FiveWin para Pocket PC
Topic: Diferencia entre EndDialog y DestroyWindow DIALOG:END()
Replies: 4
Views: 1340

... => TCONTROL:HANDLEEVENT(0) Called from: => TAUTOGET:HANDLEEVENT(0) Called from: .\source\classes\WINDOW.PRG => _FWH(0) Called from: => ENDDIALOG(0) Called from: => TDIALOG:END(0) Called from: => TDIALOG:COMMAND(0) Called from: => TWINDOW:HANDLEEVENT(0) Called from: => TDIALOG:HANDLEEVENT(0) ...
by Ehab Samir Aziz
Sat Apr 28, 2007 6:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: auto complete feature
Replies: 35
Views: 19628

Leonor, > ENDDIALOG(0) Error no recuperable 650: Fallo en la pila del procesador Puedes mostrar toda la lista de llamadas que aparecen en el fichero error.log previas a ENDDIALOG(0) ? Normalmente el error 650 se produce por un ...
by Antonio Linares
Thu Mar 29, 2007 8:26 pm
 
Forum: FiveWin para CA-Clipper
Topic: para antonio
Replies: 3
Views: 1699

para antonio

... visualizando con un browse, cuando pasamos los 40 articulos aproximadamente (registros en la tabla) nos aparece un mensaje con el siguiente error: ENDDIALOG(0) Error no recuperable 650: Fallo en la pila del procesador En otra oportunidad habiamos tenido problemas con la cantidad de gets que teniamos ...
by Leonor Gonzalez
Thu Mar 29, 2007 7:16 pm
 
Forum: FiveWin para CA-Clipper
Topic: para antonio
Replies: 3
Views: 1699

... OF oDlg SIZE 40, 12 ; ACTION Executar_Bmp() @ 007, 026 BUTTON "&Saida" OF oDlg ; ACTION ( oDlg:End ) CANCEL ACTIVATE DIALOG oDlg CENTERED EndDialog() // Fechar a Dialog Return Nil //----------------------------------------------------------------------------// Function Executar_Bmp() Local ...
by karinha
Fri Nov 24, 2006 11:41 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Un Relog(Relógio)
Replies: 6
Views: 1857

... + ; + CRLF + CRLF + ; "CLS" + ; + CRLF + ; "EXIT" FWRITE( NOME_ARQ, NREGISTRO ) FCLOSE( NOME_ARQ ) ENDIF oFont1:End() lDesligaProg := .F. EndDialog() Release All WinExec( "BALCAO.BAT", 0 ) __QUIT() ELSE oDbfPedf:Close() oFont1:End() lDesligaProg := .F. Release All ENDIF
by karinha
Tue Jul 11, 2006 8:58 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Abandonar la aplicacion y correr otra
Replies: 10
Views: 4109

Weird Error

... Called from TMDICHILD:GOTFOCUS(0) Called from TWINDOW:HANDLEEVENT(0) Called from TMDICHILD:HANDLEEVENT(0) Called from _FWH(3118) Called from ENDDIALOG(0) Called from TDIALOG:END(0) Called from VALIDLEDITCOL(3973) Called from (b)TWBROWSE:LEDITCOL(3925) Called from TGET:LVALID(0) Called from ...
by Colin Haig
Tue Mar 28, 2006 8:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Weird Error
Replies: 1
Views: 657

Return to advanced search