1. Oscar Naranjo
  2. PowerBuilder
  3. Wednesday, 16 January 2019 13:20 PM UTC

 

Hi,

We are working in a migration web project with PowerBuilder 2017 R3, the following commands work perfectly fine in classic version but not in the web:

ssetting = this.Describe("DataWindow.Selected=''") // Return !

ssetting = this.Modify("DataWindow.Selected=''") // Return syntax error

sModify = This.Describe("DataWindow.Selected='1/1/nm_frst'") // Return !
sModify = This.Modify("DataWindow.Selected='1/1/nm_frst'") // Return syntax error

The Appeon documentation said that "Selected" is totally supported by the Appeon web. Please let me know if exist any way to use this command or workaround?

 

Best Regards,

Oscar Naranjo

mike S Accepted Answer Pending Moderation
  1. Wednesday, 16 January 2019 15:04 PM UTC
  2. PowerBuilder
  3. # 1

Appeon web has problems with selected.  I believe my old ticket: #1199 is the same as your issue, so if you submit a bug report you may want reference that ticket number (this is from their old ticketing system).

 

Comment
  1. Chris Pollach @Appeon
  2. Wednesday, 16 January 2019 16:56 PM UTC
Hi Mike;

FYI: Ticket #1199 is for an issue when using the Bitmap() method in a PS Mobile app.

Regards ... Chris
  1. Helpful
  1. mike S
  2. Wednesday, 16 January 2019 17:17 PM UTC
Hi chris, i have it in the old ticketing system (support.appeon.com) - not the new one (appeon.com/standardsupport).



is the old one going away, and if so will the old tickets be moved over?
  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.