Ok, thanks
I will review the reason
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
El secreto de la felicidad no está en hacer lo que te gusta, sino en que te guste lo que haces
Ok, thanks
I will review the reason


With Buid 1 or Build 2?
Build 2 (February 2016)
With all styles? ( non style, 2007, 2010, 2013, 2015 )?
OK I will try to produce a self contained example.
Ok, thanks
I confirm the problem
FWH 16.01 MENUITEMs is different from previous version.
I wanted insert image here, but i dont know how to do !
Can any hel me ?
I tried to click on IMG button,, and then ??
Suppose my image in on my HD in C:\FWERR\IMAME.JPG
What is the correct sintax of ?
tks
No
Consider using a hosting service images
I use http://postimage.org/ (free)
Upload an image and then select Link for forums (1) -> Copy to Clipboard
And paste in your message forum
Romeo wrote:K tks
Here is the old release:
http://postimg.org/image/hjul5v8sh/
Heare is the new release:
http://postimg.org/image/gvlqmxa2p/
See the difference !
Hi
At the end I have found the problem.
This error occurs if I use SET EXACT ON at the beginning of my program
#include "FiveWin.ch"
static oWnd
function Main()
set exact on
DEFINE WINDOW oWnd FROM 1, 5 TO 20, 70 ;
TITLE "Testing Menus" ;
MDI ;
MENU BuildMenu()
SET MESSAGE OF oWnd TO FWVERSION + " - Menu Management Power" 2015
ACTIVATE WINDOW oWnd
return nil
function BuildMenu()
local oMenu
MENU oMenu 2015
MENUITEM "&Sigorta"
MENU
MENUITEM "Poliçe Menüsü-1" ACTION MsgInfo(1)
MENUITEM "Poliçe Menüsü-2" ACTION MsgInfo(2)
ENDMENU
MENUITEM "&Muhasebe"
MENU
MENUITEM "Döviz Kurları" ACTION MsgInfo(3)
MENUITEM "Hesap Planı" ACTION MsgInfo(4)
ENDMENU
MENUITEM "&Hasarlar"
MENU
MENUITEM "Döviz Kurları" ACTION MsgInfo(3)
MENUITEM "Hesap Planı" ACTION MsgInfo(4)
ENDMENU
MENUITEM "&Raporlar"
MENU
MENUITEM "Döviz Kurları" ACTION MsgInfo(3)
MENUITEM "Hesap Planı" ACTION MsgInfo(4)
ENDMENU
MENUITEM "So&me more"
MENU
MENUITEM "Döviz Kurları" ACTION MsgInfo(3)
MENUITEM "Hesap Planı" ACTION MsgInfo(4)
ENDMENU
ENDMENU
return oMenu