I got the TGET limitation. I define column as VARCHAR 250.
But I can enter character 100 characters only as picture.
post pics
I try to change Character Set from "UTF8" to "latin1". It is still allow to enter 100 characters only.
When I use len() function to check the column size, it show 100.
I try to use as below;
- Code: Select all Expand view
- @ 85, 55 GET oGet[07] VAR MEMVAR->REP:REP_FIL OF oDlg SIZE 240,13 PIXEL ANSI LIMITBYCHARS .F. CHRGROUP CHR_ANSI
It is still doesn't work.
I try to add character in other tool (Navicat) more 100 character, become 150. When I use Len() it show 150.
Thank you in advance.
Best regards,
Dutch