Search found 224 matches: endmenu

Return to advanced search

Font problem Server

... ?" action .. SEPARATOR MENUITEM "&Torna a Impostazioni iniziali" action .. SEPARATOR MENUITEM "&Uscita" action .. ENDMENU ACTIVATE POPUP oPopup AT nnn,mmm OF odlg return nil *************************** Any help ?
by Romeo
Wed Feb 15, 2017 5:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Font problem Server
Replies: 7
Views: 1317

Re: como saber que elemento de un menu se ha seleccionado

... oPopRub:oLastItem:cCaption,7,1) }) , ; wfprodu->(Dbgotop()),oBrw:Refresh(),oBrw:Gotop(),oBrw:SetFocus() ) ; COLORPNEL CLR_BLACK SEPARATOR next ENDMENU Saludos Mariano y Raul
by mterraz
Wed Jan 25, 2017 1:41 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: como saber que elemento de un menu se ha seleccionado
Replies: 10
Views: 2493

Error fwh1608 - thema Classic (Solucionado)

... return nil function BuildMenu() local oMenu MENU oMenu MENUITEM "TEST" MENU MENUITEM "TEST ERROR" ACTION( NewDialog()) ENDMENU ENDMENU ENDMENU return oMenu //----------------------------------------------------------------------------// function NewChild() local oWndChild, ...
by MGA
Fri Nov 25, 2016 12:32 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error fwh1608 - thema Classic (Solucionado)
Replies: 15
Views: 3562

Re: btnbmp on buttonbar

... MENUITEM FWString("Get Paragraph Line Spacing") ACTION ; MsgInfo ( "Paragraph Line Spacing : " + STR(::nLineSpacing) ) ENDMENU DEFINE CURSOR oCursor HAND DEFINE CLIPBOARD oClp OF ::oWndMain FORMAT TEXT DEFINE BUTTONBAR oBar OF ::oWndMain 3D SIZE 26, 84 oBar:bLClicked ...
by Silvio.Falconi
Tue May 03, 2016 7:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: btnbmp on buttonbar
Replies: 13
Views: 2525

Re: BTNBMP AND POPUP

... y Estipendios" ACTION MsgAlert( "3" ) MENUITEM "Pago a proveedores y terceros" ACTION MsgAlert( "4" ) ENDMENU ACTIVATE POPUP oMenu AT aRect[ 3 ] + 1, aRect[ 2 ] OF oBtn oBtn:Refresh() RETURN NIL best regards Uwe :D
by ukoenig
Tue Mar 29, 2016 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: BTNBMP AND POPUP
Replies: 12
Views: 3384

Re: VERY URGENT PROBLEM concerning menu class

... oMenu, oMenu1, oMenu2 local oSub1,oSub2,oSub3 MENU oMenu MENUITEM "Test 1" MENU MENUITEM "Item 1" MENUITEM "Item 2" ENDMENU MENUITEM "Test 2" MENU MENUITEM "Item 1" MENUITEM "Item 2" ENDMENU MENUITEM "Test 3" MENU MENUITEM "Item ...
by Marco Turco
Thu Oct 29, 2015 9:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: VERY URGENT PROBLEM concerning menu class
Replies: 15
Views: 2518

Re: Menu (se podrá?)

... NEXT i MENUITEM 'A&yuda' HELP MENU MENUITEM '&Help' ACTION HelpIndex() RESOURCE 'AYUDA1' MENUITEM '&Acerca de...' ACTION fAbout() ENDMENU ENDMENU (cMnuAlias)->(dbCloseArea()) ELSE && MySql cQry := "SELECT * FROM " + oSystem:csysmenu + " WHERE lActive ORDER ...
by jcenteno
Sun Oct 11, 2015 11:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Menu (se podrá?)
Replies: 11
Views: 2662

15.09 Menu problem still

... spaced: MENU MENUITEM "Abc" MENUITEM "Def" MENUITEM "Options" MENU MENUITEM "Ghi" MENUITEM "JKL" ENDMENU ENDMENU In this case, the first menu items will be with a font of size 8, but the submenu items will be of size 12. It is a significant difference. ...
by TimStone
Sat Oct 10, 2015 6:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: 15.09 Menu problem still
Replies: 7
Views: 998

Re: Clic Derecho Xbrowse

... Sample popup function: function MyPopUp( oCol ) local oBrw := oCol:oBrw local oPop MENU oPop POPUP 2007 ... menuitems depending on the column ENDMENU // do not activate popup here. // return oPop object. // xbrowse automatically activates the popup at the correct position. return oPop Please ...
by nageswaragunupudi
Tue Jun 30, 2015 4:43 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clic Derecho Xbrowse (Solucionado)
Replies: 5
Views: 651

Re: REDEFINE SYSMENU Error with 15.05 Build3

... you remove this code: >>REDEFINE SYSMENU oMenu OF oDlg >>MENUITEM "Çerçe&ve Kaydet" ACTION ::Cerceve_Kaydet(1) >>ENDMENU >>Could you check if you keep getting the blue screens ? thanks I have tried. No problem. Unchanged SysMenu is showed.
by Horizon
Wed Jun 17, 2015 5:17 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE SYSMENU Error with 15.05 Build3
Replies: 26
Views: 5681

Re: REDEFINE SYSMENU Error with 15.05 Build3

Hakan,

If you remove this code:

REDEFINE SYSMENU oMenu OF oDlg
MENUITEM "Çerçe&ve Kaydet" ACTION ::Cerceve_Kaydet(1)
ENDMENU

Could you check if you keep getting the blue screens ? thanks
by Antonio Linares
Tue Jun 16, 2015 8:46 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: REDEFINE SYSMENU Error with 15.05 Build3
Replies: 26
Views: 5681

To Mr Rao :xbincflt.prg

... Len(aFlds) bAction := ... MENUITEM RTrim(aFlds[i]) BLOCK bAction Next SEPARATOR MENUITEM "Starting With" MENUITEM "Containing" endmenu
by Silvio.Falconi
Mon Jun 08, 2015 8:41 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Mr Rao :xbincflt.prg
Replies: 0
Views: 307

Re: problema con SetFont

... - ::nMesNumero ) MENUITEM ::aMESES[11] ACTION ::CambiarMes(11 - ::nMesNumero ) MENUITEM ::aMESES[12] ACTION ::CambiarMes(12 - ::nMesNumero ) ENDMENU SEPARATOR MENUITEM ::aTitBoton[3] ACTION ::AnoAnterior() MENUITEM ::aTitBoton[4] ACTION ::AnoSiguiente() IF !::lMostrarBoton //Bingen MENUITEM ...
by MOISES
Mon Feb 23, 2015 1:54 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: problema con SetFont
Replies: 17
Views: 4794

Re: problem with report

... database and generate a report" MENUITEM "&Exit" ACTION oWnd:End() ; MESSAGE "Terminate the application and exit" ENDMENU return oMenu function DoReport() local oRpt lPreview = .T. USE Customer REPORT oRpt; TITLE "Print" ; HEADER "Report" ; FOOTER ...
by davor0501
Fri Jan 23, 2015 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with report
Replies: 5
Views: 941

Re: Necesito Ayuda!!!!!

... oMenu MENUITEM "Archivos" MENU MENUITEM "Mi funcion" ACTION MiFun() SEPARATOR MENUITEM "Salir" ACTION oWnd:End() ENDMENU ENDMENU return oMenu //------------------------------------------------------------------------------------------------ y MiFun.prg #include ...
by willy1701
Thu Jan 01, 2015 9:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Necesito Ayuda!!!!!
Replies: 24
Views: 4729
PreviousNext

Return to advanced search