Search found 277 matches: buildmenu

Return to advanced search

Re: Debug a console app

Gustavo,

In your code please rename __dbgBuildMenu() as BuildMenu() and try it again, thanks
by Antonio Linares
Mon Apr 20, 2015 4:25 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Debug a console app
Replies: 11
Views: 1920

Problema / Bug TWINDOW y controles

... teniendo un problema extrañísimo, sé como hacer una chapuza para que funcione, pero no sé de donde viene. Si escribo esto: DEFINE WINDOW oWnd MENU buildmenu() ACTIVATE WINDOW oWnd MAXIMIZED Y desde una opción del menú, llamo a: DEFINE DIALOG oDlg RESOURCE "MIDLG" ACTIVATE DIALOG oDlg ...
by jmartial
Tue Mar 24, 2015 9:09 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Problema / Bug TWINDOW y controles
Replies: 12
Views: 2197

Re: problem with report

... function Main() local oBar, oCursorHand DEFINE WINDOW oWnd ; TITLE "Testing FiveWin Report-Engine and Print-Preview" ; MENU BuildMenu() DEFINE BUTTONBAR oBar _3D SIZE 26, 27 OF oWnd DEFINE BUTTON OF oBar FLAT TOOLTIP "Generate report" ; ACTION DoReport() RESOURCE ...
by davor0501
Fri Jan 23, 2015 11:32 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: problem with report
Replies: 5
Views: 929

Re: Report Preview page Panel FWH 1412

Another idea : DATA oMenuListPanel from 688 line of METHOD BuildMenu() SEPARATOR MENUITEM ::oMenuListPanel PROMPT FWString( "&Show listpanel" ) ; ACTION (IIF(::lListViewHide=.F.,.T.,.F.)) ; MESSAGE FWString( "Show List panel" ) ...
by Silvio.Falconi
Mon Jan 12, 2015 8:28 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Report Preview page Panel FWH 1412
Replies: 17
Views: 2786

Re: Necesito Ayuda!!!!!

... ON SetHandleCount(99) REQUEST DBFCDX RddSetDefault("DBFCDX") DEFINE WINDOW oWnd FROM 1, 5 TO 20, 75; TITLE "Prueba" MENU BuildMenu() ACTIVATE WINDOW oWnd MAXIMIZED return nil //-------------------------------------------------------------------------------------------- ...
by willy1701
Thu Jan 01, 2015 9:26 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Necesito Ayuda!!!!!
Replies: 24
Views: 4723

To Antonio and all ..Change a language with fwstring

... oBIvap PROMPT fwstring("+ Iva") OF oDlg ; SIZE 63,25 ; ACTION when I change the language on another function I made : oDlg:SetMenu( BuildMenu() ) aEval(oDlg:aControls,{|oC|iif(oC:ClassName()="TBUTTON",oC:SetText( oC:cCaption ),)}) aEval(oDlg:aControls,{|oC|iif(oC:ClassName()="TBUTTON",oC:refresh(),)}) ...
by Silvio.Falconi
Sun Nov 09, 2014 6:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Antonio and all ..Change a language with fwstring
Replies: 4
Views: 949

FW Error Log with 1408 ( solved )

... DIALOGBOX : 0 in Module: TDIALOG:ACTIVATE : 277 in Module: .\source\classes\DIALOG.PRG _POVIEW : 464 in Module: POVIEW.PRG (b)BUILDMENU : 450 in Module: Main.prg TMENU:COMMAND : 467 in Module: .\source\classes\MENU.PRG TWINDOW:COMMAND : 1,062 in Module: .\source\classes\WINDOW.PRG ...
by Rick Lipkin
Sat Oct 11, 2014 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FW Error Log with 1408 ( solved )
Replies: 8
Views: 2074

Xbrowse ADO

... STYLE TILED // FiveWin new predefined Brushes DEFINE WINDOW oWnd FROM 4, 4 TO 25, 75 ; TITLE FWVERSION + " - Browsing power" ; MENU BuildMenu() ; BRUSH oBrush DEFINE BUTTONBAR oBar OF oWnd DEFINE BUTTON FILENAME "..\bitmaps\Exit.bmp" OF oBar ; ACTION If( MsgYesNo( "Do ...
by brewster
Fri Oct 10, 2014 6:00 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse ADO
Replies: 4
Views: 1131

