You and the other members of the mailing list have been very patient,
tolerant and helpful. Version 1 is a text file based Gambas console app
and is currently serving the immediate need. I am working on version 2
that is database driven with a GUI interface. I think that I shall
reserve fine-tu
Le 10/01/2015 15:13, Lewis Balentine a écrit :
> My application is sort of a mini-datamanager where the end user
> determine which tables/fields they need/want to access. The application
> generates the datasources and dataviews at run time. Each table is
> displayed in its own tab of a Tabstrip /(
My application is sort of a mini-datamanager where the end user
determine which tables/fields they need/want to access. The application
generates the datasources and dataviews at run time. Each table is
displayed in its own tab of a Tabstrip /(small screen shot attached)/.
There are two tables
Le 10/01/2015 12:54, Lewis Balentine a écrit :
> 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[?].Form
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/"
Dataview.View.Columns[?].Format="dd mmm
Thank you for the clarification.
Maybe I should create a property that would tell DataView if it should override
or not the alignment?
That would be most helpful. :-)
I wondered if there was such a property that I missed.
regards,
Lewis
---
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
Thanks for the version explanation ...
A lot of trouble, all for nothing...
It happens sometimes.
I just wanted to be certain I tried the latest version before I
submitted the email...
Cheers,
Lewis
--
Dive into the
On vr, 2015-01-09 at 04:11 -0600, Lewis Balentine wrote:
> On another note:
> I wanted to verify these results with a later verions of GAMBAS. I have
> one machien set up with: deb
> http://ppa.launchpad.net/gambas-team/gambas-daily/ubuntu trusty main. It
> reported version 3.6.99 available. I d
It appears to me that the Column Alignment Property does not work for
some types.
Sample Code:
Public Sub ButtonCenter_Click()
Dim I As Integer
For I = 0 To DataView1.View.Columns.Max
DataView1.View.Columns[I].Alignment = Align.Center
Next
Me.Caption = Application.Name & ":
10 matches
Mail list logo