I changed my Integers to Longs and set limits on the length of most of 
the strings.
I do have a suggestion if you get around to working on this:
add a property to the columns to hold a format$

examples:
     Dataview.View.Columns[?].Format="mm/dd/yyyy"
     Dataview.View.Columns[?].Format="dd mmm yyyy"

This would be handy particularly where a date is stored with no real 
time portion.
Dates are displayed as: mm/dd/yyyy hh:nn:ss
Example:
     21 January 2015 displays as 01/21/2015 00:00:00

There are probably other circumstances where it would be useful.

Now someone is going to tell me that capability has already implemented 
and I have missed  reading the proper link again. :-)

Cheers,

Lewis


On 01/09/2015 07:55 PM, Benoît Minisini wrote:
> Le 09/01/2015 11:11, Lewis Balentine a écrit :
>> It appears to me that the Column Alignment Property does not work for
>> some types.
>>
> It's the DataView that override column alignments with cell specific
> alignments for Integer, Float, and unlimited String fields. I'm admit
> it's not very coherent...
>
> At the moment there is no way to know if the user has specified a
> specific alignment somewhere.
>
> Laybe I should create a property that would tell DataView if it should
> override or not the alignment?
>


------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to