Gossamer Forum
Home : Products : Others : Fileman :

Changing Field Names in dbman

Quote Reply
Changing Field Names in dbman
I changed one of the field names from "Title" to "First Name" and received an error. I am not surprised as there must be something else to modify also, but could not find it anywhere. What else is required when changing a Field Name. Thank you Sir.

------------------
Quote Reply
Re: Changing Field Names in dbman In reply to
Wrong forum!

But anyways, the reason you get the error is that you try to define a field that consists of two words.... Just write First_name instead, that'll do it...
You don't have to change anything else if you use the html-autogenerator...

regards,
Raz Wolff
Quote Reply
Re: Changing Field Names in dbman In reply to
Rasmus,

Thank you for the reply. And yes it is the wrong forum. I was wondering why I couldn,t find it after. Ha! Ha!

I finally found the problem today. You were right about the Field Name that consists of two words. There was also another major problem in the Database Definition in the default.cfg

As I was adding additional Fields, I had pushed (Userid => [9,) towards the bottom and re-numbered it to (Userid => [15,).