Ignore NULL values

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

Ignore NULL values

Post by wuchi »

Hello,

Is there a way to ignore to show null values at add page or list page?

Best regards,

Wuchi


scs
User
Posts: 694

Post by scs »

So far in my project, I won't see any NULL value shown in NULL field. I just like BLANK.

Maybe you can try $this->field_name->PlaceHolder = " " to print BLANK SPACE in that field.


Post Reply