Question lamont thomas · May 30, 2019 Call windows explorer from a Zen page I need to open a Windows explorer window by pressing button on a Zen page. Is this possible.? I performed a search but I did not find anything. The command I used in the terminal was D $zf(-2,"START C:\WINDOWS\SYSTEM32"). I am not sure how to use this in a Zen application. Any help will be greatly appreciated. #ZEN #Ensemble 0 8 0 477
Question lamont thomas · May 6, 2019 How can I get all values of a setting of a Production item programmatically? I wish to retrieve all the setting values for a given production. I have found #Ensemble 1 3 0 468
Question lamont thomas · May 1, 2019 List all DTLs and the corresponding target and source types in an Ensemble production I need to list the source type and target type for all the DTL transformations in an Ensemble Production. I know I can get the source and target type for a single DTL transformation using :set obj=##class(EXC.DTL.Lamont).%New()write 'Source type: '_obj.GetSourceType()write 'Target type: '_obj.GetTargetType() #Ensemble 0 3 0 428
Question lamont thomas · Apr 29, 2019 read attribute in the Xdata block I need to read the sourceClass attribute of the transform node in the Xdata block of a dtl.given: #Caché 0 1 0 342