i have a table view where i show the articles, which are in my database and if one item is empty i want it to be shown in red color so i can see the difference
[code] if amount = “0” then
MZListbox_user.Style = MZStyle_Text_Rot_Standard
else
if amount = "1"then
MZListbox_user.Style = MZStyle_Text_Gelb_Standard
else
end
end[/code]
i tried it with this code but it only works if all articles have the same amount, how can i say it should work each time?
thankful for any help