Hello.
A textField I can just clean and so set NULL.
How to set a LOV field in a value of NULL?
asked 25 Feb '15, 00:50
Ramil 41●5●41 accept rate: 0%
Hi Ramil,
give a try to use to_char(null) or to_number(null)
api_datasource.setBindvar( 'DS_SHARECLASS.UTFOT', to_char(null));
works also on
api_lov.setsearchfield.....
regards Dirk
answered 25 Feb '15, 09:34
Dirk 13●7 accept rate: 0%
edited 25 Feb '15, 09:37
Thank you, Dirk.
answered 26 Feb '15, 03:04
Once you sign in you will be able to subscribe for any updates here
Answers
Answers and Comments
Markdown Basics
learn more about Markdown
Tags:
lov ×30 lovfield ×6
Asked: 25 Feb '15, 00:50
Seen: 1,890 times
Last updated: 26 Feb '15, 03:04
Reusable LOV
How to get search field value from LOV?
Possible get lovname from lovfield
LOV problems with moving rows up and down
How to process the selected rows in a grid
LOV sequence of columns keeps reverting
I can use the LOV as well as in the oracle apex
commit using lov datasource
Can I used one LOV object for the same column in 2 different grids?
wish: LOV with column alignment and number format
First time here? Check out the FAQ!