when I do the following:
SQLEXEC(PSI,'SELECT descript;
FROM BBSPECAL;
WHERE CFormFLDID=88 and LJOB=?
OrderNum', 'Results')
select Results
copy to array Resulted
thisform.txtLotNum.value = Resulted[1,1]
I displayed the cursor and it wasn't correct, it read memo... the descript col is a varchar(260) but the value in there is only 3 characters. anything obviously wrong here?
SQLEXEC(PSI,'SELECT descript;
FROM BBSPECAL;
WHERE CFormFLDID=88 and LJOB=?
OrderNum', 'Results')
select Results
copy to array Resulted
thisform.txtLotNum.value = Resulted[1,1]
I displayed the cursor and it wasn't correct, it read memo... the descript col is a varchar(260) but the value in there is only 3 characters. anything obviously wrong here?