提示以下错误信息
---------- Unsupported features: (9:08:52)
f:\i\catv\1024768\内勤业务\11.5.20090910\catv.pbl(catv).open.12 System function "beep" is not supported.
f:\i\catv\1024768\内勤业务\11.5.20090910\catv.pbl(w_input).em_dhhm2.getfocus. Event "getfocus" of editmask is not supported.
f:\i\catv\1024768\内勤业务\11.5.20090910\catv.pbl(w_input).em_dhhm2.losefocus. Event "losefocus" of editmask is not supported.
f:\i\catv\1024768\内勤业务\11.5.20090910\catv.pbl(w_input).mc_2.doubleclicked. Event "doubleclicked" of monthcalendar is not supported.
f:\i\catv\1024768\内勤业务\11.5.20090910\catv.pbl(w_input).em_bh.losefocus. Event "losefocus" of editmask is not supported.
f:\i\catv\1024768\内勤业务\11.5.20090910\catv.pbl(w_input).em_bh.getfocus. Event "getfocus" of editmask is not supported.
f:\i\catv\1024768\内勤业务\11.5.20090910\catv.pbl(w_input).em_xm.getfocus. Event "getfocus" of editmask is not supported.
f:\i\catv\1024768\内勤业务\11.5.20090910\catv.pbl(w_input).em_xm.losefocus. Event "losefocus" of editmask is not supported.
f:\i\catv\1024768\内勤业务\11.5.20090910\catv.pbl(w_input).em_zz.getfocus. Event "getfocus" of editmask is not supported.
f:\i\catv\1024768\内勤业务\11.5.20090910\catv.pbl(w_input).em_zz.losefocus. Event "losefocus" of editmask is not supported.
f:\i\catv\1024768\内勤业务\11.5.20090910\catv.pbl(w_input).em_dhhm1.getfocus. Event "getfocus" of editmask is not supported.
f:\i\catv\1024768\内勤业务\11.5.20090910\catv.pbl(w_input).em_dhhm1.losefocus. Event "losefocus" of editmask is not supported.
f:\i\catv\1024768\内勤业务\11.5.20090910\catv.pbl(w_input).em_dw.getfocus. Event "getfocus" of editmask is not supported.
。。。
。。。
------解决方案--------------------
c/s中很多事件在b/s中是不支持的!
------解决方案--------------------
下用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.