Project

General

Profile

Bug #6605

OCX property assignment conversion error

Added by Vladimir Tsichevski almost 2 years ago. Updated almost 2 years ago.

Status:
New
Priority:
Low
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:

0%

billable:
No
vendor_id:
GCD
case_num:
version:

History

#1 Updated by Vladimir Tsichevski almost 2 years ago

  • Subject changed from Property assignment conversion error to OCX property assignment conversion error

The following line assigns the Selected property of an OCX object node:

  DEFINE INPUT PARAMETER node AS COMPONENT-HANDLE NO-UNDO.
  node:Selected() = TRUE.

The code is not correct, since for a property assignment, the parenthesis should not be used, and in FWD this statement causes conversion error.

But in OE this statement is compiled correctly, so statements like this can be found in customer code.

So, FWD should compile it too.

#2 Updated by Greg Shah almost 2 years ago

  • Project changed from Conversion Tools to User Interface

Also available in: Atom PDF