Group: StrataFrame Users
Posts: 430,
Visits: 507
|
Hi Edhy.
I would also normally use a Combo or similar for descriptions, but in that the 'Custom Field' now apperas to be part of the BO, and also because it was showing on the grid, I thought it would be nice just to 'Drop' it on the Field section of the form, and set its datasource to the field.
Regarding Grids, in all my apps I have always used grids and found them to be very flexible. On Dot Net apps, I have more or less standardised on the Deveexpress ultra grid and up to now have used it in all forms. I have also data enabled all the fields (i.e. they are taken from a Table of Fields ) rather than hardcoded onto each form. As the app goes out to lots of different types of customers, having a facility for each customer to be able to decide on 'their' own fields was a must. There is also a facility in ultragrid to save a specific users 'Grid' settings and 'restore' them next time in (have not used this yet). Its also quite easy to 'print' contents of a grid. I also found the sorting, selecting, subtotalling , grouping, searching on the devex ultra grid to be quite easy to implement and very powerful. I had initially looked at the Browse Dialog to do the same thing but it seemed to be a littlle bit more difficult to implement what I wanted to do. I probably did not give the ListView much attention as it is a 'readonly' control. Most of my grids are also read only, but there are also a substantial no that will be editiable with just a few columns , and I wanted a consistent look across the whole app.
|