Page 1 of 1

Custom field celll types

PostPosted: Wed Oct 21, 2009 10:45 am
by phreeze
HI Mike,

just wondering how can i find what data type is stored in each cell type.

For example: if a cell type is set to: 3 in CustomFields table, we can store numeric values.
I would like to know what data type can be stored in each cell type.

thank you
Mani

Re: Custom field celll types

PostPosted: Fri Oct 23, 2009 2:44 pm
by pricerc
if you look in any of the sample custom data scripts in:

C:\Program Files\Jiwa Financials\Jiwa\Miscellaneous SQL Scripts\General

you should find the following comment:

/* TypeDate=0, TypeString=1, TypeFloat=2, TypeInteger=3, TypeButton=7, TypeCombo=8, TypeCheckbox=10 */

/Ryan

Re: Custom field celll types

PostPosted: Fri Nov 13, 2009 3:06 pm
by phreeze
thank you Ryan.