Hello,
Next problem with xBrowse : oBrw:nDatalines is set to 2 , works as expected in FWH1303 , NOT IN FWH1402 (shows 1 dataline)
I have no idea to search for , try to give the code so short as possible :
Frank
Next problem with xBrowse : oBrw:nDatalines is set to 2 , works as expected in FWH1303 , NOT IN FWH1402 (shows 1 dataline)
I have no idea to search for , try to give the code so short as possible :
@ 0,0 XBROWSE oBrw ARRAY Arr PIXEL OF oDlg FONT oFont;
COLUMNS aCol;
HEADERS aHead;
COLSIZES aWidth;
SORT aSort;
SIZE (oDlg:nRight - oDlg:nLeft)/2 , (oDlg:nBottom -oDlg:nTop)/2-10;
AUTOSORT
oBrw:ndataLines := 2 // Is executed. Before activating the dialog this value is still there
.....
oBrw:CreateFromCode()Frank
test