Gossamer Forum
Home : Products : DBMan : Discussions :

New Fields Don't Show In Database Forms

Quote Reply
New Fields Don't Show In Database Forms
I have a functioning database that I am trying to add and modify the fields in. I am not getting any sort of errors when I attempt to access the "modified" database, but the field changes are not showing. I have never been fluent in cgi and am revisiting it after a long break so I have no idea what I am doing wrong.

The disciplines field that shows in the online version has been renamed to Awards and I have added an SEA_Approved field beneath SEA_Evaluated.

The database can be viewed here http://www.plahfeeg.com/...man/db.cgi?db=equine

I have attached the .cfg file with the modifed info that is not appearing.

Any help is muchly appreciate. Smile
Quote Reply
Re: [PlahFeeg] New Fields Don't Show In Database Forms In reply to
The fields need to numbered consecutively 0 .... 17. Your's jumps from 9 to 11 (missing 10)

That may be causing your problem as you are using autogenerate that should get you up and running.

Unoffical DBMan FAQ

http://creativecomputingweb.com/dbman/index.shtml/
Quote Reply
Re: [LoisC] New Fields Don't Show In Database Forms In reply to
LOL! SIGH Actually, that wasn't the problem at all... The problem was I was uploading through Dreamweaver and it was autocaching all the files it handled into the wrong folders so I wasn't even uploading my updated cfg file to the cgi-bin. GRRR
Thank you for replying so quickly though, it was actually still your reply that helped because I compared the file I updated here and the one I *thought* I posted. LOL