Unknown said: How could I refer the TFCom and STFCom?
If you're writing VBA, then use the Tools|References menu in the VBA editor to pop the VBA References dialog. Then you can add the VBA libraries to your VBA project ...
Bezieht sich auf
Produkt(e):
MicroStation
Version(en):
08.11.09.459
Umbegung:
Windows 7 32 bit,Windows 7 64 bit
Produktbereich:
Programmierung
Produktunterbereich:
VBA
…
I am attempting to write a vba that will allow us to copy a piece of text from a border reference into the active file. The project needs to be turned in with all the text in the sheet file. I copied some code from a google search and for the most part…
I have a vba script that attaches reference files using the 'ActiveModelReference.Attachments.AddCoincident' function.
I need to modify it to work within the Projectwise environment but I am getting 'File not found' errors.
The filename…
I am trying to clip a reference file from VBA.
From other VBA threads I have found out how to call mdlRefFile_setClip and how to use a Long as a pointer in VBA. I have also gotten my code to draw a shape at the coordinates where I want to clip the…
Yes, that's correct as far as I know. But a temp security glitch meant that a user was able to mess about with our standards.cfg with:
MS_DISALLOWFULLREFPATH = 0
MS_DISALLOWRELATIVEREFPATH = 0
which allowed the full path to be inserted. Horrors…
Everyone,
We have a problem that we have some files which have many "hard-referenced" raster files have been attached. I need to suppress the original location so that MS_RFDIR can supply the location. As an intermediate step, I am trying to change…
Hello Everyone,
I have task that requires me to attach a base file to 80 sheets. I have to attach a base file, clip, update the sequencing and allow nesting for 1.
What I want to do to avoid doing all the steps I have described is instead, going…
Hello out there!
I got the task to write a little programm which draws simple diagramms in Microstation faster. So I began to learn VBA and Microstation. I'm almost at the target but now I need the help of experienced users like you.
When…