... to delete it. Is this possible? 2. When I click in the same browse on an empty row I still get value 1 as nRowPos. Should this not be 0 (zero) or NILL
... to do debugging, not for browsing the table. For browsing the table, I do xbrowse() or xbrowse( alias() ). In the past, when oObject was empty or nill, xBrowse showed empty. That was great. Now, when the Object passed in the function is not empty, it browses it. Otherwise, this is the problem, ...
... .t.} y bota error intenta suspender el IF haber si te lo muestra y el oCol:bStrData:={||NIL} es el valor del campo, porque lo colocas en NILL si debe ser .f. o .t. para que aparezca el checkbox.? saludos... :shock: carlos: siguel igual sin mostrar la cajita de checkbox #INCLUDE "FiveWin.ch"#include ...
intenta suspender el IF haber si te lo muestra y el oCol:bStrData:={||NIL} es el valor del campo, porque lo colocas en NILL si debe ser .f. o .t. para que aparezca el checkbox.? saludos...
... = { | nKey | ::RunAction( nKey ) } I guess the user pressed some key combination. The fix may be in METHOD RunAction to check that ::aAcc is not nill?. Thank you.
Marc, And how do you deal with dates?- INSERT INTO bestand (DATA), VALUES DTOC(DATE()) shows nill on the record, Thanks. You have to transform the date to 'YYYY-MM-DD' INSERT INTO bestand (DATA), VALUES sqldate(DATE()) FUNCTION sqlddate(vdatum)RETURN ...
Es possible mandarme varias DLL para poder testar aqui, EU tambem já tentei localizar varias, como meu conhecimento em INGLES é quase NILL fica deficil para eu encontra-las
... Main() LOCAL aPrinters IF MsgYesNo("¿Deséa mostrar las impresoras del sistema?") EnumPrinters(PRINTER_ENUM_NAME,NILL,1,@aPrinters,, @nNecesitado, @nRetornado) FOR n := 1 TO Len(aPrinters) MsgInfo(aPrinters[n,1]) NEXT ENDIF RETURN ...
... device. Fuction WakeUp_VendingMachine(portnumber) Local nCharacter := 0 Local Pos1 := 0 Local helpstr := "" Local retwaarde := .F. IF portnumber = NILL portnumber = 1 ENDIF IF COM_INIT(portnumber,9600,"E",8,1) IF COM_OPEN(portnumber, 1000, 1000) //.T. when successful COM_FLUSH(portnumber) COM_SEND(portnumber,REPLICATE("*",30))//Wake_Up ...