Can we reuse dialog ? Define document code dialog in my custom dialog?

Hi,

I am creating a new command for "creation of new document". I want to reuse the existing advance wizard ,document code definition dialog.

Is it possible to do it?

From this dialog

I just want to get this frame and embed it in my dialog.

If anyone had tried to do it or had some information related to please share.

Thank you.

Regards,

Rashmi

  • It is the attribute dialog and we can read the attribute and create new label and text box for the attribute on the fly. Got is working. There is a sample in SDK which I missed.

    How ever I am not able to create a holder and put the values in the holder for modification before the document is created. If anyone had worked on the attribute holder to reflect the changes in dialog box can give me some example. I am creating new holder but missing the part to initialize with the existing attribute as I do not have document ID.