Fastest way of creating form controls (Labels & Textboxes)?


Author
Message
Edhy Rijo
E
StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)
Group: StrataFrame Users
Posts: 2.4K, Visits: 23K
Hi All,

I have seen VB.NET videos where fields objects are dropped from the Data Source which cause a label (with the proper caption) and a textbox (usually) to be created on the form. Certainly this way save us a lot of time when you have many fields to create with many forms Tongue

I have not seen anything in SF documentation that will cover this, and I had tried dropping a field object from one of my SF business object from the Data Sources windows but it will not create the objects from the SF class, instead they will be created from the default .NET classes.

So my question would be, is there any facility in SF to help you out in this regard? or we have to simply manually drop labels, textboxes from SF Toolbox and manually change the caption and assign the BindingField?

Thanks!

Edhy Rijo

Reply
Trent Taylor
Trent Taylor
StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 7K
Of course they have a data dictionary which holds the caption information an much more about each field, the builders use this info to populated all this data like:

Yeah, we have had these discussions on the forum, and we may provide this type of functionality in the future, but it will not be stored in the database.  If you have noticed, we have 3 methods of pulling localization, SQL Server, external XML, and embedded XML.  The embedded XML is by far the fastest...so this would be the type of implementation that the data dictionary logic would follow.  Pulling all of this type of information from a server, especially in a disconnected data environment, would be application suicide Smile  To make this fast it would all have to be embedded on the client side...just like we did with the localization.

TIP! I know of another popular .NET framework which has this kind of builder to populate all controls in the form and there is not need to go to every control to do the BindingField manually.

Edhy, the current version of StrataFrame is NOT the last version.  We have gathered many good ideas that we fully intend to implement in StrataFrame.  We have MANY things that we intend to add to StrataFrame...but this is not a feature that we have today.  If all software companies could come up with every idea and create the perfect software to last the ages the very first (or many) blush, then there wouldn't be maintenance releases and the "next" release.  I think that you get my point.  We plan to have many new RAD features in the future, but this particular feature that you want is not currently there....I am aware of what you want and it is on the list of future enhancements.

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View
Threaded View
Edhy Rijo - 17 Years Ago
Trent L. Taylor - 17 Years Ago
Edhy Rijo - 17 Years Ago
Trent L. Taylor - 17 Years Ago
Alex Luyando - 16 Years Ago
Aaron Young - 16 Years Ago
Edhy Rijo - 16 Years Ago
Aaron Young - 16 Years Ago
Alex Luyando - 16 Years Ago
Aaron Young - 16 Years Ago
Trent L. Taylor - 16 Years Ago
Alex Luyando - 16 Years Ago
                         It will be late in the year before we release a totally new SF 2.0. We...
Trent L. Taylor - 16 Years Ago

Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search