Show only 1 column not 3 in List

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

Show only 1 column not 3 in List

Post by ASHKAR »

Hi eveyone,

I have a table called : countries .. it contains 4 columns ( id, en_name, fr_name, code )
when the user add a good , there is a select for contries

i marked ( use look up table )
then in look up table
table name => countries
link field => id
display field #1 => en_name
display field #2 => fr_name
display field #3 => code

and every thing is ok , it shows en_name, fr_name, code

but the problem i want to show ( en_name ) only in GoodsList not ( en_name, fr_name, code ) , and in add page it shows ( en_name, fr_name, code )

any idea ?


arbei
User
Posts: 9384

Post by arbei »

You may use Row_Rendered server event to modify the ViewValue property. Search "Row_Rendered" and "ViewValue" in the forum for examples.


Post Reply