I'm trying to put an editor in a chronoconnectivity, but when I click in a record, all the fields shown are blank.
The code is:
The code is:
<input type="text" name="nome" size="100" value=""> <input type="text" name="curso" size="100" value=""> <select name="pago"> <option value="0">Não</option> <option value="1">Sim</option> </select>