-
FlexPro
- Auf einen Blick
- Features & Optionen
- Einsatzgebiete
- Alle Vorteile
- Neu in FlexPro 2021
- FlexPro gratis testen
- FlexPro View OEM Freeware
- Kaufberatung
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
- Produkte
- News
- Support
- Unternehmen
- Jobs
- Kontakt
- Login
- Language
- +49 6894 929600
- infoweisang.com
- Google Maps
Markers using VBA
Home > Community > Automation and VBA > Markers using VBA
- Dieses Thema hat 2 Antworten sowie 2 Teilnehmer und wurde zuletzt vor vor 15 Jahren, 8 Monaten von HerveM1234 aktualisiert.
-
AutorBeiträge
-
März 13, 2009 um 8:13 pm Uhr #12383HerveM1234Teilnehmer
Hi,
When I play this small macro :
…
ActiveDatabase.TaskWindows(fpTaskWindowObjectList).Activate
ActiveDatabase.Selection.SelectObject “2D Diagram.2D”
ActiveDatabase.SelectedObject.Open = True
ActiveDatabase.ActiveObject.CursorActive = True
Windows(“2D Diagram”).Activate
ActiveDatabase.ActiveObject.CursorActive = True
ActiveDatabase.ActiveObject.ActiveCursor.PositionIndex = 20
…It fails on the last line, with the Runtime error 91. Then I press “debug”, and without modifying anything I press Play again. And it works fine !!!!
If somebody could explain me this strange behaviour, thanks in advance.
I’m using FlexPro7.@+
März 13, 2009 um 8:13 pm Uhr #8066HerveM1234TeilnehmerHi,
When I play this small macro :
…
ActiveDatabase.TaskWindows(fpTaskWindowObjectList).Activate
ActiveDatabase.Selection.SelectObject “2D Diagram.2D”
ActiveDatabase.SelectedObject.Open = True
ActiveDatabase.ActiveObject.CursorActive = True
Windows(“2D Diagram”).Activate
ActiveDatabase.ActiveObject.CursorActive = True
ActiveDatabase.ActiveObject.ActiveCursor.PositionIndex = 20
…It fails on the last line, with the Runtime error 91. Then I press “debug”, and without modifying anything I press Play again. And it works fine !!!!
If somebody could explain me this strange behaviour, thanks in advance.
I’m using FlexPro7.@+
März 13, 2009 um 9:31 pm Uhr #8590Bernhard KantzTeilnehmerThis is a bug in FlexPro. It will be fixed in version 8.0.19.
-
AutorBeiträge
- Du musst angemeldet sein, um auf dieses Thema antworten zu können.