If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > PC based Database Applications > Other PC Databases > Progress V8 Question about Character variable

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-26-11, 17:32
clawlan clawlan is offline
Registered User
 
Join Date: Oct 2010
Posts: 55
Question Progress V8 Question about Character variable

I am getting error: [FILL-IN <fieldname> will not fit in FRAME cc in Program. (4028)]

I am new to progress and was just tossed into a legacy program that they wanted me to fix. I learned Java in school so forgive me if i use the wrong names for progress elements.

The program is relatively simple. It spits out a report of unauthorized users that made any transactions on a QAD (our MRP system) screen. It uses an array of usersnames to determine the authorized users, and therefore anyone that is not in the list gets included in the report.

The array is about 150 characters long, and when i change the original code from:
Code:
define variable userlst1  as character format "x(70)" init
to
Code:
define variable userlst1  as character format "x(150)" init
i get the aforementioned error. I know it has to do with the array length being to large, but i am not sure how to overcome this.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On