Forum Post: Re: Multiple Oracle Users in Bentley Map
Hi,Another way you can track who is making edits is to use a trigger and the following SQL.SELECT SYS_CONTEXT('USERENV','OS_USER') || ' - ' || SYS_CONTEXT('USERENV','HOST') FROM DUAL;This command...
View ArticleForum Post: Re: [V8i C#] Set Undo Mark and Undo to That Mark
Jan, thanks for sharing the experience and the tip about the EnterIdle event. I will keep an eye on it.Regards,
View ArticleForum Post: Re: [V8i C# Exe] Dismiss the Alert of "File is currently in use...
Jan, it sounds true. Thx again.
View ArticleForum Post: Re: How to fix invalid topology
Hi Tom!Thank you for your videos. They were very helpful to understand the behavior you have whit Cadastre feature.First, the issue I report in my previous post has nothing to do with your...
View ArticleForum Post: Re: help with non wanted transparency in BVs
yes, found it, thanks.Forward Drawing was set with transparency on- I think that is wrong for drawings, or sheets as you say.Exactly what configvars is used?If it is only MS_DGNLIBLIST it points to...
View ArticleForum Post: Re: AECOsim Wall Penetration Modification
Joe... if you manipulated the edit handles that appear with a green rectangle/circle when you select the edge of the penetration then you would end up with the results that you described below. This...
View ArticleForum Post: Re: Config files / switch for Microstation version
The way I work it is that I have my cfg files for my applications in a single location and then in each cfg I look for a defined variable unique to that app. For AECOsim I use:%if defined...
View ArticleForum Post: Re: [v8i C++] MstnElementSetTool. OnElementModify() and...
This is a red-herring, %x doesn't do what you think. The first member of the EditElemHandle is the ElementRef pointer, that's the address %x is showing you. When you call SetElemDescr and pass false...
View ArticleForum Post: Re: PSIsometrics to Open Plant Isometrics
Ian: You're right, I misspoke. I mean IsoExtractor. I have a PCF file, a rep file, and a few other files, and a bunch of IE_ variables. I'm hoping to to automate those settings into the OPIM...
View ArticleForum Post: Re: Openplant dgnlib and Element templates/Named expressions
I agree with you, I too am using all custom equipment and would like to utilize Named Expressions as well. Sadly they just do not work. However, they would need to be a lot more advanced in order to...
View ArticleForum Post: Re: Cursor leaving trail
Hi Bill,thanks for reply. unfortunately the button to set to none the Hardware acceleration it is grayed out, I read this on a forum: There is no way to disable hardware acceleration with ATI or...
View ArticleBlog Post: Merge Dgns using msbatch
Hi Guys,Please let me know how to merge group of Dgns.For Example:I must merge 1_Plan.dgn with 1_Dem.dgn......4_Plan.dgn with 4_Dem.dgn . . . and sooo on.And most important thing is i must compare the...
View ArticleForum Post: Re: [V8i C#] Launch Microstation, perform some time-consuming...
[quote user="dgn2dwg"]An addin has already been developed[/quote]"Terminology note": I think if your code start MicroStation, it should not be mentioned as addin. My feeling is MicroStation addin is a...
View ArticleForum Post: Re: [V8i C#] ElementEnumerator.Current throw out an exception of...
[quote user="dgn2dwg"]It seems I am not "aware of things like multiple attachments and other nuances of the reference system".I may need some instructions about the nested Attachments or...
View ArticleForum Post: Re: [V8i C#] Detect various attachments (External, Self,...
Hi,as I wrote in another post, you really should participate in some MicroStation training to understand how references work before you will continue with your code (or to pay for some consultancy or...
View ArticleForum Post: Re: Display Styles - where are thou
The default display styles are installed with an Bentley created DGNLIB witch can not be changed by Users, I think you have to create your own DGNLIB and overwrite the display styles
View ArticleForum Post: PDF with hatch
Hi All,The last discussion I found was back in 2009, so just thought I would ask again.. Basically, PDFing drawings with hatches will increase the file size dramatically, unless you use non-Bentley...
View ArticleForum Post: Re: Merging Group of Dgns Programmatically
Thank You sooooooooooooooo much Sir,It's Working
View ArticleForum Post: Re: Changing font switches visibility of text !
Thanks Keith for the article link, interesting díscussion !Jeff, Bell MT is not affected, I even have it on my own computer, but have no additional design software, so all my fonts are (basic) TTF's.If...
View Article