Search found 224 matches: endmenu

Return to advanced search

Xbrowse ADO

... ; If( MsgYesNo( "Do you want to end ?", "Please, Select" ), oWnd:End,) ; MESSAGE "End the execution of this demo" ENDMENU MENUITEM "&Options" MENU MENUITEM "&ADO dbf" ACTION ADO_Dbf(); MESSAGE "ADO DBF" MENUITEM "&Calculator..." ...
by brewster
Fri Oct 10, 2014 6:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse ADO
Replies: 4
Views: 1131

Re: Ayuda migrando a harbour

Carlos,

Revisa la funcion o procedimiento donde construyes el menu, alguna vez me paso eso y era porque faltaba un endmenu.

Un prueba simple que puedes hacer es comentar la parte de la generacion del menu y ver si se muestra la ventana.

Saludos,

Lautaro
by Lautaro
Tue Jul 08, 2014 7:03 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda migrando a harbour
Replies: 6
Views: 742

Re: Help to create a method

... ),; oView:oCalex:SetWeekView(),; oView:oCalex:SetDayView() ) ) MENUITEM "Print Week" ACTION oView:oCalex:oWeekView:PrintWeek() ENDMENU http://www.eoeo.it/wp-content/uploads/2014/06/print.jpg
by Silvio.Falconi
Sat Jun 14, 2014 11:09 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Help to create a method
Replies: 6
Views: 1234

Como saber si es submenu, en menu?

... ACC_ALT, VK_F2 // este es un submenu MENUITEM ACTION .. ACCELERATOR ACC_CONTROL, VK_F2 SEPARATOR MENUITEM ACTION oWnd:End() ACCELERATOR 0, VK_F2 ENDMENU MENUITEM MENU MENUITEM ACTION // este es un submenu MENUITEM ACTION .. ACCELERATOR ACC_SHIFT, VK_F2 MENUITEM ENDMENU MENU MENUITEM MENU MENUITEM ...
by noe aburto
Fri Dec 13, 2013 9:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como saber si es submenu, en menu?
Replies: 0
Views: 347

Re: "Snap" for Clipper

...  in ?)    WINDOW.PRG     1365 ENABLEWINDOW()         (function  in ?)    WINDOW.PRG      555   569 ENDCLASS                WINDOW.PRG      919 ENDMENU                WINDOW.PRG     3913 ENDPAGE                WINDOW.PRG     1894  2997 ENDPAINT()             (function  in ?)    WINDOW.PRG   ...
by Antonio Linares
Sat Oct 26, 2013 9:44 am
 
Forum: Off Topic / Otros temas
Topic: "Snap" for Clipper
Replies: 7
Views: 6711

SOURCE FOR IMAGE WITH *.BMP *.EMF *.GIF *.ICO *.JPG *.PNG *

... "&Open BITMAP" ACTION (OPEN_IMAGE()) ; MESSAGE OemToAnsi( "Open image *.BMP *.EMF *.GIF *.ICO *.JPG *.PNG *.TIF *.WMF" ) ENDMENU MENUITEM "&Exit" ACTION oWnd:End() MESSAGE "Close Window" ENDMENU return oMenu //----------------------------------------------------------------------------// ...
by HATHAL
Sun Oct 06, 2013 8:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Cover Flow
Replies: 10
Views: 5607

Re: DEFINE WINDOW STYLE 2010 missing controls

... according to your choice to buttonbar or menu to be used with MainWindow. Example: DEFINE BUTTONBAR oBar OF oWndMAIN 2010 MENU oMenu 2010 .... ENDMENU
by nageswaragunupudi
Fri Sep 27, 2013 4:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: DEFINE WINDOW STYLE 2010 missing controls
Replies: 3
Views: 924

Re: CONTRUIR UN MENU en ventana principal desde una tabla o dbf

