Search found 21 matches: menuadditem

Return to advanced search

New Version of FiveWin 20.02

All, I just purchased a renew and received my copy of FiveWin 20.02 for Harbour. I am using Borland C++ 7.0. I tried using my mak file and got errors, I modified it based on build.bat and got errors. I replaced it with build.bat and got the following: Borland Resource Compiler Version 5.40 Copyright...
by byron.hopp
Thu Mar 31, 2022 8:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: New Version of FiveWin 20.02
Replies: 3
Views: 345

Re: Xbrowse : Setup configuration file

... 1 to nLen oCol := ::aCols[ nFor ] cPrompt := Trim( MemoLine( if(VALTYPE(oCol:cHeader)=="C",oCol:cHeader,EVAL(oCol:cHeader)), 250, 1 ) ) MenuAddItem( cPrompt, , !oCol:lHide, ( len(::aDisplay) != 1 .or. ocol:nPos != 1 ), GenMenuBlock( ::aCols, nFor ) ) next ENDMENU if ::bkeydown<>nil.and.::nMarqueeStyle==MARQSTYLE_HIGHLCELL ...
by ShumingWang
Sat Apr 17, 2021 12:11 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Xbrowse : Setup configuration file
Replies: 5
Views: 1217

Re: FWH64

Antonio, I have slill a problem. I have changed the MAK-file to #Microsoft Visual-Studio Community 2015, (c) FiveTech Software 2016HBDIR=C:\_vmsdata\FWH64\harbour64FWDIR=C:\_vmsdata\FWH64\fwh64VCDIR="c:\Program Files (x86)\Microsoft Visual Studio 14.0\VC"SDKDIR="c:\Program Fil...
by Marc Vanzegbroeck
Tue Mar 22, 2016 7:08 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH64
Replies: 110
Views: 25128

Re: FWH1510:Problem with resource background become black color

... 2015.12.17 18:58:41: W:\Project\WinCurtainErp\241\XXX\Exe32\WinCurtainErp.exe -- BMP,-2147151266,TMENUITEM:NEW(308)->MENUADDITEM(216)->TWINCURTAINERP:BUILD_FW_MENU(597)->TWINCURTAINERP:NEW(537)->MAIN(349) 2015.12.17 18:58:41: W:\Project\WinCurtainErp\241\XXX\Exe32\WinCurtainErp.exe ...
by richard-service
Thu Dec 17, 2015 11:10 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH1510:Problem with resource background become black color
Replies: 13
Views: 6467

Re: Menu (se podrá?)

... oWnd:PostMsg(WM_CLOSE) ENDIF nRec := oQry:LastRec() oApp:oMainMenu := MenuBegin( ,,, TRUE ) FOR i := 1 To nRec IF ( oQry:FLDSEPARAT ) oMnuItem:= MenuAddItem() ENDIF IF FILE( cFileBmp := oGraph:cmnuimgpath + ALLTRIM(oQry:FLDFILEBMP) ) ENDIF IF ! EMPTY( cResName := ALLTRIM(oQry:FLDRESBMP) ) ENDIF ...
by jcenteno
Sun Oct 11, 2015 11:13 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Menu (se podrá?)
Replies: 11
Views: 2659

Re: Migrate to Harbour

