You can generate the associated T-SQL code for a task whenever you use the GUI in SSMS to complete it. The following examples show how to do so when you back up a database and when you shrink the transaction log. These same steps can be applied to any action that's completed via th...
displayDialogs = DialogModes.NO; // Main script function (function () { // Select the input folder var inputFolder = Folder.selectDialog('Please select the folder with files to process'); if (inputFolder === null) return; // Limit the file format input, add or remove as ...
Show 12 more This sample uses JavaScript code to insert the stars.jpeg image at the top of the current webpage, inside the <body> element. The extension's pop-up contains a title and an HTML button that's labelled Insert picture. When you click the Insert picture button, the extension'...
When you click into the Outlook Desktop Navigation Bar toMore Apps > Shortcuts, and then click the link forMicrosoft Office Online, you get an error dialog: “An error has occurred in the script on this page” STATUS: FIXED Starting with Version...
to show theCommon xsl:value-of Taskslist. In theFormat asdrop-down list, clickRich Text. If theConfirmdialog box appears, clickYes. The Data View looks similar to the following image: You can now customize the page as necessary.
Small bash script to manage your ssh connections. It builds menu (via dialog) from your ~/.ssh/config. It can not only connect but also to run commands, copy files, tunnel ports. - vaniacer/sshto
In other words, I wanted to know how much of my project was being tested by my unit tests. I found a couple of tools for this, but JSCoverage has worked best for my needs. The examples I show later in this article use this tool. Sample jQuery Plugin For the sample project to test...
How to avoid this message without check "Don't show again"? for ( var a =0; a<activeDocument.artLayers.length; a++ ){ activeDocument.activeLayer = activeDocument.artLayers; checkLayerMask(); }; function checkLayerMask() { // has layer mask var ref = new...
@CuteNikki Do you see a dropdown link this on the right side of output? Yeah, as I said, I found it. It just took me a while because it didn't show up. I don't see anything in the log though. Can I send the file to someone to take a look at it? CuteNikki commented on ...
A TextEdit RTD or RTFD document will save various document properties that you access and edit by selecting: File > Show Properties > Is is possible to retrieve these properties on a currently open document via AppleScript and place them in the clipboard? I am interested in storing some text...