Scenario:
You create a report. You have one parameter called ‘CITY’ which contains all valid cities in the state of Florida. This parameter is used to report on all citizens that live in a particular city.
You have two tables.…
Scenario:
You create a report. You have one parameter called ‘CITY’ which contains all valid cities in the state of Florida. This parameter is used to report on all citizens that live in a particular city.
You have two tables.…
There are times when you want to display in a textbox on your report the value of a multi valued parameter. If blank is a valid value for your parameter, you don’t want to display the comma in your textbox …
This issue relates to Internet Explorer only. This problem does not affect Chrome or Firefox.
First, try this:
http://support.microsoft.com/kb/2608523
If that does not work or you get an error stating permission issues with AgControl.AgControl, then try this:
1. Run regedit …
The latest version of Google Chrome does not all for you redirect to your home page when clicking a new tab. You can get this feature by adding the old extension for making the new tab redirect to a URL …
Create a shared object (Flash Cookie) in Flash to save data for later retrieval. These shared objects are saved with a SOL file extension.
Here are two ways you can find them.
Run the ‘Analyze’ feature of ‘CCleaner’ (You …
Add to the beginning of the <body> tag, the onload event handler for your flash object. When the page is produced in the browser, the focus should now be on the flash object.
<body onload="window.document.someflashfile.focus();">
<div id="flashContent">
<object …