Hi,
I have a query related to PowerServer.
We are interested to explore the powerserver/PowerBuilder Cloud Pro, as it gives native cloud deployment capability to the application.
I also learn that the PowerServer doesn't support SQL Preview event.
But in our application (almost in all transaction windows), we do inserts and updates in SQL Preview event, as shown below.
IF SqlType = PreviewInsert!
CALL an SP to insert record
IF SqlType = PreviewUpdate!
CALL an SP to update record
Whenever pfc_save is called, the above code is executed to do inserts/updates in database
If we have to user PowerServer/PowerBuilder Cloud Pro, what is the alternate solution?
Your suggestions are most welcome.
Thanks,
Ganesan R
The limitations detailed in our documentation (https://docs.appeon.com/ps2021/bk06ch02s01s05.html) will still apply for PowerServer 2022, at least for the initial release. We invite you to test out if these limitations will affect your project.
As of this time, we cannot provide more news on future developments regarding the SQLPreview event. For future information, you can reach out to us again or review the changelog of future PowerServer versions.
https://docs.appeon.com/ps2021/bk06ch02s01s05.html
"Workaround
This feature will be supported in the next release."