![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: How to run DOORS dialog via OLE Topic Summary: Created On: 7-May-2004 12:52 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
Hi experts!
Ultimately, I would like to lauch DOORS filter dialog from MS-Word through OLE automation. File ..\DOORS 7\lib\dxl\standard\filter\filter_advanced.dxl seems promising, but function fnShowFilterUI(true) causes error: -R-E- DXL: <standard/filter/filter_globals.inc:179> null Module parameter was passed into argument position 1 -I- DXL: <Line:30> execution halted The same happens if you try to run the script directly from DXL editor. Alas, filter_globals.inc is crypted and I cannot find out how to circumvent the problem. What is wrong? Leo Hippeläinen |
|
![]() |
|
![]() |
|
A good guess would be that there is no "current" module.
- Louie |
|
![]() |
|
![]() |
|
My full script has current module setting before invoking fnShowFilterUI(true). But there is something weird with filter_globals.inc: If I copy/paste from filter_advanced.dxl only these lines to an empty DXL editor window:
#include <utils/tabUtils.inc> #include <standard/filter/filter_globals.inc> #include <standard/filter/filter_utils.inc> #include <standard/filter/filter_gui_attributes.inc> #include <standard/filter/filter_gui_links.inc> #include <standard/filter/filter_gui_objects.inc> #include <standard/filter/filter_gui_columns.inc> #include <standard/filter/filter_gui.inc> And try to run it, I still get the same error message, even though there seems to be no DXL program nor any entry point! Consequently, the part of my script that sets the current module is never executed. May I have more guesses/explanations, please... Leo |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
How to run DOORS dialog via OLE
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.