Message 1 of 10

Not applicable
08-13-2015
01:59 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have a plugin that selects only DBText using a filter. I want to open the text editor when I select the DBText.
Dim acent As DBText = acTrans.GetObject(acSSObj.ObjectId, OpenMode.ForWrite)
I want to call the Text Editor in this DB Text.
What command do I use to open the text editor for the DBText?
Thanks in advance!
Solved! Go to Solution.