... ] ; [ <HelpId: HELP ID, HELPID> <nHelpId> ] ; [ WHEN <uWhen> ] ; [ <break: BREAK> ] ; => ; [ <oMenuItem> := ] MenuAddItem( <cPrompt>, <cMsg>,; <.checked.>, [ Upper(<(enable)>) == "ENABLED" ],; [\{| <oMenuItem> | <uAction>\}],; ...
by Enrico Maria Giordano
Sat Jul 05, 2014 10:31 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrate to Harbour
Replies: 85
Views: 11913

Re: Migrate to Harbour

... ] ; [ <HelpId: HELP ID, HELPID> <nHelpId> ] ; [ WHEN <uWhen> ] ; [ <break: BREAK> ] ; => ; [ <oMenuItem> := ] MenuAddItem( <cPrompt>, <cMsg>,; <.checked.>, [ Upper(<(enable)>) == "ENABLED" ],; [\{| <oMenuItem> | <uAction>\}],; ...
by cnavarro
Sat Jul 05, 2014 10:21 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Migrate to Harbour
Replies: 85
Views: 11913

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

... oApp:oMainMenu := MenuBegin( ,,, TRUE ) // MENU oApp:oMainMenu 2007 FOR i := 1 To nRec IF ( oQry:FLDSEPARAT ) //== TRUE *SEPARATOR oMnuItem:= MenuAddItem() ENDIF IF FILE( cFileBmp := oGraph:cmnuimgpath + ALLTRIM(oQry:FLDFILEBMP) ) ENDIF IF ! EMPTY( cResName := ALLTRIM(oQry:FLDRESBMP) ) ENDIF ...
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: 3470

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

...                menuItem hMenu:descrip                menu                EXIT             CASE "1" // menuItem normal                menuAddItem( hMenu:descrip + if( hMenu:flags1 == nil, "", armaKeyFlags( hMenu ) ),,,, ;                            hMenu:accion,,,,, hMenu:flags1, ...
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: 8691

Re: Harbour 3.0 / MSVC DLL32 error

... The linker is telling me it can't find many basic functions ( externals ). These include, but are not limited to, TINI, GRADIENTFILL, MENUEND, MENUADDITEM, MENUBEGIN, TBITMAP, TBAR, SHELLDEBUG, SHELLEXECUTE, TICON, TFONT, TMULTIGET, OSEND, DBGALERTT, TFOLDER, TPRINTEND, PAGEEND, PAGEBEGIN, ...
by TimStone
Tue Nov 29, 2011 7:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Harbour 3.0 / MSVC DLL32 error
Replies: 9
Views: 3153

How To Save Changes In xbrowse

... ) MENUITEM "Right Align" WHEN oCol:nDataBmpAlign != AL_RIGHT ; ACTION ( oCol:nDataBmpAlign := AL_RIGHT , oCol:oBrw:Refresh() ) MenuAddItem( "Transparent", ,oCol:lBmpTransparent, .t., ; { |oItem| oCol:lBmpTransparent := !oCol:lBmpTransparent, ; oItem:SetCheck( oCol:lBmpTransparent ...
by acwoo1
Tue May 17, 2011 11:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How To Save Changes In xbrowse
Replies: 1
Views: 677

Urgent problem with FWH 10.3 !!!!

Hello, Today I rebuilded my application with FWH 10.3. But suddenly I got an error which doesn't happen in FWH 10.2 while rebuilding. This error says : xLINK: error: Unresolved external symbol '_HB_FUN_TACTIVEX referenced from (JUDA.obj)'. xLINK: error: Unresolved external symbol '_HB_FUN_TFONT refe...
by driessen
Wed Apr 07, 2010 8:47 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Urgent problem with FWH 10.3 !!!!
Replies: 3
Views: 1612

Re: Se necesita ayuda en el wiki !

... MakeWin() MapDialogRect() MCIGetErrorString() MCISendCommand() MCISendString() MdiCtrlAdjust() MDIRecEdit() MeasureItem() MemoEdit() MemStat() MenuAddItem() MenuBegin() MenuDrawItem() MenuEnd() MenuMeasureItem() MessageBox() MeterPaint() MGetCreate() MGetLine() MGetReplace() MidiNoteOn() ModifyMenu() ...
by Cgallegoa
Sun Feb 21, 2010 10:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Se necesita ayuda en el wiki !
Replies: 12
Views: 5503

Re: The word "Area" in a menu

the ppo file looks like this: MenuAddItem( "&Area Code",, .F.,, {|oMenuItem|msginfo("1")},,,,,,, .F.,,, .F. ) MenuAddItem( default_text("MENU", "CONDATA", "20"),, .F.,, {|oMenuItem|areacode_ent()},, ...
by PeterHarmes
Wed Nov 18, 2009 1:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: The word "Area" in a menu
Replies: 5
Views: 727

Doug, You are right. There is a bug in FiveLinux\source\classes\pdmenu.prg. function MenuAddItem() has to be modified this way: function MenuAddItem( cPrompt, bAction, cResName ) local oItem ATail( aMenus ):Add( oItem := TMenuItem():New( ...
by Antonio Linares
Sun Sep 07, 2008 4:51 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: A Problem with MenuItems (or Me!)
Replies: 2
Views: 1525
Next

Return to advanced search