Search found 224 matches: endmenu

Return to advanced search

CHARICON lista de codigos validos - para Cristobal ??

... , MENU 2015 MENUITEM "Agentes" SEPARATOR MENUITEM "Formas de Pago" CHARICON 57624 MENUITEM "Entidades Bancarias" ENDMENU He visto en los ejemplos que salen unos numeros como 57624 ,57621, etc. pero me gustaria saber que significa cada código y donde puedo estudiar ...
by carito
Wed Dec 19, 2018 8:14 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: CHARICON lista de codigos validos - para Cristobal ??
Replies: 9
Views: 1531

Re: Menu desde Tabla MySql

... SELECT 3D ; LOGO oDp:cBmpMacros ; LOGOCOLOR oDp:nMenuMainClrText oDp:oItemMacro:lActive:=!EMPTY(aMenuMac[1]) .AND. lHorario hacermenu(aMENUMAC) C5ENDMENU STATIC FUNCTION HACERMENU(aMenu,oMenu) LOCAL I:=1,lacceso:=.T.,lutilizo:=.F.,oItem,nIni:=0 lMenuXp:=.T. IF EMPTY(aMenu) .OR. EMPTY(aMenu[1]) ...
by jnavas
Wed Dec 12, 2018 11:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Menu desde Tabla MySql
Replies: 16
Views: 3350

Listbox strange problem

... GetSysFont() SIZE 0,-14 BOLD DEFINE FONT oFont3 NAME GetSysFont() SIZE 0,-20 BOLD MENU oMenu 2007 MENUITEM "E&xit" ACTION oWnd:End() ENDMENU DEFINE WINDOW oWnd FROM 0, 0 TO nSysH, nSysW PIXEL ; MENU oMenu TITLE PA[04] + " - ID: " + PA[10] + " - " + ALLTRIM( PA[11] ...
by cdmmaui
Wed May 23, 2018 7:21 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Listbox strange problem
Replies: 2
Views: 742

Re: MENSAJE EN ESPERA

... "fivewin.ch" #include "gif.ch" function main() local oWnd local oMenu menu oMenu menuitem "Prueba" action prueba() endmenu define window oWnd menu oMenu activate window oWnd return nil function prueba() local oDlg,oAnimate local oGif local n := 0 local oSay local ...
by jbrita
Fri Apr 13, 2018 10:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: MENSAJE EN ESPERA
Replies: 5
Views: 1277

Re: error on win 10

Silvio,

Please check that there are no extra or missings ENDMENU clauses
by Antonio Linares
Tue Mar 27, 2018 3:30 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: error on win 10
Replies: 3
Views: 615

Re: explorerbar Menu

... function with menupopup type Function Stampa_Mov(oGrid,oCont,oBar) Local oMenuStampa MENU oMenuStampa POPUP MENUITEM "Elenco Movimenti" ENDMENU return oMenuStampa https://s14.postimg.org/fgdtwgeq9/testv.jpg Note : with Explorerbar I cannot link a popupmenu and all menuitem ...
by Silvio.Falconi
Fri Feb 09, 2018 9:35 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: explorerbar Menu
Replies: 2
Views: 660

Re: Problemas de 'TClase'

... Rebuts/Enviats en la sesió" RESOURCE "sendbmp" MENUITEM "Fitxer de Dossiers Exportats" RESOURCE "servicebmp" ENDMENU ACTIVATE POPUP oMenu AT nTop,0 OF oWnd RETURN NIL //------------------------------------------------------------------------// FUNCTION menu2007( ...
by Xevi
Wed Dec 13, 2017 11:37 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problemas de 'TClase'
Replies: 5
Views: 866

Re: DEFINE FONT vs TFont()

... SEPARATOR MENUITEM "Exit" ACTION WndMain():End()// HSYSBITMAP 5 lo comento porque se vuelve 'pesado' en menu 2007/2013/2015 ENDMENU MENUITEM "Two" MENU oMnu2 MENUITEM "Sunday"// HSYSBITMAP 9 lo comento porque se vuelve 'pesado' en menu 2007/2013/2015 SEPARATOR ...
by Xevi
Wed Dec 13, 2017 11:04 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: DEFINE FONT vs TFont()
Replies: 20
Views: 3479

FiveWin 17.07 menu problems

... NIL MENU MENUITEM "Abrir chamado" ACTION NIL MENUITEM "Sugestões " ACTION NIL MENUITEM "Reclamações " ACTION NIL ENDMENU SEPARATOR MENUITEM "Agenda " ACTION NIL MENUITEM "&Recibos " ACTION NIL MENUITEM "&Backup " ACTION NIL ...
by shark
Sat Oct 14, 2017 4:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FiveWin 17.07 menu problems
Replies: 5
Views: 1191

New FTDN September/Septiembre 2017 (FWH 17.09)

... of our menu     Example: MENU oMenu MENUITEM "First" MENU MENUITEM "My Test" BOLD MENUITEM "My Menu" ITALIC ENDMENU ENDMENU In this case, the BOLD and ITALIC clauses are ignored     But, if the menu is defined as: MENU oMenu COLORS All clauses are active, ...
by Antonio Linares
Wed Oct 04, 2017 7:43 pm
 
Forum: WhatsNew / Novedades
Topic: New FTDN September/Septiembre 2017 (FWH 17.09)
Replies: 3
Views: 3409

Re: Ayuda cpm hbzebra.lib

... CODEBAR_PDF417, "PDF17" ) ) menuitem "DATAMATRIX" action( BuildCode( CODEBAR_DATAMATRIX, "DataMatrix :)") ) endmenu endmenu return oMenu function BuildCode( nCode, cCode, nFlags ) * local hDC := oWndP:GetDC() default nFlags := 0 oCode:Reset() if nCode < ...
by Busmatic_wpb
Thu Sep 07, 2017 1:16 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ayuda cpm hbzebra.lib
Replies: 12
Views: 2699

