GRID does not respect COLUMNCONTROLS

Moderator: Rathinagiri

Post Reply
User avatar
mol
Posts: 3718
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

GRID does not respect COLUMNCONTROLS

Post by mol »

I've tested COLUMNCONTROLS with numeric columns and it looks the format of numbers declared in ColumnControls is ignored, but grid always displays number of decimals straight database:

Code: Select all

 {'TEXTBOX','NUMERIC','999,999.99'}
displays the same as

Code: Select all

 {'TEXTBOX','NUMERIC','$ 999,999.9999'}
when field in database is declared as N 12.3
You always get number as: 999,999.999

Marek
User avatar
esgici
Posts: 4543
Joined: Wed Jul 30, 2008 9:17 pm
DBs Used: DBF
Location: iskenderun / Turkiye
Contact:

Re: GRID does not respect COLUMNCONTROLS

Post by esgici »

Hello Marek

I have two news for you, one is bad other is good ;)

First good news : I'm thinking to make relax at weekends like you; so forget problems ;)

And than the bad news is : your GRID COLUMNCONTROLS problem is related to array-table differences in GRID :(

You are welcome to my club :D

Regards

--

Esgici
TestGr09.rar
Column Controls Problem in GRID
(1.23 KiB) Downloaded 298 times
Last edited by esgici on Tue Aug 03, 2010 6:55 pm, edited 1 time in total.
Viva INTERNATIONAL HMG :D
User avatar
mol
Posts: 3718
Joined: Thu Sep 11, 2008 5:31 am
Location: Myszków, Poland
Contact:

Re: GRID does not respect COLUMNCONTROLS

Post by mol »

I can wait for more advanced grid.
I'm still using browse because of it stability.

Marek
Post Reply