Have TGET control in DIALOG window and it has READYONLY attribute and the TGET reads data from a Mariarowset:column.
When TGET control gets cursor and throws an error as given below
Code: Select all
@40, 020 SAY "Ledger" SIZE 80, C_SAYH PIXEL COLOR C_SAYFCLR, C_SAYBCLR FONT oApp:oFontSay TRANSPARENT
@40, 100 GET aoGET[ 1 ] VAR oAcLedRs:ACCT_NAME SIZE 400, C_GETH PIXEL OF oWnd READONLY FONT oApp:oFontGet UPDATE
@70, 020 SAY "Group" SIZE 80, C_SAYH PIXEL COLOR C_SAYFCLR, C_SAYBCLR FONT oApp:oFontSay TRANSPARENT
@70, 100 GET aoGET[ 2 ] VAR oAcLedRs:AGRP_NAME SIZE 400, C_GETH PIXEL OF oWnd READONLY FONT oApp:oFontGet UPDATE
Code: Select all
Application
===========
Path and name: C:\VIMDEV32\VIMFA32\vimfa.exe (32 bits)
Size: 7,937,024 bytes
Compiler version: Harbour 3.2.0dev (r1904111533)
FiveWin version: FWH 19.12
C compiler version: Borland/Embarcadero C++ 7.0 (32-bit)
Windows version: 6.1, Build 7601 Service Pack 1
Time from start: 0 hours 2 mins 11 secs
Error occurred at: 28/12/2019, 20:04:04
Error description: Error BASE/39 Write not allowed: va02:CL_BAL
Args:
[ 1] = O FWMARIAROWSET
Stack Calls
===========
Called from: => __ERRRT_SBASE( 0 )
Called from: ../../../tobject.prg => FWMARIAROWSET:ERROR( 0 )
Called from: .\source\internal\FWMARIA.PRG => FWMARIAROWSET:FIELDPUT( 2481 )