Quantcast
Channel: MicroStation Programming Forum - Recent Threads
Browsing all 7260 articles
Browse latest View live

RE: [CONNECT C++] How is...

It wants the "full" schema name, which includes the version numbers. i.e.: "MySchema.01.00". The version numbers for item type schemas are always 01.00. FYI...the XDataTree/ElementTempate APIs are...

View Article


[CONNECT C++] How is...

I've got an ElementTemplateNodePtr and I want to call GetECInstanceBySchemaName() to grab an associated Item from the template. I can never get it to return anything other than nullptr. I have tried...

View Article


RE: [V8i VBA] 2 odd issues: Userform_Initialize event being triggered / Class...

[quote user="Barry Lothian"]Nearing the end of a long VBA project...[/quote]VBA projects contain cans of worms.  Usually those stay sealed, but occasionally they spring a leak.  When that happens the...

View Article

RE: [V8i VBA] 2 odd issues: Userform_Initialize event being triggered / Class...

Hi Jon Interesting to hear though I'm not sure I am suffering any glitches due to the fickle unstable nature of VBA. My own gut feeling is that everything is working fine and my guess at the root cause...

View Article

RE: [V8i VBA] 2 odd issues: Userform_Initialize event being triggered / Class...

Hi Barry,I agree with Jon in using the export and re-import as an effective measure to cure some of the normally hidden Microsoft VBA project inconsistencies that can and will develop over time when a...

View Article


Image may be NSFW.
Clik here to view.

[V8i VBA] 2 odd issues: Userform_Initialize event being triggered / Class...

Nearing the end of a long VBA project; I'm finally back working in my text creation class but I have 2 odd issues which I would like to solve, both of which are within are encountered when the class is...

View Article

RE: Is there an API for GUID-based Workflows?

Hi Dominic, It appears that you are looking to be able to ensure proper change notification workflows can be implemented and respected based on each element/component being uniquely identified for any...

View Article

Is there an API for GUID-based Workflows?

Just wondering if anyone is using GUID-based workflows in their apps.This thread mentions something called 'Cross Diciplinary Coordination Services' xDCS, which is apparently and outgrowth of ISM,...

View Article


RE: [CONNECT C++] IDgnECTypeAdapter::GetStandardValues

[quote user="Paul Connelly"]Create an ECInstance of AreaClass[/quote]I'm stumped.  I think that I need a DgnECInstanceEnabler in order to create an ECInstance.  Here's what I have so far...if...

View Article


RE: [CONNECT C++] IDgnECTypeAdapter::GetStandardValues

Jon, DgnECInstanceEnabler is used for creating DgnECInstances - i.e., ECInstances that are to be persisted into the DgnFile. All you need is an IECInstance. You could take the easy road I previously...

View Article

RE: Compile Error 17 Left of ' . ' must be an object, structure or dialog

Hi Steven,a couple of notes:Please specify what MicroStation version (a build number at the best) do you use.Is there any reason why you use MicroStation BASIC, which is treated as obsolete from...

View Article

RE: Compile Error 17 Left of ' . ' must be an object, structure or dialog

[quote user="Steven W"]If there is a better way please advice[/quote]You don't say what version of MicroStation you're using.  If it's V8 or later, than abandon MicroStation BASIC and switch to VBA....

View Article

RE: Compile Error 17 Left of ' . ' must be an object, structure or dialog

USTN version: 08.05.02.70

View Article


RE: Compile Error 17 Left of ' . ' must be an object, structure or dialog

DgnLib file is not being used with levels. Currently only DgnLibs are used for text styles. Yes, to your second question. We use CSV files to remap & update levels in design files. Since 2014 we...

View Article

Compile Error 17 Left of ' . ' must be an object, structure or dialog

AllTrying to put together a macro that will be run in a batch process mode to update "our design levels" in a dgn file. Basic idea of the macro is to run in batch mode through 100+ dgn files to update...

View Article


RE: [V8i VBA] 2 odd issues: Userform_Initialize event being triggered / Class...

Hi Bob, thanks for the reply and for the suggestions.[quote user="Robert Hook"]The sanity checks I perform are as follows:Option ExplicitEnable "Require Variable Declaration" (Editor Tab) in every...

View Article

RE: [V8i VBA] 2 odd issues: Userform_Initialize event being triggered / Class...

[quote user="Barry Lothian"]I can see in the locals that when my row and column counter variables 'R' and 'C' are 19 and 7, CStr(CurrArray(0, C + 1))  is where the error occurs[/quote]In addition to...

View Article


RE: Compile Error 17 Left of ' . ' must be an object, structure or dialog

Hi Steven,[quote user="Steven W"]USTN version: 08.05.02.70[/quote]Well, it's quite old (and not supported by Bentley anymore) version, but still good enough ;-) In my opinion it's better to use...

View Article

RE: [Connect up4 NET.API] Addin could not be loaded, it does not have an...

Hi,Thank you all for replying and usefull sugestions."So you were attempting to circumvent corporate IT policy by installing your app. by a non-standard route? "No, addins we are talking about are in...

View Article

RE: [V8i VBA] 2 odd issues: Userform_Initialize event being triggered / Class...

Morning JonAh yes Debug.assert, I have used it before but for some reason find myself not using proactively. Maybe its because I tend to remove debug statements from completed functions/subroutines so...

View Article
Browsing all 7260 articles
Browse latest View live