RGoldthorpe
Technical User
Can somebody help me please
why do my replace statements not work they are
APPEND BLANK in StoredLoads
replace StoredLoads.stl_sSeason with thisform.Season.value
replace StoredLoads.stl_sSite with thisform.Site.value
replace StoredLoads.stl_sStore with thisform.Store.value
replace StoredLoads.stl_sLOADid with thisform.LoadId.value
replace StoredLoads.stl_sVA with thisform.VANumber.value
replace StoredLoads.stl_sGrower with thisform.Grower.value
replace StoredLoads.stl_sWBId with thisform.WBNumber.value
replace StoredLoads.stl_sFieldId with thisform.FieldId.value
replace StoredLoads.stl_sPlotId with thisform.PlotId.value
replace StoredLoads.stl_fWeight with thisform.weight.value
replace StoredLoads.stl_fRemaining with thisform.weight.value
replace StoredLoads.stl_iBoxes with thisform.numboxes.value
replace StoredLoads.stl_bAccept with thisform.accepted.logicvalue
replace StoredLoads.stl_sPool with thisform.pool.value
replace StoredLoads.stl_HALStoreID with NULL
replace StoredLoads.stl_fRemainingboxes with thisform.numboxes.value
replace StoredLoads.stl_dDateOut with NULL
replace StoredLoads.stl_scomments with thisform.COMMENTS.Value
replace StoredLoads.stl_dDatein with thisform.Date.Value
=TABLEUPDATE(.T.,.T.,"storedloads"
It appends the blank record OK but then does not copy in the data from the form Unless the site selected is HIG 01
Any ideas much appreciated
why do my replace statements not work they are
APPEND BLANK in StoredLoads
replace StoredLoads.stl_sSeason with thisform.Season.value
replace StoredLoads.stl_sSite with thisform.Site.value
replace StoredLoads.stl_sStore with thisform.Store.value
replace StoredLoads.stl_sLOADid with thisform.LoadId.value
replace StoredLoads.stl_sVA with thisform.VANumber.value
replace StoredLoads.stl_sGrower with thisform.Grower.value
replace StoredLoads.stl_sWBId with thisform.WBNumber.value
replace StoredLoads.stl_sFieldId with thisform.FieldId.value
replace StoredLoads.stl_sPlotId with thisform.PlotId.value
replace StoredLoads.stl_fWeight with thisform.weight.value
replace StoredLoads.stl_fRemaining with thisform.weight.value
replace StoredLoads.stl_iBoxes with thisform.numboxes.value
replace StoredLoads.stl_bAccept with thisform.accepted.logicvalue
replace StoredLoads.stl_sPool with thisform.pool.value
replace StoredLoads.stl_HALStoreID with NULL
replace StoredLoads.stl_fRemainingboxes with thisform.numboxes.value
replace StoredLoads.stl_dDateOut with NULL
replace StoredLoads.stl_scomments with thisform.COMMENTS.Value
replace StoredLoads.stl_dDatein with thisform.Date.Value
=TABLEUPDATE(.T.,.T.,"storedloads"
It appends the blank record OK but then does not copy in the data from the form Unless the site selected is HIG 01
Any ideas much appreciated