RE: this code don't work well can anyone help me "v8i" "vba"
Your VBA project references two other libraries: AECOSim Building Designer 2.0 and ExcelInterface. You previously mentioned that you use Navigator, but not that you use AECOSim.[quote user="DMA"]The...
View ArticleRE: this code don't work well can anyone help me "v8i" "vba"
you can find it by run macro direct "not open VBA" just load and run macro and scroll down you will find "Clash Point Markup" if you run will open the coding window.
View ArticleRE: this code don't work well can anyone help me "v8i" "vba"
[quote user="DMA"]load and run macro and scroll down you will find "Clash Point Markup"[/quote]You've highlighted a VBA module named Run_UserForms.Clash_Markup, not Clash Point Markup.If you want us to...
View ArticleRE: [V8i VBA] How to determine a form control's object name?
Hi Barry,I have not too much experience with VBA Forms and maybe it's the reason why your approach looks a bit strange to me ;-)I see no reason to work with controls names, because it's automatically...
View ArticleRE: [V8i VBA] How to determine a form control's object name?
[quote user="Barry Lothian"]The problem is I have hard-coded the textbox object name[/quote]As Jan writes, you don't need to do that. You know which control invoked your subroutine: TB_CustomRed,...
View ArticleRE: this code don't work well can anyone help me "v8i" "vba"
What happens if you comment out the highlighted statement (Unload frmClashDefiner)?
View ArticleRE: [V8i VBA] How to determine a form control's object name?
Thanks for the pointer Jon, I hadn't considered an empty string situationCouple of questions regarding your example out of curiosityWhy double, as I am dealing with typed values of 0 to 255, is there...
View ArticleRE: this code don't work well can anyone help me "v8i" "vba"
i close and reload it again its workbut the points highlighted is very far from my X,Y,Z i entered kindly check the Pictures below
View ArticleRE: [V8i VBA] How to determine a form control's object name?
[quote user="Barry Lothian"]Why double, as I am dealing with typed values of 0 to 255, is there any reason not to define number as integer or long?[/quote]Dim number As Long number = CLng (.Value)In...
View ArticleRE: Is there a process limitation to the bentley.interop.microstationdgn?
Hi TMA, it would be helpfull to share more information: MicroStation version (build number), Windows version, if there is any GUI used or it's a simple batch application... In my opinion to use COM...
View ArticleRE: Is there a process limitation to the bentley.interop.microstationdgn?
Jan, Thanks for your prompt reply. We are using Microstation SS2 on windows server 2008. We initially tried by setting the gui to hidden and then with gui visible. It worked better (processed more...
View ArticleRE: [V8i VBA] How to determine a form control's object name?
Hi Barry,[quote user="Barry Lothian"]I was merely wondering if there was a method to determine the control name from the event but ultimately doing so isn't really that important in VBA [/quote]It's...
View Article[V8i VBA] How to determine a form control's object name?
Bit of a generic VBA question but I've yet to discover the answer I'm looking for.I have a form with 3 textbox's for RGB input values (TB_CustomRed, TB_CustomGreen and TB_CustomBlue).I have the...
View ArticleRE: Is there a process limitation to the bentley.interop.microstationdgn?
[quote user="TMA"]We initially tried by setting the gui to hidden and then with gui visible.[/quote]If you mean (MicroStation) Application.Visible property, for some opeartions it has to be set to...
View Article[CONNECT C++] Dependency API
I would like to make a text element dependent on some other element. In dependency logic terminology, I want the text element to depend on some root element.When a user creates text in MicroStation...
View ArticleRE: Is there a process limitation to the bentley.interop.microstationdgn?
Jan, In regards to the gui, i thought you were referring to the Microstation GUI. Our script doesn't have a gui. It's just run from the command line. We'll try using the AddEnterIdleEventHandler and if...
View ArticleRE: Is there a process limitation to the bentley.interop.microstationdgn?
[quote user="TMA"]Our script doesn't have a gui. It's just run from the command line.[/quote]It makes the whole situation simpler :-)[quote user="TMA"]We'll try using the AddEnterIdleEventHandler and...
View ArticleIs there a process limitation to the bentley.interop.microstationdgn?
We need to process approximately 200,000 dgn files. We would like to process these files on a server for obvious reasons.We have created a c# script that uses the bentley.interop.microstationdgn...
View Article