Page 1 of 1
Increase Field's description size in R12
Posted: Tue Jul 14, 2009 8:40 am
by M. Usman
hi buddies!
How I increase the description size on the particular Field in AR Transaction Form e.g.. in Reference field max character are 20 and I want to spread upto 50.
anyone help me.
Posted: Tue Jul 14, 2009 10:18 am
by oteixeira
Hello.
Use Forms Personalization:
Condition
Trigger Event=WHEN-NEW-FORM-INSTANCE
Actions
Type=Property
Object Type=Item
Target Object=TGW_HEADER.CT_REFERENCE_MIR
Property=WIDTH
Value=2.9 (or other you want)
Octavio
Posted: Tue Jul 14, 2009 10:30 am
by oteixeira
Hello.
Forget my previous post. This will not increase the number of characters, only the screen display.
Octavio
Posted: Wed Jul 15, 2009 3:33 am
by hiszaki
Hi Usman
You can follow the oteixeira solution to increase the number of char in the screen & you can update the table in the database but need assistant from DBA.
Thanks
Hisham