• This forum is the machine-generated translation of www.cad3d.it/forum1 - the Italian design community. Several terms are not translated correctly.

development of a userform to insert data into the model

  • Thread starter Thread starter ale
  • Start date Start date

ale

Guest
I am trying to develop a userform to insert data into the autocad modelspace (version 2009)

I cannot overcome this obstacle:
with thisdrawing.utility
k = .getpoint(, vbcr & " inserire la data nel punto :")
.prompt vbcr & k(0) & "," & k(1)
end with
set j = thisdrawing.modelspace.addtext(textbox2, k, 1)
Would you give me a little help?
 

Attachments

Thank you rpor66.

By reading the routine I understood this:

to the click, the commandbutton hides the userform1, processes the data in
textbox, shows it with msgbox, collects the insertion point
and set the textbox content as text.
the text is inserted in the modelspace (j.update) and the userform reappears again to continue entering other data.
 

Forum statistics

Threads
44,997
Messages
339,767
Members
4
Latest member
ibt

Members online

No members online now.
Back
Top