PB11 WEB程序所不支持的東東

昨天沒事整理了一下用PB11寫WEB程序時需要注意的一些東西,尤其是從C/S向B/S遷移還要注意一些函數問題,暫時只知道操作INI文件的的函數不能用,但編譯時並不會報錯。下面把我所知道的一些不支持的事件,屬性,函數列一下:
Event "deactivate" of window is not supported.
  Event "doubleclicked" of listbox is not supported.
  Event "doubleclicked" of monthcalendar is not supported.
  Event "dragdrop" of datawindow is not supported.
  Event "dragdrop" of treeview is not supported.
  Event "dragenter" of datawindow is not supported.
  Event "dragleave" of datawindow is not supported.
  Event "dragwithin" of datawindow is not supported.
  Event "endlabeledit" of listview is not supported.
  Event "endlabeledit" of treeview is not supported.
  Event "getfocus" of commandbutton is not supported.
  Event "getfocus" of datawindow is not supported.
  Event "getfocus" of dropdownlistbox is not supported.
  Event "getfocus" of listview is not supported.
  Event "getfocus" of monthcalendar is not supported.
  Event "getfocus" of radiobutton is not supported.
  Event "getfocus" of singlelineedit is not supported.
  Event "key" of window is not supported.
  Event "losefocus" of commandbutton is not supported.
  Event "losefocus" of datawindow is not supported.
  Event "losefocus" of editmask is not supported.
  Event "losefocus" of monthcalendar is not supported.
  Event "losefocus" of singlelineedit is not supported.
  Event "modified" of dropdownlistbox is not supported.
  Event "mousedown" of window is not supported.
  Event "mousemove" of window is not supported.
  Event "mouseup" of window is not supported.
  Event "other" of datawindow is not supported.
  Event "rightclicked" of listview is not supported.
  Event "sort" of treeview is not supported.
  Event "systemkey" of window is not supported.
  Event "toolbarmoved" of window is not supported.
  Property "allowedit" of dropdownlistbox is not supported.
  Property "autoskip" of editmask is not supported.
  Property "autovscroll" of multilineedit is not supported.
  Property "binarykey" of omcontrol is not supported.
  Property "border" of window is not supported.
  Property "borderstyle" of omcontrol is not supported.
  Property "clientedge" of window is not supported.
  Property "displaydata" of editmask is not supported.
  Property "dragicon" of dragobject is not supported.
  Property "facename" of omcustomcontrol is not supported.
  Property "fixedlocations" of listview is not supported.
  Property "fixedwidth" of tab is not supported.
  Property "focusonbuttondown" of tab is not supported.
  Property "focusrectangle" of omcontrol is not supported.
  Property "focusrectangle" of picture is not supported.
  Property "focusrectangle" of statictext is not supported.
  Property "fontcharset" of omcustomcontrol is not supported.
  Property "fontfamily" of omcustomcontrol is not supported.
  Property "fontpitch" of omcustomcontrol is not supported.
  Property "hsplitscroll" of datawindow is not supported.
  Property "increment" of editmask is not supported.
  Property "linesatroot" of treeview is not supported.
  Property "livescroll" of datawindow is not supported.
  Property "map3dcolors" of picturebutton is not supported.
  Property "maxselectcount" of monthcalendar is not supported.
  Property "minmax" of editmask is not supported.
  Property "raggedright" of tab is not supported.
  Property "resizable" of datawindow is not supported.
  Property "scrollrate" of monthcalendar is not supported.
  Property "showheader" of listview is not supported.
  Property "spin" of editmask is not supported.
  Property "statepicturemaskcolor" of treeview is not supported.
  Property "tabbackcolor" of userobject is not supported.
  Property "textcolor" of omcustomcontrol is not supported.
  Property "textsize" of omcustomcontrol is not supported.
  Property "title" of datawindow is not supported.
  Property "titlebar" of datawindow is not supported.
  Property "todaysection" of monthcalendar is not supported.
  Property "trackselect" of treeview is not supported.
  Property "weight" of omcustomcontrol is not supported.
 Function "close" of omstorage is not supported.
 Function "close" of omstream is not supported.
 Function "drag" of dragobject is not supported.
 Function "gettoolbarpos" of window is not supported.
 Function "open" of omstorage is not supported.
 Function "open" of omstream is not supported.
 Function "position" of multilineedit is not supported.
 Function "selectedtext" of datawindow is not supported.
 Function "selecttext" of datawindow is not supported.
 Function "selecttext" of editmask is not supported.
 Function "setoverlaypicture" of listview is not supported.
 Function "setposition" of window is not supported.
 Function "setredraw" of datawindowchild is not supported.
 Function "setredraw" of dragobject is not supported.
 Function "setredraw" of window is not supported.
 Function "settoolbarpos" of window is not supported.
 Function "write" of omstream is not supported.
 Property "autoarrange" of listview is not supported.
 Property "dragauto" of dragobject is not supported.
 Property "dragicon" of dragobject is not supported.
 Property "expandedonce" of treeviewitem is not supported.
 Property "hsplitscroll" of datawindow is not supported.
 Property "itemx" of listviewitem is not supported.
 Property "itemy" of listviewitem is not supported.
 Property "mergeoption" of menu is not supported.
 Property "microhelp" of menu is not supported.
 Property "object" of omcontrol is not supported.
 Property "overlaypictureindex" of listviewitem is not supported.
 Property "selected" of treeviewitem is not supported.
 Property "title" of datawindow is not supported.
 Property "titlebar" of datawindow is not supported.
 Property "toolbaritemdown" of menu is not supported.
 Property "toolbaritemspace" of menu is not supported.
 System function "beep" is not supported.
 System function "clipboard" is not supported.
 System function "handle" is not supported.
 System function "post" is not supported.
 System function "printsetprinter" is not supported.
 System function "printsetup" is not supported.
 System function "run" is not supported.
 System function "send" is not supported.
 System function "setpointer" is not supported.
 System function "timer" is not supported.

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章