How to hide a column in grid (GeneXus Evo 3) - genexus

how can i hide a grid column in GeneXus Evo 3? There is no more the columns property if I click on the grid!
In Evo 1 and 2 I know how to do this but in Evo 3 the optioin is gone!

The top left corner of the grid should allow you to right-click and select the "Columns..." item of the menu.
Alternatively you can click on the desired column, then press F4 to show the column properties.

Related

Toad resultset: Visually highlight groups of rows

In Toad for Oracle 12:
I have a query that has a WOGROUP column that groups workorders:
select
wogroup,
wonum,
parent,
istask,
taskid
from
maximo.workorder
It would be helpful if I could visually group the rows via the WOGROUP column. That would help make the resultset easier to read when reviewing a query's output.
Ideas might be:
Borders or horizontal lines
Grouped row shading (alternating by group)
Coloring the grey column on the left hand side (alternating by group)
Example (border):
Is it possible to visually highlight groups of rows in the resultset like that?
As far as I know, not as you want, but - see if this helps:
right-click data grid
select "Appearance" and then "Toggle Group Panel"
drag column's header "up"
That's it.
Return to the original layout by selecting "Reset columns" in the right-click menu.

Enterprise Architect - simple UI Tab Control

Is it possible to change number of tabs and tabs name in simple UI Tab Control? How to do it? (user interface diagram)
I'm using EA 11.
No. Tab 1 | Tab 2 | Tab 3 is part of the element's image and you can't change them. There is a workaround which works visually, but won't help if you're looking to generate code out of your models.
Create a Text element (in the Common toolbox), and give it the name of your GUI's first tab.
Set a different default fill and text color for the Text element (Right-click and select Appearence - Default Appearance).
Pick the Fill and Border Color for the Text element that best matches the Tab Control's foreground, either in the diagram toolbar or the Text element's context menu.
Move and resize the Text element to cover Tab 1.
Repeat as necessary for the other tabs, using the appropriate color.
The Text elements are local to the diagram they're in and are not shown in the project browser (they are diagram objects but not proper model elements), but they move with the Tab Control so it works visually.
By making several copies of the Tab Control and varying which Text element has the foreground color, you can use this technique to show the different panes.
You can change number of tabs and selected tab this way (at least in EA 13):
Open Properties of the Tab Control;
In "General" select "Wireframing" tab. You'll see "Tabs" property with a value "Tab1";
Select this "Tabs" property and click on "Notes" menu. An editor appears;
In this editor you can change number of names of tabs;
Close editor and for "Tabs" property choose selected Tab;

How can I edit text in "column mode"?

How can I select multiple columns in Sublime Text?
What I mean by that, is the ability to select blocks of text, on the selected columns. In Notepad++ you can achieve this by Alt + drag on Windows.
Here is a live example: http://notepad-plus-plus.org/features/column-mode-editing.html
See Column Selection.
For Windows, it's Shift + right click.

Birt - How to Format Y axis as percentage

In the chart below I'm trying to make the percent_uptime column be formatted on the chart's Y axis be shown as a percent. E.g, "35%" instead of "0.35".
Any ideas how to do this? I tried changing the Series 1 function to use the formatter.format function but then I get an error about strings not allowed on the Y axis :-(
The simplest way would probably be to change the Value (Y) Series: on the Select Data tab (as illustrated in the question) from row["percent_uptime"], to row["percent_uptime"]*100 (by pressing the fx button and amending the formula accordingly).
Alternatively, if you want to include the % symbol as part of the label for each value on the y-axis:
select the Format Chart tab in the dialog;
select Value (Y) Series (under Series) in the left hand pane of the dialog;
click on the Labels button in the right hand pane of the dialog;
in the Series Labels dialog that appears, select Value Data in the Values list on the right and click on the Format button;
select the Standard radio button in the Edit Format dialog that appears and specify the following values:
Suffix: %
Multiplier: 100
click OK throughout the dialogs to confirm applying the changes.

How to add "Last Position" button to my tool bar in VB6 IDE

I did this before but can't remember how the heck I did it.
I want to have a button on my vb6 IDE toolbar that takes me back to the previous place I was in the code (in my "history) -- an incredibly useful feature.
I have it in my properties (right-click) menu but don't see it in the other menus from which I could drag it to the Toolbar.
Any ideas?
This should do it:
In the IDE right click an empty spot on your
menu and select Customize...
Select the Command tab in the Customize dialog
Select View from the Categories list.
On the Commands list you should see
an item called Last Position.
Drag this item to a toolbar.
#Jay's answer is right on. There are also handy shortcut keys for this feature and the related Definition feature:
Last Position: Ctl + Shift + F2
Definition: Shift + F2
In one of the toolbars in the sample applications?

Resources