BUG aStart "unmark"
RootUpDirPath()
new:
PathInfo and CMDBox (under Construction)
Crtl-F8 and ALT-F10 both "just" use GetFolder()
all Variable check with -w1 -es2

Moderator: Rathinagiri
know Problemv.0.57 24.02.2020 OEM Problem ... Byte 30 -> "DOS 850" ?
v.0.56 24.02.2020 multi Browser F6 / F7 / F9 und F1 Info
v.0.55 23.02.2020 multi Browser WITHOUT Thread
v.0.54 23.02.2020 Sumatra PDF WITHOUT SET_COMPILE_HMG_UNICODE
v.0.53 22.02.2020 Sumatra PDF
v.0.52 22.02.2020 multi Browser with Thread und Macro
v.0.51 22.02.2020 all transfer from MAIN to FMGrid.PRG
Code: Select all
SET SCOPE TO [<expNewTop> [, <expNewBottom>]]
now GRID display and i press F6 for Index and F7 for SEEK.1.) change DEFINE BROWSE to DEFINE GRID
2.) change FIELDS aFeld to COLUMNFIELDS aFeld
3.) change WORKAREA &cWorkArea to ROWSOURCE (cWorkArea)
4.) change END BROWSE to END GRID
Code: Select all
nRec := RECNO()
#IFDEF Use_Browse
SetProperty( oBrowse, "BrowserView", "Value", nRec )
#ELSE
SetProperty( oBrowse, "BrowserView", "RecNo", nRec )
#ENDIF
now close TAB 2Grid_1
Grid_2
Grid_3
add new TABGrid_1
Grid_3
so until now it is need to close LAST TAB ... that is not what i wantGrid_3 Of WinLeft Already defined.
Code: Select all
HBFM.exe /Le:\TEMP\#c:\hmg.3.4.4\0\HBFM\ /Rd:\ALASKA\SHFILE\#c:\hmg.3.4.4\0\USB\#f:\CT\
arrrrrrrrrrggggggghuiyi_ch wrote: ↑Fri Mar 13, 2020 1:19 pm Hello AUGE_OHR,
Start running this program, show the following error to stop running!
Date:03/13/2020 Time: 21:11:14
Error BASE/1111 Argument error LEN Parameter : [ 1] = U NIL
Called from LEN(0)
Called from TESTSTORETAB(4725)
Called from FILLGRID(990)
Called from (b)DUALGRID(305)
Called from _PROCESSINITPROCEDURE(5858)
Called from _ACTIVATEWINDOW(5609)
Called from DUALGRID(849)
Called from MAIN(142)