-Messaggio Originale-
Da: "Mindaugas Kavaliauskas"
A: "Harbour Project Main Developer List."
Data invio: venerdì 30 gennaio 2009 15.31
Oggetto: Re: [Harbour] A doubt with shared DBF
> Is it expected?
yes, of cause.
Ok, thank you.
EMG
--
EMAG Soft
In the following sample I don't see the changed value if SKIP 0 is
commented out:
FUNCTION MAIN()
USE TEST SHARED
? FIELD -> test
? "Waiting for a key..."
INKEY( 0 ) // here the field is changed by another user
//SKIP 0
? FIELD -> test
CLOSE
RETURN NIL
Is it expected?