Hello - is it possible to change a field name or character limit once I’ve actually started using it? I’m using the standard Firebird database as the backend.
If it’s not possible, could you please tell me how you get around this / deal with it as I’m so used to being able to change names and attributes as needed.
You can make a workaround.
Make a new field (with an other name, and the right properties) and a method which is started the first time the customer opens the solution.
method: make a loop that copies the data from the old to the new field.
This is, as far as I know, the only way to do this, without loosing the data.