Drop down choice is not being maintained

Use this board to ask questions or have discussions with other Rich Displays users.
User avatar
David
Profound Logic Staff Member
Posts: 690
Joined: Fri Jan 04, 2008 12:11 pm
First Name: David
Last Name: Russo
Company Name: Profound Logic Software
Contact:

Re: Drop down choice is not being maintained

Post by David »

What version of Profound UI are you using? And do you know what security mode you are using?

See here:

http://www.profoundlogic.com/docs/displ ... urity+Mode

If you are using 4.5.0 or higher, the 'Enhanced' mode is the default, and it would have to be turned off using the configuration environment variable mentioned there. If you are not using this Enhanced mode, then that session database is not used. In that case, you wouldn't be able to see the SQL statements.

But, you could build the SQL statement that it uses manually like this:

Code: Select all


  SELECT DISTINCT 
    [CHOICE OPTIONS FIELD], [CHOICE VALUES FIELD]
  FROM
    [CHOICES DATABASE FILE]
  WHERE
    [CHOICES SELECTION CRITERIA]
  ORDER BY 
    [ORDER BY]

That is how it builds the statement -- just paste in the approp. property values where indicated. Then check to see if your bound 'value' matches exactly to the 'choice values field' expression. Something must be slightly different about it.
Post Reply

Who is online

Users browsing this forum: No registered users and 2 guests