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
FYI: Ticket #1199 is for an issue when using the Bitmap() method in a PS Mobile app.
Regards ... Chris
is the old one going away, and if so will the old tickets be moved over?