... oMnuItem ) ENDIF cValue := ALLTRIM((cMnuAlias)->CNEXT) DO CASE CASE cValue == 'M0' MENU CASE cValue == 'M1' MENU CASE cValue == 'E1' ENDMENU CASE cValue == 'E2' ENDMENU ; ENDMENU CASE cValue == 'E3' ENDMENU ; ENDMENU ; ENDMENU CASE cValue == 'E4' ENDMENU ; ENDMENU ; ENDMENU ; ENDMENU ...
by jcenteno
Tue Aug 13, 2013 2:29 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONTRUIR UN MENU en ventana principal desde una tabla o dbf
Replies: 11
Views: 3497

Re: CONTRUIR UN MENU en ventana principal desde una tabla o dbf

... MENUITEM HB_OEMTOANSI( ALLTRIM(MEN->cNombreMen) ) ELSE MENUITEM HB_OEMTOANSI( ALLTRIM(MEN->cNombreMen) ) DISABLED ENDIF MENU MENUX(1) ENDMENU ENDDO ENDMENU // CLOSE MEN // CLOSE OPC RETURN //************************************************************************************** FUNCTION ...
by russimicro
Tue Aug 13, 2013 2:15 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: CONTRUIR UN MENU en ventana principal desde una tabla o dbf
Replies: 11
Views: 3497

error on toolbar tbmenu

... "LOOK_EXCEL" ACTION oBrwLook:ToExcel() MENUITEM "File Dbase(Dbf)" RESOURCE "LOOK_DBF" ACTION oBrwLook:ToDBF( cFile) ENDMENU return opop
by Silvio.Falconi
Sat May 11, 2013 9:39 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: error on toolbar tbmenu
Replies: 1
Views: 449

UEStudio wordfile changes for Clipper language

... dbgotop dbgoto dbsetfilter dbusearea dbcommit dbrecall dbdelete dbunlock dbappend exit else elseif endif export empty endclass endcase end endmenu enddo endpage endprint erase eof eval exact file for function from of footer font filter field fieldget fieldput fcount flock ferase fields ...
by Antonio Linares
Thu Apr 18, 2013 11:11 am
 
Forum: Utilities / Utilidades
Topic: UEStudio wordfile changes for Clipper language
Replies: 0
Views: 1278

Re: Error con un programa de fivewin en una maquina virtual

... )                EXIT             CASE "2" // separador                separator                EXIT             CASE "3" // endMenu                endMenu                EXIT             CASE "4" // menuItem normal asignado a una variable                hb_execFromArray( ...
by quique
Fri Apr 12, 2013 6:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error con un programa de fivewin en una maquina virtual
Replies: 47
Views: 8745

Re: Again about scripting ... HB_CompileBuf

... ) SEPARATOR MENUITEM if( cLg == "L", "Pašalinti filtrus", "Clear filters" ) ACTION MsgInf( "salinsim " ) ENDMENU return( oPopup ) Undefined function ... :( .
by Rimantas
Mon Mar 11, 2013 8:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Again about scripting ... HB_CompileBuf
Replies: 28
Views: 4943

Re: MASTER ANTONIO

... TMain, en la cual defino un window padre asi:: //------------------- METHOD WindowMain() CLASS TMain Local This:=Self Local oMenu // MENU oMenu ENDMENU // SETBALLOON(.T.) DEFINE WINDOW ::oWnd MDI MENU oMenu; TITLE ::cTitulo PIXEL FROM 0, 0 TO Getsysmetrics(17), Getsysmetrics(16) BRUSH ::oBrushoWnd; ...
by mantonio_08
Tue Feb 12, 2013 2:03 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: MASTER ANTONIO
Replies: 12
Views: 1969

Re: RBTN ERROR

... "Save as Draft" MENUITEM oMenuItem[7] PROMPT "Save as Recurring" SEPARATOR MENUITEM oMenuItem[8] PROMPT "Preview" ENDMENU oMenuItem[8]:lChecked:=.t.
by Silvio.Falconi
Mon Feb 04, 2013 12:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: RBTN ERROR
Replies: 4
Views: 806
PreviousNext

Return to advanced search