Cannot Insert Billion Value and Tab Order

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
benkbenk
User
Posts: 10

Cannot Insert Billion Value and Tab Order

Post by benkbenk »

hi dear,

i have integer field, but i can't input billion value,
everytime insert billion value always change become 2,147,483,647

and I have master table with 2 detail table, how i can set the order detail in tab view

thank you


sangnandar
User
Posts: 980

Post by sangnandar »

benkbenk wrote:

i have integer field, but i can't input billion value,
everytime insert billion value always change become 2,147,483,647

Use BIGINT datatype.

benkbenk wrote:

and I have master table with 2 detail table, how i can set the order detail in tab
view

Order them at master-detail panel of master table.


benkbenk
User
Posts: 10

Post by benkbenk »

thank you, it's works

may i have one more question, it's about scrolling table,
formly ( 2017 version ) default scrolling table will be showing when table is too long
but in 2018 version, seemly my scrolling table did not show except i activate scrolling table extension
i already set 1366 x 400 but the horizontal scroll did not show the end of table field

thank you


sangnandar
User
Posts: 980

Post by sangnandar »


Post Reply