Hello,
I want to create my own menubar using following code
SET DEFAULT TO ((rstam)+'menus')
IF FILE("menu.mpr") = .F.
SET DEFAULT TO ((rstam)+'menus')
set sysmenu save
SET SYSMENU to
DEFINE MENU v3start BAR AT LINE 1
DEFINE PAD menu1 OF v3start PROMPT 'Keuzescherm' COLOR SCHEME 3 FONT "Arial",14 STYLE "B,I" key ALT+K, ''
ON PAD menu1 OF v3start ACTIVATE POPUP Keuzescherm
DEFINE POPUP Keuzescherm MARGIN RELATIVE COLOR SCHEME 4 FONT "Arial", 13 STYLE "B"
endif
With this code I get no error but I can't find v3start.mnx.
Whart is wrong?
regards,
Paul
I want to create my own menubar using following code
SET DEFAULT TO ((rstam)+'menus')
IF FILE("menu.mpr") = .F.
SET DEFAULT TO ((rstam)+'menus')
set sysmenu save
SET SYSMENU to
DEFINE MENU v3start BAR AT LINE 1
DEFINE PAD menu1 OF v3start PROMPT 'Keuzescherm' COLOR SCHEME 3 FONT "Arial",14 STYLE "B,I" key ALT+K, ''
ON PAD menu1 OF v3start ACTIVATE POPUP Keuzescherm
DEFINE POPUP Keuzescherm MARGIN RELATIVE COLOR SCHEME 4 FONT "Arial", 13 STYLE "B"
endif
With this code I get no error but I can't find v3start.mnx.
Whart is wrong?
regards,
Paul