New FTDN July 2017 (FWH 17.07)

... as MENU POPUP AddEdit( aColors, cFile, cRes, lPop ) Sample: Function MyEditMnu( nR, nC, nF, oDlg ) local oMnu MENU oMnu POPUP oMnu:AddEdit(,,,.T.) ENDMENU ACTIVATE MENU oMnu OF oDlg AT nR, nC Return oMnu * COMBOBOX: Applies to comboboxes created from Source and Resources: - New clause ITEMHEIGHT ...
by Antonio Linares
Sun Aug 13, 2017 8:19 am
 
Forum: WhatsNew / Novedades
Topic: New FTDN July 2017 (FWH 17.07)
Replies: 5
Views: 3021

Re: New Menus clauses Wiki updated

... MNUSELECT.PRG MENUITEM Upper( "FieldNames_" ) + Alias( 1 ) MENU SELECT ( Alias( 1 ) )->( DbStruct() ) LIMIT -1 COLUMNS 2, 1, 3 //, 4 ENDMENU MENUITEM Upper( "FieldNames_" ) + Alias( 1 ) + "_EXPAND" MENU SELECT ( Alias( 1 ) )->( DbStruct() ) LIMIT -1 COLUMNS ...
by RAMESHBABU
Tue Jul 11, 2017 1:30 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Menus clauses Wiki updated
Replies: 10
Views: 1864

Re: Bug in mdichild menu

... ) MENUITEM "Changed&2" ACTION MSGINFO( "2" ) MENUITEM "Changed&3" ACTION MSGINFO( "3" ) ENDMENU DEFINE WINDOW oWnd MDICHILD OF oMdi; TITLE "MDI Child Test"; MENU oMenu NOSYSMENU ACTIVATE WINDOW oWnd; VALID !GETKEYSTATE( VK_ESCAPE ...
by cnavarro
Mon Jun 05, 2017 1:03 pm
 
Forum: Bugs report & fixes / Informe de errores y arreglos
Topic: Bug in mdichild menu [Fixed]
Replies: 15
Views: 5350

Re: TCALEX - Sr. Cristobal Navarro

... mais o mouse não funciona. A window fica como se estivesse congelada. METHOD New() CLASS SampleCalex local oMenu local oSelf := Self MENU oMenu ENDMENU ::dDateStart := Date() ::dDateEnd := Date() ::lOnPreNext := .F. ::nIDPonto := RetornaIDDoPonto() DEFINE WINDOW ::oWndAC mdichild of M->oWnd ...
by MGA
Mon Apr 10, 2017 12:36 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TCALEX - Sr. Cristobal Navarro
Replies: 18
Views: 3430
PreviousNext

Return to advanced search