RE: Macro help
[quote user="kamil"]My English is very poor[/quote]We all speak MicroStation and VBA. This is a world-wide community, and we use English as a common language. There are many successful contributors...
View ArticleRE: Macro help
Hi Kamil,[quote user="kamil"]Macro I wrote a long time ago[/quote]So it's time to change it (rewrite it) to work well with MicroStation V8i. Also be aware MicroStation V8i is "old product" now in fact,...
View ArticleRE: Attributes of the activeSettings bylevel
Ok Jan , always so much apreciated your critery ... yes know I see that is wrong , thanks for the adjust.Best regards !!
View ArticleRE: Attributes of the activeSettings bylevel
Hi Xavi,[quote user="Xavi García Maranges"]nybody knows , how can I get the value of the attributes of the active settings when are bylevel ??.[/quote]It's a misapprehension how MicroStation works. If...
View ArticleRE: Attributes of the activeSettings bylevel
I have deleted the code for no errors !! Thanks again !!
View ArticleAttributes of the activeSettings bylevel
Hi again to everybody ,Anybody knows , how can I get the value of the attributes of the active settings when are bylevel ??.With this code , I get the value , but if are bylevel it returns me -1 or...
View ArticleRE: How to handle the pipe ('|') character
Hi,using the "|" pipe character shouldn´t make any problems here, I also used this as separator in strings with no problems.But from your code I am missing the assignment to the variable tempCommand....
View ArticleRE: Procedure to search the value from the Excel in a Microstation files
Hi, VBA should be enough. Depending where the process should be triggered (started), you can write MicroStation VBA macro that will call Excel through Application object (OLE Automation) or vice versa...
View ArticleRE: Procedure to search the value from the Excel in a Microstation files
[quote user="M k"]Should I create a macro or procedure to search the value from the Excel file in a MicroStation file[/quote]This article about MicroStation VBA and Excel may help.
View ArticleProcedure to search the value from the Excel in a Microstation files
Hi all,Should I create a macro or procedure to search the value from the Excel file in a Microstation files.I have a value (text or number) written to ExcelI want to create a link that searches the...
View ArticleRE: CONNECT SDK :...
Hi,the builder object is returned from mdlRefFile_beginAttachment.I have created a small code example to demonstrate use of the functions mdlRefFile_beginAttachment. and mdlRefFile_completeAttachment:...
View ArticleCONNECT SDK : mdlRefFile_beginnAttachmentToModel/mdlRefFile_completeAttachment
who has already used mdlRefFile_beginnAttachmentToModel/mdlRefFile_completeAttachment ?How to create/initialize the builder argument ?
View ArticleRE: Macro help
Hi Kamil,may be this helps you:Start the Primitive FunctionPublic Sub start() CommandState.StartPrimitive New IdentPoint End SubClass Code:Option Explicit Implements IPrimitiveCommandEvents Private...
View ArticleMacro help
My English is very poor. needs help in improving macra. Action macra is that the 3D drawing when you click on two adjacent points of known height (Z) are inserted at the point of full meters (eg....
View ArticleRE: How to handle the pipe ('|') character
I did notice (after posting) about the unassigned variable, but thought it could be inferred that I meant to use the cmd variable in that for loop. Regarding the issue I was having, I will go a little...
View ArticleHow to handle the pipe ('|') character
Right now I am utilizing the CadInputQueue.SendCommand() method to send custom commands to the ActiveDocument. There are some commands which contain the pipe character ('|') within them.[For example:...
View ArticleRE: VBA and Reading DMRS Linkages - Can it be done
Gentlemen, Thanks.The magic bullet here was the 0 based Attribute. I had it stuck in my head that it was going to be some 6 digit mystery number. Also, more reading of the size and offset property of...
View ArticleRE: VBA and Reading DMRS Linkages - Can it be done
Hi Mark,as I wrote, it would be nice to have an example and to don't discuss using screen captures only.There are two linkages:1st linkage (attribute data) is DMRS, 4 words long2nd linkage seems to be...
View Article[CONNECT C++] How to set version number of application
How do I set the version number of a MDL application in MicroStation CONNECT Edition? In v8i we used the mdlSystem_setMdlAppVersionNumber function. But this function do not have any effect in CONNECT....
View Article