Error View Frame causes crash in 11.2

SJW

New Member
Progress 11.2.1 installed on Windows SBS 2011.

The following code causes the character client to crash:

form " Testing " with frame testframe no-labels color white.
view frame testframe.​
Removing the "colour white" command allows the code to run.
Tested OE 11.2 / 11.2.1 installed on a Windows 8 PC does not crash the client.
Reinstalling 11.2 on the SBS 2011 server has not helped.

The SBS server is also running version 10.2A.
 

SJW

New Member
A solution has been found - the color needs to contain two colours separated by a slash. The following code works without crashing:

form " Testing " with frame testframe no-labels color white/blue.​
view frame testframe.​
 

Rob Fitzpatrick

ProgressTalk.com Sponsor
I can confirm that the code in your first post runs without error in 10.2A FCS and 10.2B07 character clients, but crashes an 11.1 FCS character client. I'd report it as a bug.
 
Top