field does not accept text input

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
ries
User
Posts: 4

field does not accept text input

Post by ries »

Can someone tell me what I am doing wrong?
field in database is a VARCHAR field. same information is shown in phpmyadmin as the tabledetails in phpmaker.
when I want to put in text I get the message [Onjuist getal artondnaam], which means that the field [artondnaam] expects a number.
I have recompiled several times. Any ideas?


ries
User
Posts: 4

Post by ries »

Found the solution. Validation in PHPmaker was still set to [integer], should be [none]. I think when field is first set to integer, and afterwards changed to varchar.


mobhar
User
Posts: 11702

Post by mobhar »

You should always synchronize your PHPMaker project each time you alter your tables schema.


Post Reply