What Kind Of Object For A Set Of Value To Choose From?
Posted: Mon May 24, 2010 5:03 pm
Hello, I have to realize a form to input data in a table (A). With that form users have to insert a field value selected from a set obtained from: SELECT DISTINCT 'field' FROM A.
It may happens that a user may want to enter a value not in that set (SELECT DISTINCT 'field'
FROM A).
What kind of nuBuilder object is able to do that please?
I tried to use a inarray object with that SELECT with no result.
May you help me to do that please?
Thank you.
Cypherinfo.
It may happens that a user may want to enter a value not in that set (SELECT DISTINCT 'field'
FROM A).
What kind of nuBuilder object is able to do that please?
I tried to use a inarray object with that SELECT with no result.
May you help me to do that please?
Thank you.
Cypherinfo.