From: <Dom...@fr...> - 2002-11-07 18:13:04
|
Hi everybody, I have another problem with default value (Text field) with last version (1.0.3). In fact many characters are added at the default value I set. In fact, I went to just a look on the source and I think the problem is in the design.c line 1408. I think the following line : SchemaFields[FieldNumProperties].data.string.defaultValue+min(32,textLength) = '\0' ; must be added just after the following line : StrNCopy( SchemaFields[FieldNumProperties].data.string.defaultValue, FldGetTextPtr(fld), min(32,textLength)); More over a problem I reported in one my emails is already present: The find processing in note field doesn't work. Did you have to try to resolve this problem. Thank you for your help. Dominique BURBAN |