Hi Brian, yes DTS as in SQL Server Data Transformation Services.
The code is pretty much as described above!
if messagebox("SUCCESS?",1)=1
return 1
else
return 0
endif
Either DTS is not picking up the return value from VFP, or VFP is not returning it properly in the first place. I...