Search found 12 matches: amenu

Return to advanced search

Re: Menu desde Tabla MySql

... COLORBOX oDp:nMenuBoxClrText ; HEIGHT oDp:nMenuHeight; // SELECT 3D ; LOGO oDp:cBmpTransacciones ; LOGOCOLOR oDp:nMenuMainClrText aMenu:=ACLONE(aMenuTra) oDp:oItemTransaccion:lActive:=!EMPTY(aMENUTRA[1]) .AND. lHorario hacermenu(aMenu) C5ENDMENU      C5MENUITEM oDp:oItemTransaccion ...
by jnavas
Wed Dec 12, 2018 11:06 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Menu desde Tabla MySql
Replies: 16
Views: 3318

Re: Menu desde Tabla MySql

... ; FONT oDp:oFontMenu; HEIGHT oDp:nMenuHeight; // 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 ...
by jnavas
Wed Dec 12, 2018 11:02 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Menu desde Tabla MySql
Replies: 16
Views: 3318

Re: Tree xBrowse Menu

1) Change 3rd column of aMenu as a codeblock. Example: { 1, "Empresas", { |o|F1001() } },   2) Change TREEITEM aMENU[i][2]   as TREEITEM oItem PROMPT aMENU[i][2]oItem:bAction ...
by nageswaragunupudi
Thu Feb 22, 2018 3:26 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Tree xBrowse Menu (ONE MORE)
Replies: 12
Views: 2583

Re: multiple defintions, forst defined here

... LOCAL HSCOICON := 0 PUBLIC HMAINWND // MAIN WINDOW PUBLIC HIDDEN := .F. // MAIN WINDOW VISIBILITY STATE PUBLIC HINST := _GETINSTANCE() PUBLIC AMENU // MAIN MENU PUBLIC NILMENU // EMPTY MENU TO GIVE MAIN WINDOW WHEN IT IS DISABLED PUBLIC HWAIT // HOUR GLASS CURSOR HANDLE PUBLIC HAROW // ARROW ...
by lmheimendinger
Mon Dec 05, 2016 3:52 pm
 
Forum: FiveWin for CA-Clipper
Topic: multiple defintions, forst defined here
Replies: 15
Views: 20610

IMPLEMENTING A MENU OPTION ON EXPLORERBAR

Image

Someone can help me please
When I move the mouse over th emenu it not change colors!!!
by MdaSolution
Wed Jul 07, 2010 10:24 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: IMPLEMENTING A MENU OPTION ON EXPLORERBAR
Replies: 0
Views: 265

Re: Crear Menus desde archivo texto

... menu desde el archivo texto sin tener que compilar el programa. Atentamente Julio Ponce Julio, asi como te indica Esteban Tenés que leer la tabla aMenu y harias así MENU oMenu 2007 MENU MENUITEM aMenu[1] MESSAGE "mensage" ACTION tufuncion() ENDMENU ENDMENU Saludos Adhemar
by jponce
Thu Oct 15, 2009 9:51 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear Menus desde archivo texto
Replies: 9
Views: 1591

Re: Crear Menus desde archivo texto

Julio, asi como te indica Esteban
Tenés que leer la tabla aMenu

y harias así

MENU oMenu 2007
MENU
MENUITEM aMenu[1] MESSAGE "mensage" ACTION tufuncion()
ENDMENU
ENDMENU

Saludos

Adhemar
by acuellar
Thu Oct 15, 2009 9:27 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Crear Menus desde archivo texto
Replies: 9
Views: 1591

Filtro en set relation

... es decir xCve:=0 select 1 use detalle alias aDetalle Shared select 2 use catalogo alias aCatalogo Shared set relation to aDetalle->Ref_no into aMenu necesito que ese relacion la haga cumpliendo un filtro de la variable xCve, pero no lo hace !! donde tengo que poner el filtro ?, claro que en ...
by yadira
Fri Jun 19, 2009 7:30 am
 
Forum: FiveWin para CA-Clipper
Topic: Filtro en set relation
Replies: 1
Views: 691

xBrowse and Array Refresh

... || nUserId:=oUsers:oRecSet:Fields("User_Id"):Value,; // func GetUserMenu() will erase the array aMenu and creates a Fresh array, aMenu is the array used in xBrowse2 GetUserMenu(oUserMenu,oMenuArray,nUserId,@aMenu),; oBrwMenu:Update(),; ...
by anserkk
Mon Dec 15, 2008 12:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: xBrowse and Array Refresh
Replies: 2
Views: 721

otra de menu para Jose Murugosa y Silvio en Italia

... * STATIC FUNCTION g_menu() * ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ * LOCAL amenu := { "Buscar", "Agregar", "Modificar", "Eliminar", "Listar",; "Calculadora","Otros", "Salir" } * esta matriz deberia venir formada como un parametro ...
by sildata
Tue Dec 26, 2006 12:47 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: otra de menu para Jose Murugosa y Silvio en Italia
Replies: 2
Views: 1394

Problema de refresco en ventana principal

... ventana principal de la aplicación, ponemos un Bitmap y un Say, la ventana la definimos así: DEFINE WINDOW oWnd MDI FROM 1,5 TO 20,75 MENU CreaMnu(aMenu) ; TITLE "Titulo" ICON oIcon; COLOR CLR_BLACK,CLR_WHITE Y para que cuando abramos un diálogo modal, no se nos borre ni el say ni el bitmap ponemos ...
by jmartial
Tue May 23, 2006 8:24 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema de refresco en ventana principal
Replies: 3
Views: 820

... oFontMulti ObjBrowse:aHeaders = cEtiqueta ObjBrowse:bLine = { || &(bBloque) } ACTIVATE DIALOG oForm CENTER ON RIGHT CLICK MenuPopup( oForm,, aMenu ) ON INIT ( InitMulti( oForm ), ObjBrowse:Refresh() ) Esto funciona barbaro, dentro de esa ventana hay una accion que seleccionando una linea ...
by Leonor Gonzalez
Mon Oct 24, 2005 3:45 pm
 
Forum: FiveWin for CA-Clipper
Topic: clase twbrowse
Replies: 7
Views: 3237

Return to advanced search