nehagarg
20th November 2009, 13:08
How we can change the font size of any field value on the session. Is this possible? Either by form or script?
This is urgent. Please reply .
rberti
20th November 2009, 14:19
Hi nehagarg,
I don't think its possible unless you create the field object by create.object().
Using the object type "dscfield", you can set the DsNfontSet attribute.
Regards
nehagarg
20th November 2009, 14:31
how can i create object for the field & how can change its width.
Please provide me code for that. its urgent
mark_h
20th November 2009, 18:09
Search on create.object on this forum - you should get several hits. Maybe if you explained what you were trying to accomplish someone else would have an idea.
baan_guru
4th September 2012, 13:30
Hi,
Yes !!!!:cool:
Sorry its quite late posting this!!!
It is possible to change field length of session form field through program script, even one can change some attibutes [e.g. data allignment(left, rigt or center), password field, eitable/noneditable etc... ] of form field also.