//呼叫如下:
String ls_fullstring=PrintGetPrinter()
String ls_name, ls_driver, ls_port, ls_temp
Long ll_place
ll_place=pos (ls_fullstring, "~t")
ls_name=left(ls_fullstring, ll_place -1)
ls_temp=mid(ls_fullstring, ll_place +1)
ll_place=pos (ls_temp, "~t")
ls_driver=left(ls_temp, ll_place -1)
ls_port=mid(ls_temp, ll_place +1)
ole_edit.object.printimage(1,1,1,true,ls_name,ls_driver,ls_port)
執行老是提示外部控制元件函式出錯!!!!
請問該如何處理?
uj5u.com熱心網友回復:
自己結貼:版本問題,原來的版本為2.1,估計在XP上呼叫有問題,安裝新版本已解決。
轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/104918.html
標籤:控件與界面
