|
Re: Decode Function [message #475606 is a reply to message #475601] |
Thu, 16 September 2010 01:54 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
|
who cares about the back end? Why you care much of what to be stored in the database?
If you still want that, then put some codes on pre-insert, pre-update and the likes.
ALSO, don't create multiple thread for this single problem.
[Updated on: Thu, 16 September 2010 01:55] Report message to a moderator
|
|
|
Re: Decode Function [message #475623 is a reply to message #475606] |
Thu, 16 September 2010 03:46 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
cookiemonster
Messages: 13963 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
Well list items display one value and store another.
If you don't want to use them then I suggest you:
1) Remove the item from the canvas.
2) Replace it with a non-database item
3) Add a when-validate-item trigger to the non-database item that'll put the correct value in the database item.
4) Add a post-query trigger to populate the non-database item.
|
|
|