[Manifold-l] Open form from drawing
Ben Maddox
maddox.ben at gmail.com
Mon Mar 5 00:00:01 CST 2007
Adam and other Manifold and Vb experts
I have looked the onclick example in the help my VB expereinec has com from
within Access and I am not having much luck frinding the scripting reference
to open a form based on an objects ID in a drawing.
Basicly I would like to Launch something like the employee viewer form in
the ScriptTableNwindForm.Map
> What vbscribt procedure can I use to launch a form when a feature is
> double clicked?
Use the OnDoubleClick script.
See the following Help topic for details:
Programming - Scripts - Click Events
Sub Main
If EventArgs.HasObject Then
Application.MessageBox EventArgs.Object.ID, "Clicked Object"
End If
End Sub
Any further guidance would be very helpful
Regards
Ben
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.directionsmedia.net/pipermail/manifold-l/attachments/20070305/e3b03a72/attachment.htm
More information about the Manifold-l
mailing list