Consultor Eletrônico



Kbase P27442: Error 225 loading text into an editor.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/16/2008
Status: Verified

SYMPTOM(s):

The file (<file-name>) for <attribute> on the <widget-id> is too large for the widget. (225)

The file (<file-name>) for READ-FILE on the EDITOR <editor name> is too large for the widget. (225)

The LARGE attribute is already set for the editor widget

CAUSE:

You are trying to load text into the editor widget via the READ-FILE() method that exceeds 16MB.

FIX:

Due to limitations in Microsoft's RichEdit text control we limit the size of data in a large editor to 16MB. Reduce the amount of data being read into the editor to 16MB or less.