Message 1 of 3

Not applicable
08-17-2018
12:13 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hi dears
i'm working on simple command
it have wpf form bonded to class as per mvvm methods
i call the wpf from my command and it show up using wpf,show();
i use the form and change data then click the buttom to run command on viewmodel from my form as usual in mvvm to pick the objects and change its data
i can close my form
when selecting the object after that i can see that parameter data has changed as i want but document can't fell that changes and i can't generate the document
my problem is i cant use transaction.start on my mvvm command and ca't regenerate the document to see the changes in the tags
how can i solve that?
many thanks in advance
Solved! Go to Solution.