HeidiSQL color editor: change the green color of the 'string type' output in result set box? - color-scheme

I went to: Tools → Preferences → SQL → String Literal → black
This change only took effect when I'm typing a string in the query box. This change doesn't take place in the output box.
May someone please tell me how to change the green color in the output box please? I find it uncomfortable to read.
I registered on the heidisql forum and have yet to get a confirmation email. Their forum also won't let me login.

I discovered it: Tools → Preferences → Text Formatting tab → Grid text colors → Select 'Text' from drop down menu → Then select color from the next drop down menu.

Related

Elementary Q: In Ride interface, in text edit tab, the search text field doesn't work. Is it the same for you?

I hope that someone responds to very elementary questions as well as the difficut ones. It's more than oe months that i use Ride for RobotFramework and i could never use the Search button on Text editor tab of Ride.
i write a word (not keyword) and i click the search button ( not Apply Changes button) and nothing happens. is it normal?
Thanks for any insight
The Search Button expects to have the text box on its left filled with the words to search.
You can also select the text and press Ctrl-G that will fill the text box an start the search (from the top of the file). Shift-Ctrl-G does the same but backwards.
This is a very rudimentary search function, but allows to find and replace if you have previously put content in memory (Ctrl-C), you can Search and then Ctrl-V.

What is this action called and how is it called : popup shows content of second sheet in spreadsheet

Reduced Excel Spreadsheet - Curiosity When clicking on cell B6 ( or 6 thru 11 ) , a disclosure caret shows and a popup is presented with the contents from a second sheet. It's not a pivot table, VLOOKUP is close. I don't know what it is called, so I can not research it further. All I need is a starting point. Thanks. Al
In your case, "Data Validation" has been used:
Select the range you want to have the desired behavior
From the "Data" Tab, Choose "Data Validation"
See Full Description
Similar behavior is achievable in "Developer Mode" as well:
First Enable the Developer Tab from "File->Options->Customize Ribbon"
Put into "Design Mode"
Add Appropriate control (e.g.: Combo-box) via "Insert" button.
Complete documentation is available here

Click/Enter an element in dropdown with RSelenium

I am navigating a website using RSelenium. I have to change the value in a dropdown menu before I can proceed. The dropdown menu let's the user choose the file format of a downloadable file, which can be downloaded pressing the "export" button. The dropdown menu contains the "Excel" and "csv" and is preset to Excel. I want to switch to csv.
Using my code, I was able to access the dropdown by clicking on it. I am also able to download the selected filetype via export button. But I don't know how to change the value in the dropdown menu.
#this is the dropdown
webElem <- remDr$findElement(using = 'css', "#export_type")
#this clicks export
webElem <- remDr$findElement(using = 'css', "#tb-collapse-2 .btn-default")
webElem$clickElement()
I could probably click on "csv" by choosing the mouse position, but I want to learn a better way to do it.
I figured out that the dropdown has two possible option values (Excel and csv) by inspecting the dropdown code. I don't know how to "send" the option value to the element.
Best regards!
If someone is looking at this, I found the (very simple) solution:
webElem <- remDr$findElement(using = 'xpath', "//*[(#value = 'csv')]")
webElem$clickElement()
Notice that this using xpath instead of css. the #value is the place where you set the value. You can find that value via inspecting the page. Remember to click the element after it has been found in the dropdown.

how to insert a checkbox in a word document

I want to make a list with checkbox on the left in the Word document. I don't want to use VBA macro every time.
example:
[] item1
[] item2
*[] is checkbox
Click the Developer tab and in the Controls group, click the Check Box Content Control, and then click to the right of the box.
-
This is the original link. There is too much redundant info.
office Support

how to screen count in sql server

in my sql server i am able to open three window at a time.. in Google chrome i can open lot of window.i f i open new window automatically decrees the size of rest of all window.like that i want to sett my sql server.now only three window is showing my sq l server. if i open new window i want to show that in sql server(but tab size should decrees),is there any setting for that?
if any one know how to do that.please help me to find out..
one short answer is NO
but you can set options for what to display in tabs text so tabs will be shorter and you will have more tabs open. to set this option you can go to
click Tools >> Options >> Text Editor >> Editor Tab and Status Bar.
Check out the Tab Text options
You can uncheck the database name, login name, and server name because those are shown in the status bar anyway. Then, if you wanna get fancy, change the status bar location to Top – it’s right above the Tab Text options
Ref: Fixing SQL Server Management Studio’s Tab Text

Resources