Form Number Field Width

Form Number Field Width

In the following form code, I set the width on a Number field and it has no effect.  The number field is not large enough to fully display the number.  Worse, when the field is disabled, there's no way for the user to have access to the full number.

form  Jobs
{
    success message  =  "Data Added Successfully!"
    
    column
    {





        Request_ID
        (
            displayname  =  "Request Number"
            type  =  number
            width  =  60
            maxchar  =  20
        )