VDC: bug with multiple windows

wh <[email protected]>
Newsgroups gmane.comp.lang.4gl.aubit.general
Message-ID <[email protected]>
Hello,

today I discovered a problem with VDC when I use MENU and more than one 
form/window at a time. If I open a window, start MENU and open a new 
window in a MENU COMMAND, the menu in the "main" form is completely 
disabled, even if i "switch" to the "master" window with CURRENT WINDOW 
IS...

When you start the follwing example and choose "test" option, the detail 
window is created, but the menu in the main window stays disabled.

here the example code:
test.4gl
>>> 
main
     open window main with form "f1"
     display "main" to m1
     menu "main"
         command "test"
             open window detail1 with form "f2"
             display "d1" to d1
             current window is main
         command "end" exit menu
     end menu
end main
<<<

f1.per
>>> 
database formonly
screen
{
Master Window [m1                  ]
}
attributes
m1 = formonly.m1 type char;
<<<

f2.per
>>> 
database formonly
screen
{
Detail Window 1 [l000          ]
}
attributes
l000 = formonly.d1;
<<<



------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.