Maurizio
www.nipeservice.com
www.nipeservice.com
Maurizio,
We are unable to reproduce it here.
Could you please provide us a small self contained example to reproduce it ? thanks ![]()
#include "FiveWin.ch"
#include "XBrowse.ch"
function Main()
local oDlg, oBrw
USE CUSTOMER
DEFINE DIALOG oDlg RESOURCE "Test"
REDEFINE XBROWSE oBrw ID 10 OF oDlg
ACTIVATE DIALOG oDlg
return nilLANGUAGE LANG_ENGLISH,SUBLANG_ENGLISH_US
TEST DIALOG DISCARDABLE 68, 43, 336, 213
STYLE WS_POPUP|DS_MODALFRAME|WS_CAPTION|WS_SYSMENU|WS_VISIBLE
CAPTION "Test"
FONT 8, "MS Sans Serif"
{
CONTROL "", 10, "Edit", WS_VSCROLL|WS_BORDER|WS_TABSTOP, 0, 0, 335, 182
}In the RC file, please replace "Edit" with "TXBrowse". It works correctly with this change. Behavior is the same in previous versions also.
Rao
Thank
Dear Rao,
Very good observation ![]()