Hi,
I need to use the igrid component in QM, and after the following code is executed, it will prompt the following error message
igrid download:
https://10tec.com/FS/Demos/iGrid/10Tec-i...-Setup.exe
Macro iGrid
I need to use the igrid component in QM, and after the following code is executed, it will prompt the following error message
Error in iGrid:DlgProc: type library error: 80029C4A, Error loading type library/DLL. (0x80029C4A). .
igrid download:
https://10tec.com/FS/Demos/iGrid/10Tec-i...-Setup.exe
Macro iGrid
typelib iGrid750_10Tec {79B8840D-A9AF-43FE-B84C-C1DAF9C579B9} 1.0
str dd=
;BEGIN DIALOG
;0 "" 0x90C80AC8 0x0 0 0 224 136 "Dialog" "4"
;3 ActiveX 0x54030000 0x0 0 0 222 114 "iGrid750_10Tec.iGrid {23D63E82-5264-4425-834C-5E34F2F9E667}"
;1 Button 0x54030001 0x4 116 116 48 14 "OK"
;2 Button 0x54030000 0x4 168 116 48 14 "Cancel"
;END DIALOG
;DIALOG EDITOR: "" 0x2040C02 "*" "" "" ""
if(!ShowDialog(dd &sub.DlgProc 0)) ret
#sub DlgProc
function# hDlg message wParam lParam
sel message
,case WM_INITDIALOG
,iGrid750_10Tec.iGrid ig3
,ig3._getcontrol(id(3 hDlg))
,
,
,case WM_DESTROY
,case WM_COMMAND goto messages2
ret
;messages2
sel wParam
,case IDOK
,case IDCANCEL
ret 1