cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

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

kguru
1-Newbie

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

Any one explain me with example. I have some struggle

3 REPLIES 3
GabrielZaha
12-Amethyst
(To:kguru)

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???

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

Madhavi
11-Garnet
(To:kguru)

ProMdlCurrentGet and ProMdlNameGet
to fetch the information and
use ProUIMessageDialogDisplay to display it.
Top Tags