Message 1 of 9
thisdrawing.utility.prompt .... overwriting
Not applicable
06-19-2003
08:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hi
i am trying to use the thisdrawing.utitity.prompt, whenever i run this from
the vba editor it works, but if i run the routine from a toolbar / lisp the
prompt seems to overwrite the previous command line, not start a new line..
'code:
ThisDrawing.Utility.Prompt vbNewLine & "Current settings: Opening = " &
sSaveAndClose & ", Filter = " & sDrawingFilter & ", Xref path = " &
sXrefPath & vbNewLine
ThisDrawing.Utility.InitializeUserInput 1, "Previous Next Text Xref
Options"
sDrawingOption = ThisDrawing.Utility.GetKeyword(vbNewLine & "Open
drawing options [Previous/Next/via Text/Xref/Options]: ")
any help would be great
cheers
mark
i am trying to use the thisdrawing.utitity.prompt, whenever i run this from
the vba editor it works, but if i run the routine from a toolbar / lisp the
prompt seems to overwrite the previous command line, not start a new line..
'code:
ThisDrawing.Utility.Prompt vbNewLine & "Current settings: Opening = " &
sSaveAndClose & ", Filter = " & sDrawingFilter & ", Xref path = " &
sXrefPath & vbNewLine
ThisDrawing.Utility.InitializeUserInput 1, "Previous Next Text Xref
Options"
sDrawingOption = ThisDrawing.Utility.GetKeyword(vbNewLine & "Open
drawing options [Previous/Next/via Text/Xref/Options]: ")
any help would be great
cheers
mark