- Code: Select all Expand view RUN
CASE cType == 'T' // Dolphin returns Char Value (time stamp sting) Fix; 2014-JUN-19
nLen := 19
cType := 'C'
CASE cType == 'L' //new
nLen := 1 //new
esto porque en caso contrario lo campos logicos de una consulta de tmysql no muestran nada. con la correccion ya muestra el checkbox correctamente,
- Code: Select all Expand view RUN
oQry := oServer:Query( "select * from prueba" )
if oServer:NetErr()
Alert( oServer:ErrorTxt() )
oServer:Destroy()
return
endif
xbrowser oQry
oQry:Destroy()
oServer:Destroy()