I have here a problem which has put the forum a few months and still can not solve.
The following example was tested on Windows emulator 6.5, and 6.1
#include "FWCE.ch"
function Main()
local oWnd, cValue :="One"
DEFINE window oWnd TITLE "Combos"
@ 1, 1 COMBOBOX cValue ITEMS { "One", "Two", "Three" } OF oWnd
ACTIVATE window oWnd
return nil
in the 6.5 the combobox not open
in thr 6.1 or 5.0 operate normally
Any topic will be a great help.
best Regards
Sérgio