Code: Select all
#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
Using FWH8.02 with xHarbour binary of Feb 08 compiled by Antonio.
Can anyone help?
TIA