Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi. I need help with macro for shared views that renaming view with path directory name.
Thanks.
Solved! Go to Solution.
Hi. I need help with macro for shared views that renaming view with path directory name.
Thanks.
Solved! Go to Solution.
Hi Jiri,
there's an issue with the processing for this command, I've opened PMILL-11505 for development to fix this,
thanks,
Ken
Here's part of the macro that I use to do this:
STRING text = project_pathname(1) STRING viewName = '"' + $text + '"' STRING myCmd = "SIMPLE_SHARE NAME" + $viewName + "SIMPLE_SHARE ACCEPT" DIALOGS MESSAGE OFF ACCOUNT LOGIN FORM fgeCreateShare DOCOMMAND $myCmd DIALOGS MESSAGE ON
see if that helps you or not