Skip to main content
1-Visitor
May 16, 2017
Question

How to get the name of current model and display in popup dialog for protoolkit

  • May 16, 2017
  • 1 reply
  • 1640 views

Any one explain me with example. I have some struggle

1 reply

14-Alexandrite
May 16, 2017

What did you tried so far? Post the relevant fragment of code here to make easier for us to point you in the right direction.

Otherwise, you question is to broad.

To get the model name you may use ProMdlCurrentGet and ProMdlNameGet function.

To show this into a dialog, you will need to be more specific. where here do you want to show it? what kind of control? label, text box etc???

kguru1-VisitorAuthor
1-Visitor
May 17, 2017

I  am open the particular model that display current model name  in popup dialog.

1-Visitor
September 7, 2017
ProMdlCurrentGet and ProMdlNameGet
to fetch the information and
use ProUIMessageDialogDisplay to display it.