Question Pravin Barton · May 3, 2017 Unable to open HTML files from Atelier server explorer When I try to open an HTML file from the Server Explorer, it fails with the error message "Failed to create the part's controls". HTML files open without any problem from the Atelier Explorer.Has anyone else had this problem? 0 5 0 292
Question Pravin Barton · May 2, 2017 How to get a permalink to a specific comment It would be nice if there were a permalink displayed for each comment. That way I could bookmark or send a link to a specific comment. I can see links to my own comments in the My Account page, but I don't see any way to get permalinks for other people's comments. #DC Feedback 0 3 0 212
Article Pravin Barton · Apr 26, 2017 1m read Moving a global to a new database using extended global reference Say you have a global in one database that you instead want to map from a different database. If you just create a global mapping to the new database, the existing global will become inaccessible because it still lives on the old database. The documentation notes this problem here but doesn't give details on how to fix it. #Caché #ObjectScript #Mapping 3 7 0 1.3K
Article Pravin Barton · Jan 13, 2017 2m read Binding of the "this" variable in Zen custom components I thought I'd share some issues I had today with Zen development in a custom component. Say we have created a Zen composite component with a few javascript methods that modify its child components. In order to modify these components, we can use something like the following method: #JavaScript #ZEN #Caché 3 0 0 365
Question Pravin Barton · Jan 20, 2016 Use an array as a SQL parameter for a Zen tablepane? I'd like to have an array as a parameter for a SQL 'WHERE... IN' statement. The array would be modified in javascript on the browser. Here's a simplified example: #SQL #Frontend #ZEN #Caché 1 2 0 436