- Oscar Naranjo
- PowerBuilder
- Wednesday, 16 January 2019 01: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
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.