Thank you for your request. There are situations where this makes the best sense.
At the same time those asking for view support might be missing a much better alternative.
Stand-alone views are largely divorced from the underlying data structure. This means that dbFront can't automatically generate lookups, use indexes or bring in other related tables.
For example, if you want your users to look at a specific table:
- possibly filtered,
- with the related data expanded,
- some summary information...
... then you would be further ahead by creating and joining a small view to the current table to supply the summary information.
NOTE: Please vote on this Feature Request if it interests you.