This topic is locked

A few unbound field types

6/2/2020 6:51:17 AM
Suggestions
M
MikeT author

I know you can achieve parts or all of what I'm suggesting here in some way through existing tools (dummy fields in SQL, custom code snippets etc.) and maybe I'm just too used to other RAD tools. I'm just thinking out loud, topic can be deleted if I'm on a completely lost track here;-)
It would be great to have some pre-defined unbound field widgets that you can throw on a page in page designer, basically like "insert code snippet" but "insert unbound field" instead.

Maybe a date field, a text field and a dropdown. With some properties: validation rules, appearance etc., and hooks for field events.
And of course the scaffolding behind to refer to them in events.
E.g. probably useful for use on pages with an underlying query that returns >1 row (list pages), but you only want 1 general unbound field to ask for a value and do stuff.

Pete K 6/3/2020

I agree this would be nice to have. But I wonder if it's worth the effort on the part of Xlinesoft developers when we can achieve this so easily by using dummy fields, as you mention. I do this in most of my projects and I have yet to encounter a situation that can't be solved in this way.