ashish.k.gupta
8th May 2013, 09:36
Hi

Please help I m getting an Error while using 'textfield.to.buf' funtion

pintst1000( 319): Error: Unresolved reference to function 'textfield.to.buf'.

I have even include
#include<bic_text>
but still getting the problem
below is my code

extern string problemtext(1) based
function extern boolean intst100.prte.is.mandatory()
{
return.problem.text = textfield.to.buf("intst100.prte", problemtext)
if return.problem.text = 0 then
return(true)
endif
return(false)
}

Regards
Ashish Kumar

JaapJD
8th May 2013, 11:27
Use text.to.buf.