1. Team BFMS
  2. PowerServer 2020 or older (Obsolete)
  3. Monday, 1 April 2019 20:22 PM UTC

Hi Appeon powerbuilder team,

 

We have a desktop power builder application where we recently tried to convert to web. We faced some errors which we cant track of. I copied and pasted few errors from the UFA report:

Error1:

Admin_misc.pbl\w_column_labels\closequery()

Description

Code Diagnosis:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Unsupported Code:


Line Number:
0

Location:
Closequery() event/function of w_column_labels in admin_misc.pbl


Unsupported Item:
Returnvalue

Type:
Message

Reason:
The 'returnvalue' property of 'message' object(control) is unsupported

Priority:
Can be ignored

 

Error2:

annal_reports.pbl\w_wp_var_report\dw_2\other(unsignedlong,long)

Code Diagnosis:

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Unsupported Code:


Line Number:
0

Location:
Dw_2\other(unsignedlong,long) event/function of w_wp_var_report in annual_reports.pbl


Unsupported Item:
Other

Type:
Datawindow

Reason:
The 'other' event of 'datawindow' object(control) is unsupported

Priority:
Suggest to modify

 

The error description says the error is at line_number 0. Can we ignore these kind of errors? Please let us know how to proceed.

 

Thanks in advance!!

mike S Accepted Answer Pending Moderation
  1. Monday, 1 April 2019 20:52 PM UTC
  2. PowerServer 2020 or older (Obsolete)
  3. # 1

unsupported code WILL NOT run.  Do YOU care?  Do your users care? 

You need to review your code and determine if you can do without that code.  If so, ignore it or (even better) delete it.  If not, figure out a way to get that functionality without using the unsupported feature.

 

 

 

Comment
There are no comments made yet.
Mariano Collado @Appeon Accepted Answer Pending Moderation
  1. Monday, 1 April 2019 22:34 PM UTC
  2. PowerServer 2020 or older (Obsolete)
  3. # 2

Hi,

Appeon has documentation which outlines workarounds for a number of the PowerBuilder functions that are unsupported in PowerServer. 

Workarounds & API's Guide: https://www.appeon.com/support/documents/appeon_online_help/pb2019/workarounds_and_api_guide/index.html

Regarding your Error 2:

This does not run because, as the analyzer tool states, The 'other' event of 'datawindow' object(control) is unsupported.

Here's a link to documentation which talks specifically about this PowerServer unsupported feature.

https://www.appeon.com/support/documents/appeon_online_help/pb2019/workarounds_and_api_guide/ch05s03s04.html

Cordially,

Mariano C.

Comment
  1. Team BFMS
  2. Monday, 1 April 2019 23:58 PM UTC
Thanks for getting back to me mariano. This really helps.
  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.