Almost all PowerBuilder controls are supported in .NET Web Forms applications. However some of the methods and properties on supported controls do not work in Web Forms applications. Table 8-3 lists functions, events, and properties that are not supported on any control.
Category |
Unsupported feature |
---|---|
Control Functions |
|
Events |
|
Properties |
|
Table 8-4 lists the functions, events, and properties that are not supported on some individual objects or controls. Table 8-4 does not include the items listed in Table 8-3. The entry “No additional” in Table 8-4 indicates that all items except those listed in Table 8-3 are supported for that control.
Supported object or control |
Unsupported functions |
Unsupported events |
Unsupported properties |
---|---|---|---|
Animation (Playback behavior depends on Windows Media Player on client side.) |
|
|
|
ClassDefinition |
|
|
|
DataStore |
|
|
|
DataWindow control |
|
(The Clicked event is not triggered on editable text columns that already have focus. For more information, see “Partially supported control events”.) |
|
DataWindow object (See “DataWindow support” for a list of controls that are not supported in a DataWindow object. See Table 8-5 for unsupported properties of controls that you can place in a DataWindow object.) |
|
|
|
DataWindowChild |
|
|
|
DatePicker |
|
|
|
DropDownListBox, DropDownPictureListBox |
|
|
|
EditMask |
|
|
|
Graph |
|
|
|
HProgressBar |
|
|
|
HScrollBar |
|
|
|
HTrackBar |
|
|
|
ListBox |
|
|
|
ListView |
|
|
|
ListViewItem |
|
|
|
MailFileDescription |
|
|
|
MailMessage |
|
|
|
MailRecipient |
|
|
|
MailSession |
(For MailSend restrictions, see “Mail support”.) |
|
|
Menu |
|
|
|
MonthCalendar |
GetDisplayRange |
|
|
MultiLineEdit |
|
|
|
Picture |
|
|
|
PictureButton |
|
|
|
PictureHyperLink |
|
|
|
PictureListBox |
|
|
|
RadioButton |
|
|
|
RichTextEdit |
|
|
|
ScriptDefinition |
|
|
|
SimpleTypeDefinition |
|
|
|
SingleLineEdit |
|
|
|
StaticHyperLink |
|
|
|
StaticText |
|
|
|
Tab |
|
|
|
TreeView |
|
|
|
TreeViewItem |
|
|
|
TypeDefinition |
|
|
|
UserObject |
|
|
|
VariableDefinition |
|
|
Supported only for descriptions of instance variables:
Supported only for descriptions of instance variables and primitive-type properties, such as int, string, long, and so on:
|
VProgressBar |
|
|
|
VScrollBar |
|
|
|
VTrackBar |
|
|
|
Window |
|
|
Supported for child, popup, and response windows only:
|
The SaveDocument function for RichTextEdit controls is supported for the TXT format, but HTML tags are saved in the text file. SaveDocument can also save text and images to HTML and DOC file formats, however, it cannot correctly save Unicode characters in these file formats. SaveDocument does not support RTF or PDF formats in Web Forms applications.
Table 8-5 lists the properties that are not supported in Web Forms applications for controls that you can place in a DataWindow object.
Control in DataWindow |
Unsupported properties |
---|---|
Button |
AccessibleProperty, Font.Escapement, Font.Width, HideSnaked, Moveable, Pointer, Resizeable, SlideLeft, SlideUp, VTextAlign |
Column |
AccessibleProperty, CheckBox.Scale, CheckBox.Other, ddlb.AllowEdit, ddlb.Limit, ddlb.ShowList, ddlb.Sorted, ddlb.UseAsBorder, dddw.AllowEdit, dddw.Lines, dddw.PercentWidth, dddw.ShowList, dddw.UseAsBorder, Edit.AutoHScroll, Edit.AutoVScroll, Edit.Case, Edit.HScrollBar, Edit.VScrollBar, EditMask.CodeTable, EditMask.DDCal_Property, EditMask.SpinProperty, Font.Escapement, Font.Width, Height.Autosize, HideSnaked, Ink.Property, InkEdit.Property, Moveable, Pointer, RadioButtons.Scale, Resizeable, SlideLeft, SlideUp, UseEllipsis |
Computed field |
AccessibleProperty, Font.Escapement, Font.Width, Height.Autosize, HideSnaked, Moveable, Pointer, Resizeable, SlideLeft, SlideUp |
Graph |
AccessibleProperty, HideSnaked, Moveable, Pointer, Resizeable, SlideLeft, SlideUp |
Group box |
AccessibleProperty, Font.Escapement, Font.Width, Moveable, Pointer, Resizeable, SlideLeft, SlideUp |
Line (diagonal line is unsupported) |
Moveable, Pen.Style, Pen.Width, Pointer, Resizeable, SlideLeft, SlideUp |
Picture |
AccessibleProperty, HideSnaked, Invert, Moveable, Pointer, Resizeable, SlideLeft, SlideUp |
Rectangle |
Brush.Hatch, Moveable, Pen.Style, Pen.Width, Pointer, Resizeable, SlideLeft, SlideUp |
Report |
Border, Height.Autosize, Height, HideSnaked, Moveable, NewPage, Pointer, Resizeable, SlideLeft, SlideUp, Trail_Footer |
Text |
AccessibleProperty, Font.Escapement, Font.Width, HideSnaked, Moveable, Pointer, Resizeable, SlideLeft, SlideUp |