Message 1 of 5
Getting current LDDT project

Not applicable
12-20-2000
03:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Does anyone out there, who is using LDDT2i, know how to get the current
project into a textbox? I want to take the current project that is shown at
the top of LDDT and put it into a textbox to record plots. The following
code works in VBA but does not work in VB6. Does anyone have a method that
does work?
Dim proj As String
proj = AeccApplication.ActiveProject.Name
TextBox1.Text = proj
Thanks for any help,
Jason Stevens
project into a textbox? I want to take the current project that is shown at
the top of LDDT and put it into a textbox to record plots. The following
code works in VBA but does not work in VB6. Does anyone have a method that
does work?
Dim proj As String
proj = AeccApplication.ActiveProject.Name
TextBox1.Text = proj
Thanks for any help,
Jason Stevens