What is the difference between these icons in RTC source control? - rtc

In RTC source control, what is the difference between these two 'change set' icons :
In my setup both changes sets contain multiple files.

The first one is a, active change set.
But the second one is the current change set, that is the one you have last chosen to checkin in.
You can checkin in as many change set as you want, in order to group related changes together.
The "current change set" is marked in the Pending Changes view with a smaller blue triangle:
From the help page:
Any change set that has not been completed can be modified by operations such as check in, move, undo, and remove; and is said to be an active change set.
Active change sets cannot be shared with other repository workspaces because they are not stable.
In any workspace, there can many active change sets for a component, but only one can be the current change set.
If you have more than one active change set in a workspace, one of them is identified as the current change set (the one in which all check-ins accumulate by default).

Related

Holding parameter values when report is refreshed due to custom buttons used for expand/collapse groups

This may be as simple as it can't be done, but I have to ask. :) I am building a report using Report Builder 3.0. The report contains a table which also has Grouping established. I wanted to give the user an easy way to expand/collapse all rows of the table, so I used the method of creating a parameter with two values (0 for collapse, 1 for expand), tied the visibility of the group to the parameter using an expression in the Hidden Property for the group. Then I created two text boxes for Expand and Collapse and added the respective parameter/value in the Action in the text box properties.
At this point, everything works as intended. Here is where I run into the issue. I added another parameter, lets just call it "Location". The parameter is a text data type that allows multiple values and gets it available values from dataset/query in the same report. This is where I am guessing what I want may not be possible. When I select my Location(s), then run the report it all looks good. However, when I click on one of the Expand/Collapse text boxes, it clears out the values that I selected for the location(s). I am guessing this is due to the fact that the available values for the Location parameter is set via a query at run time. Is there any way to maintain the values for the Location parameter when triggering the expand/collapse buttons?
Thanks in advance!

How to tell if a UltragridRow is added (new) or just modified?

I have an Infragistics Ultragrid on a winform. How can I tell if a row is added or just modified? The DataChanged property will just tell me if Data has changed, not if it was added (so I can put the row data in an SQL Insert statment) or if it was modified (so I can put it in an UPDATE sql statement.)
For Each row As UltraGridRow In GroupMetadataGrid.Rows
If row.DataChanged Then
Debug.WriteLine("Saving Changed Row")
End If
Next
Thanks in advance.
UltraGrid does not track if the row has changed or was added. Look at the answer from Mike Saltzman in this thread in their forum.
This is his answer:
The grid does not track this. If you edit a row in the grid and move to another row, all changes in the previous row are committed to the data source.
The grid doesn't deal with the data base directly, it only deals with it's local data source. So if you are looking to track changes in the data source that need to be written to the database, then the data source needs to take care of that. The DataSet and DataTable class have built-in support for tracking pending changes.
The only thing you might have to be concerned about with the grid is that the current ActiveRow in the grid may have pending changes that need to be written to it's DataSource. For this you can use DataChanged. The grid will automatically commit changes when it loses focus, but if you need to manually force the changes to be committed, you can use the grid.UpdateData method, or the Update method on any individual row.

How to discard independent set for CF in some YouTrack project and start using common set of values?

As an administrator of YouTrack I need sometimes create and discard independent set of values of custom fields. Creation of independent set is trivial: just use appropriate button, but what if I want to discard existing independent set and use common set of custom field values? Is it possible to do it in some easy way (through UI, API or command)?
For now, I have to add new custom field each time I need discard independent set. It happens not so often, fortunately.
Go to Settings -> Custom Fields -> Fields in projects -> your project, 2. Expand it,
Select the field,
Delete unnecessary values by clicking on crosses,
Click "Copy values from.." button and select desired set of values in the dropdown.
Hope it helps.
A screenshot of field settings

How to make a MS Acess Report where you have one page per record?

I cannot figure this out for the life of me.
I want a report object where each page (no matter how big, small, etc) corresponds to one record in the underlying source query (each record corresponds to a Client along with some financial data).
I've tried grouping by Client, inserting page breaks, trying to integrate forms, etc. Nothing. Everything just combines together into one giant list -- there's no separation per page.
Select the Group Header and view Properties (F4). It should be named something like GroupHeader0. For the Force New Page attribute, select Before Section, After Section, or Before & After Section.
The hardest part of this for me was finding the correct item to click that has the Force New Page attribute -- it isn't the field itself, but the Section (which is named "GroupHeaderX" by default).

Business Objects ver 3 Alternate Row/Column Colors not active

I am converting reports from version 2 to version 3. When I select the vertical table in the report, the propeties box appears but any changes I make is not reflected in the table. If I change any attributes at the column or cell level however, the changes are taken. The problem is that some attributes like alternate row coloring are not available at the column level.
Are you pressing enter after making the change? It sounds like a silly question, but I know failing to press enter after changing a universe for a query source won't be saved by the editor and it immediately reverts to the original value.