Issue 61186 - Make form control values accessible to SQL
Summary: Make form control values accessible to SQL
Status: CONFIRMED
Alias: None
Product: Base
Classification: Application
Component: code (show other issues)
Version: OOo 2.0.1
Hardware: All All
: P3 Trivial with 5 votes (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-26 12:31 UTC by moorsider
Modified: 2013-02-07 22:41 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description moorsider 2006-01-26 12:31:14 UTC
One major function of pick lists is to ensure data entry is restricted to 
meaningful values.
Listboxes and combo boxes accept SQL to populate pick lists. A number of posts 
in the oooforum have raised the issue of directly referencing the value of 
another control in the select statement so that the choices presented are 
correct in light of data already entered.

Usually SQL expects to see external variables in the form
SELECT * FROM atable WHERE col1 = :externalvariable

In this case external variable would probably take the form 
formname.controlname
Comment 1 marc.neumann 2006-01-26 12:49:42 UTC
Hi,

I reassign this enhancement to the User Experience team for evaluating.

Bye Marc