Support Level |
Feature Name |
Description |
---|---|---|
Supported |
Constructor |
|
Supported |
DBError |
|
Supported |
Destructor |
If a non-visual object is a local variable, the Destructor event in the non-visual object cannot be triggered unless there is a Destroy statement for the non-visual object as well. |
Unsupported |
Error |
|
Supported |
ItemChanged |
|
Supported |
ItemError |
|
Unsupported |
PrintEnd |
|
Unsupported |
PrintPage |
|
Unsupported |
PrintStart |
|
Supported |
RetrieveEnd |
|
Unsupported |
RetrieveRow |
|
Supported |
RetrieveStart |
|
Supported |
SQLPreview |
The SQLPreview event can be triggered by Retrieve method, but cannot be triggered by the Update or ReselectRow methods. |
Supported |
UpdateEnd |
|
Supported |
UpdateStart |
|
Supported |
WSError |
|
Support Level |
Feature Name |
Description |
---|---|---|
Supported |
AcceptText |
|
Unsupported |
CategoryCount |
|
Unsupported |
CategoryName |
|
Supported |
ClassName |
|
Supported |
ClearValues |
|
Unsupported |
Clipboard |
|
Unsupported |
CopyRTF |
|
Supported |
Create |
|
Unsupported |
CreateFrom |
|
Unsupported |
DataCount |
|
Unsupported |
DBCancel |
|
Supported |
DeletedCount |
|
Supported |
DeleteRow |
|
Supported |
Describe |
|
Unsupported |
ExportJson |
|
Unsupported |
ExportRowAsJson |
|
Supported |
Filter |
|
Supported |
FilteredCount |
|
Supported |
Find |
|
Unsupported |
FindCategory |
|
Supported |
FindGroupChange |
|
Supported |
FindRequired |
|
Unsupported |
FindSeries |
|
Supported |
GenerateHTMLForm |
|
Unsupported |
GenerateResultSet |
|
Unsupported |
GetBorderStyle |
|
Supported |
GetChanges |
|
Supported |
GetChild |
|
Unsupported |
GetClickedColumn |
|
Unsupported |
GetClickedRow |
|
Supported |
GetColumn |
|
Supported |
GetColumnName |
|
Unsupported |
GetContextService |
|
Unsupported |
GetData |
|
Unsupported |
GetDataPieExplode |
|
Unsupported |
GetDataStyle |
|
Unsupported |
GetDataValue |
|
Supported |
GetFormat |
|
Supported |
GetFullState |
|
Supported |
GetItemDate |
|
Supported |
GetItemDateTime |
|
Supported |
GetItemDecimal |
|
Supported |
GetItemNumber |
|
Supported |
GetItemStatus |
|
Supported |
GetItemString |
|
Supported |
GetItemTime |
|
Supported |
GetNextModified |
|
Supported |
GetParent |
|
Supported |
GetRow |
|
Supported |
GetRowFromRowId |
|
Supported |
GetRowIdFromRow |
|
Supported |
GetSelectedRow |
|
Unsupported |
GetSeriesStyle |
|
Supported |
GetSQLSelect |
If the syntax in DataWindow is PBSELECT statement, when calling the GetSQLSelect function, it will still return the PBSELECT statement but not the SQL SELECT statement, which is different from that in PowerBuilder. |
Unsupported |
GetStateStatus |
|
Supported |
GetText |
|
Unsupported |
GetTrans |
|
Supported |
GetValidate |
|
Supported |
GetValue |
The column argument works only if the edit style of the column is CheckBox, DropDownListBox, Edit, or RadioButton. |
Supported |
GroupCalc |
|
Unsupported |
ImportClipboard |
|
Supported |
ImportFile |
ImportFile & ImportString
|
Unsupported |
ImportJson |
|
Unsupported |
ImportJsonByKey |
|
Unsupported |
ImportRowFromJson |
|
Supported |
ImportString |
Please see the notes for ImportFile. |
Unsupported |
InsertDocument |
|
Supported |
InsertRow |
|
Supported |
IsSelected |
|
Supported |
ModifiedCount |
|
Supported |
Modify |
If the Modify function is used to modify the WHERE clause of the DataWindow object's SQL SELECT statement, please make sure that the new SQL SELECT statement is correct in syntax. Otherwise, syntax errors can occur on the mobile application because PowerBuilder does not validate the statement whereas JavaScript does. When executing Modify function to change the dddw.property on the mobile application, properties must be separated with spaces when they are concatenated into one value. For example, Unsupported code: dw_1.Modify = "emp_id.BackGround.Color=" + String(RGB(192,192,192)) + "emp_id.Protect=1" Supported code: dw_1.Modify = "emp_id.BackGround.Color=" + String(RGB(192,192,192)) + " emp_id.Protect=1" In PowerServer Mobile, the Modify function cannot be used to modify the database information. |
Unsupported |
PasteRTF |
|
Supported |
PostEvent |
|
Supported |
|
Mobile platform difference: Supported in iOS, but unsupported in Android. |
Unsupported |
PrintCancel |
|
Unsupported |
ReselectRow |
|
Supported |
Reset |
|
Unsupported |
ResetDataColors |
|
Unsupported |
ResetTransObject |
|
Supported |
ResetUpdate |
|
Supported |
Retrieve |
|
Supported |
RowCount |
|
Supported |
RowsCopy |
|
Supported |
RowsDiscard |
|
Supported |
RowsMove |
Events cannot be triggered while the application moves data within the primary buffer of one DataWindow. |
Supported |
SaveAs |
|
Unsupported |
SaveAsAscii |
SaveAsAscii Retainnewlinechar argument is unsupported. |
Unsupported |
SaveAsFormattedText |
|
Unsupported |
SaveNativePDFToBlob |
|
Supported |
SelectRow |
|
Unsupported |
SeriesCount |
|
Unsupported |
SeriesName |
|
Unsupported |
SetBorderStyle |
|
Supported |
SetChanges |
|
Supported |
SetColumn |
|
Unsupported |
SetDataPieExplode |
|
Unsupported |
SetDataStyle |
|
Supported |
SetDetaHeight |
|
Supported |
SetFilter |
|
Supported |
SetFormat |
|
Supported |
SetFullState |
|
Unsupported |
SetHTMLAction |
|
Supported |
SetItem |
|
Supported |
SetItemStatus |
|
Supported |
SetPositon |
|
Supported |
SetRow |
|
Unsupported |
SetSeriesStyle |
|
Supported |
SetSort |
Using "desc" or "asc" as the Order will not have any effect. Please use the standard Order value A for ascending or D for descending order. |
Supported |
SetSQLPreview |
|
Supported |
SetSQLSelect |
|
Supported |
SetText |
|
Unsupported |
SetTrans |
|
Supported |
SetTransObject |
|
Supported |
SetValue |
The column argument works only if the edit style of the column is DropdownListBox. |
Supported |
SetWSObject |
|
Supported |
ShareData |
|
Supported |
ShareDataOff |
|
Supported |
Sort |
|
Supported |
TriggerEvent |
The following TriggerEvent syntax is unsupported: object1.TriggerEvent (object2, event) |
Supported |
TypeOf |
|
Supported |
Update |
|
Support Level |
Feature Name |
Description |
---|---|---|
Unsupported |
ClassDefinition |
|
Supported |
DataObject |
|
Supported |
Object |
|