How to set an empty value with setField?
Posted: 2006-02-20 11:17:58
Hi,
i tried to clean my comments fields with the command
SetField(fieldComments, '');
but the new value was not stored in the database.
SetField(fieldComments, 'aaa'); would work, but this is not what i want to have.
What's the clue?
i tried to clean my comments fields with the command
SetField(fieldComments, '');
but the new value was not stored in the database.
SetField(fieldComments, 'aaa'); would work, but this is not what i want to have.
What's the clue?