Hi Team,
We are using Powerserver CloudPro Edition.
We have a datawindow where a column is an Identity column and has a Primary constraint. We are updating the Identity value in UpdateEnd event of the Datawindow. Before that, we are trying to fetch the SQLSyntax from SQLPreview event. If SQLSyntax has 'INSERT' word, then we are updating the Identity value. However, code in SQLPreview event is not getting executed. Thus, UpdateEnd is failing.
Please help!