- Code: Select all Expand view
#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 nil
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