Re: Event Function to automatically exit from the application

... oWnd FROM 0,0 TO 29,78 TITLE "Hematologie Pr Y Beguin:"+xxdroit+" "+mtmp+ ; "=>"+msfx ; BRUSH oBrush ; MENU BuildMenu() SET MESSAGE OF oWnd ; TO "Dossier Hémato 2013-10 ~ (DMI.EXE 27~10~2013) "+FWVERSION ; CENTERED DATE KEYBOARD 2007 DEFINE TIMER ...
by Jack
Sun Aug 10, 2014 8:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Event Function to automatically exit from the application
Replies: 4
Views: 857

Re: Warning W8065

... Called from: => TXBROWSE:CREATEFROMCODE( 790 ) Called from: => TGESANA:ACTIVATE( 150 ) Called from: => GESANA( 79 ) Called from: => (b)BUILDMENU( 448 ) Called from: => TMENU:COMMAND( 461 ) Called from: => TWINDOW:COMMAND( 1037 ) Called from: => TMDIFRAME:COMMAND( 247 ) Called ...
by mauri.menabue
Sun Jun 22, 2014 11:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Warning W8065
Replies: 7
Views: 949

Primer intento de migracion xharbour a HARBOUR (SOLUCIONADO)

... from: .\source\classes\DIALOG.PRG => TDIALOG:ACTIVATE( 270 ) Called from: WNOMIPQ.prg => GRABAR( 178 ) Called from: WNOMIPQ.prg => (b)BUILDMENU( 237 ) METHOD PaintData( nRow, nCol, nHeight, lHighLite, lSelected, nOrder, nPaintRow ) CLASS TXBrwColumn   local oCol, n, nDataHeight  ...
by FranciscoA
Sun Jun 22, 2014 7:22 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Primer intento de migracion xharbour a HARBOUR (SOLUCIONADO)
Replies: 10
Views: 1553

Re: COMO SE PUEDE CREAR UN OBJETO

... Called from: source\rtl\win32ole.prg => CREATEOBJECT(78) Called from: MM204.PRG => MD204(14) Called from: MODULO.PRG => (b)BUILDMENU(219) Called from: .\source\classes\MENU.PRG => TMENU:COMMAND(484) Called from: .\source\classes\WINDOW.PRG => TWINDOW:COMMAND(1048) ...
by elmoiquique
Sun Jun 15, 2014 2:53 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: COMO SE PUEDE CREAR UN OBJETO
Replies: 19
Views: 6073

Re: fwh 14.2 print preview issue with win xp

... from: .\source\classes\DIALOG.PRG => TDIALOG:ACTIVATE( 274 ) Called from: ODWINX.prg => ODVR11( 1770 ) Called from: ODWINX.prg => (b)BUILDMENU( 33 ) Called from: .\source\classes\MENU.PRG => TMENU:COMMAND( 463 ) Called from: .\source\classes\WINDOW.PRG => TWINDOW:COMMAND( 1050 ...
by davor0501
Fri Apr 25, 2014 10:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: fwh 14.2 print preview issue with win xp
Replies: 18
Views: 4990

Re: xbrowse and Language error

... procedure must change the language on all the application. for a sample I can change the main menu with //refresh the Menu ::oWndMain:SetMenu( ::BuildMenu() ) If I insert a button on only one xbrowse as you sad the user have tha lnguage changed for that xbrowse but not for all xbrowses of application. ...
by Silvio.Falconi
Fri Feb 14, 2014 8:18 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: To Nages : xbrowse and Language error
Replies: 10
Views: 2790

Re: Ventanas y diálogos

... PRIN TITLE EMPRESAS[1]+" "+alltrim(EMPRESAS[2])+" (Usuario "+USUARIO[1]+" "+alltrim(USUARIO[2])+")"; MENU BUILDMENU(nLICENCIA) icon oIco MDI //COLOR "W+/RB" prueba y comenta, saludos... :shock:
by joseluisysturiz
Mon Feb 10, 2014 12:58 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Ventanas y diálogos
Replies: 11
Views: 2103
PreviousNext

Return to advanced search