Consultor Eletrônico



Kbase P111779: Cursor not displayed if using V6DISPLAY in progress.ini
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   12/13/2005
Status: Unverified

FACT(s) (Environment):

Progress 9.1D

SYMPTOM(s):

Cursor not displayed if using V6DISPLAY in progress.ini

Using prowin32.exe

Code example:
DEF VAR a AS CHAR.
UPDATE a .

CAUSE:

Missing V6FRAME option in frame phrase.

FIX:

Compile code using V6FRAME compile option. Example:
COMPILE test.p SAVE V6FRAME.