N
Nach
Hello:
I have a code that uses a form to get user-input and copy that value into a
custom field -- > Project Enterprise text 40. If the user enters more than
256 characters I see an unhandled exception error. I figured this was because
the text fields in Project Server Databases have a datatype of varchar(256).
I tried modifying that table MSP_TEXT_FIELDS to use 'text' as a datatype
instead of varchar(256). But I still get this error. What could the reason be
? Any Ideas ?
Thanks
Nach
I have a code that uses a form to get user-input and copy that value into a
custom field -- > Project Enterprise text 40. If the user enters more than
256 characters I see an unhandled exception error. I figured this was because
the text fields in Project Server Databases have a datatype of varchar(256).
I tried modifying that table MSP_TEXT_FIELDS to use 'text' as a datatype
instead of varchar(256). But I still get this error. What could the reason be
? Any Ideas ?
Thanks
Nach