This is the reduced sample:
The error will happen when the value of the field is changed.
Using FWH8.02 with xHarbour binary of Feb 08 compiled by Antonio.
Can anyone help?
TIA
#include "FiveWin.ch"
function Main()
local oDlg, oGet1, oGet2, n1 := 0, n2 := 1, oDbf
dbCreate("Test", {{"modified","c",1,0}})
use test new exclusive
database oDbf
DEFINE DIALOG oDlg TITLE "Testing Gets"
@ 1, 1 GET oGet1 VAR oDbf:modified picture "Y"
@ 3, 11 BUTTON "Ok" ACTION oDlg:End()
ACTIVATE DIALOG oDlg CENTERED
return nilThe error will happen when the value of the field is changed.
Using FWH8.02 with xHarbour binary of Feb 08 compiled by Antonio.
Can anyone help?
TIA
FWH 11.08/FWH 19.12
BCC5.82/BCC7.3
xHarbour/Harbour
BCC5.82/BCC7.3
xHarbour/Harbour