Putting parameter drop down, and "apply changes" in preview view - crystal-reports

I'm using the standalone crystal reports (no .net or visual basic) to generate reports, and I'm trying to figure out a way to put the parameter selection and "apply changes" button actually in the window instead of in the "Parameters" tab to the left.
Is there a way to do this or some way to export the report for a user to easily have this ability? I feel its something very simple I missed or its not possible. Thanks in advance.

Related

How to hide one unknown menu in VS Code?

There is one weird menu which i need to get rid of. Even when I split vscode environment into more pages (two,three...) it creates this menu for every page area. I have not even find what is the name of this menu, much less how to hide it. Please, does anyone at least know what is the name of this menu?
Those are source control buttons, try to uncheck some of these.

Adding New Components in WindowBuilder Design View

At risk of this being a trivial question, I need to know how to add more components (in the components explorer) in WindowBuilder for Eclipse Juno. I'm taking a dive and trying learn how to add a GUI to one of my personal projects. Right now all I have mustered up is just a JFrame that has a button that launches my program in the console with a little notification saying so. But what I am thinking about having is a "Start up Window" with just some stuff and button or something that says Enter application or something. So then I want a new window to pop up as a "Run Window". I have created a new JFrame as a "run window" and hide/set visibility of "startWindow" to false and get the result I want. But I want to be able to edit this new JFrame in the design window along with the default JFrame I started with.
Is there a way to do this? I tried right-clicking in the components window in the design view and it doesn't do anything. I also tried right-click the object from the project explorer and couldn't find anything. Am I missing something? Is this even possible?
The question seems to have 2 parts, so I will try to answer both of them.
1) Adding components directly in the components explorer
The only thing you could do, to get new components into there via right-click is "Surround with". For example you have a JPanel, right-click on it and click "Surround with...". You could try and put a JScrollPanel in there, so you can scroll your JPanel.
But the usual way to add components is by the "Palette", it contains a lot of components, that you can drag&drop into either the components-explorer or directly into your app Window -> Show View -> Palette.
2) Showing a certain window
If I understand this correctly, you want to show one window, click on a button and then show another window which has the same size etc. like the one before.
Setting the visibility for the first window to false and the second does work.
But under certain circumstances it's easier to use CardLayout.
Imagine a stack of cards, you can see only the first card. Then you click a button and now see the second card and so on.
See this: https://docs.oracle.com/javase/tutorial/uiswing/layout/card.html
for information and examples.

HelpBar Oracle SQL Developer

This is a relatively trivial question, and I'm sorry to ask it. However, I am trying to do work in Oracle SQL Developer, and I can't figure out how to bring up the helpbar on the left-hand side that shows all of my objects.
How can I pull it up?
If I'm picturing in my head what you are saying properly, there are two ways:
Click the Window menu item and then "Reset Windows to Factory Settings" which shows the Connections and Reports items along the left hand side.
Or
Click the View menu item and select "Connections" (or maybe "Recent Objects" if that's what you're after.)

Can you assign a shortcut for a custom tool you created in P4V

I have recently created a custom tool in Perforce P4V that I can use by right clicking a changelist and executing the tool. However, I would like to assign a shortcut to that tool and it does not appear is the "Shortcuts" section. Is it possible to do that?
This is possible now (eg. Verion 2017.3), You can assign a shortcut in the 'Manage Custom Tools' dialog. Just make sure that the dialog is big enough, otherwise you can't see the Shortcut column next to the Name column, or simply scroll to the left.

Change checkbox(Activex control) in word 2007

In word 2007, I'm trying to use the default activex control as check box. I would like the color of text changed after some one check the box it.
I know how to get it done with VBA and checkbox formfield, but how can this be done with checkbox(active control)?
Shortly, is there any way I can retrieve the properties or other object information of ActiveX control check box?
I think this answer is too late for the questioner, how ever i am sending it for those who will face this problem later on.
IF you know how to change check box color in VBA then you can do it in word as well. All you have to do is to insert a check box that you can code your self. to do so.
Generate Developor's Tab in MS Word by clicking word button at the top left of MS WORD 07 Window; Select Advanced; Select Popular; then in the pan opened, check the check box that contains Developor's tab.
Now Click the Developer's Tab, Locate the Control Group and from their, click on legacy tools pull down menu.Click on more controls option at the lowest left of the legacy tools pull down menu. A new Window will open.
Scroll down to find the option Micrsoft Forms 2.0checkbox.
Click to select it, and you are done. You will receive a check box at the place where your cursor was blinking before you startated this process.
This Checkbox is very similar to the Check box from VB. Now if you know the VBA Codes and want to change the properties of check box like color etc. Look at the Control Group in Developer's Tab. Click Design Mode. Now DOUBLE CLICK THE CHECK BOX AND VB CODING FORM OPENS WHERE YOU CAN CODE.
In case you do not know how to code in VB, You can still make some useful changes in check box. Single click on the check box and Then Click Properties Immediately below the Design Mode in the devloper's Tab.
Here you can make changes in properties.