Birt Viewer - rptlibrary file - birt

I have tried this-
using resource window and then inserting rptlibrary to the rptdesign file and it applied successfully , but it is not reflecting to rptdesign files when i am doing changes in rptlibrary file from another location,Means i want to keep rptlibrary file at different location and i wants to do changes from there.
For some security issue i have to keep rptlibrary file and rptdesign files separate so how can i do this?
My problem is-
I want to link rptlibrary file to my all rptdesign files. And i want like if i change in rptlibrary file so it will reflects to all rptdesign files.
How can i do this ?
Please help me...
Thanks

Related

Laravel's Storage::put not saving file based on original uploaded file extension. (e.g. Uploaded .ai saved as .pdf)

I'm trying to upload an Adobe Illustrator (.ai) file and using Storage::put() saves the file as a pdf.
Problem
This is the uploaded file.
Upon multiple attempts, I've confirmed that they're all saved as .pdf.
How do you solve this issue ?
Upon peeking into the AI file, I've found that this is the reason why it's picked up that way.
I have not understood why the saved file has its extension changed, but using Storage::putFileAs() instead of Storage::put() solves my current problem. It is most likely a bug in Laravel framework.

How to update resource file in TFS in VS

I write an application in VS2013. The source code of app is managed by TFS. My application contains a resource file, that contains some images. When I add a new image to resource file, everything working correct after updating resource file to server. But when I replace some existing image in resource file with another image with the same name, nothing is updated. On the server remain original old image.
Do you have some tips how to update resource file after changing only image content? Thx
I resolved my problem. I just marked changed images in Resources folder solution by "Check Out for Edit.." TFS option and then I updated it by "Check-in" TFS option. Now its all fine

how to remove in PDF invoice generated in Magento

Hello Megento Experts,
I am a beginner in magento. I have set up a magento store. Now, when admin generated a PDF Ivoice for the orders, there are symbols in place of space. As in screenshot below.
Please help me removing these symbols.
Thanks in advance.
In default magento generates the invoice pdf from the class Mage_Sales_Model_Order_Pdf_Invoice.
If you check in the file location
app\code\core\Mage\Sales\Model\Order\Pdf\Invoice.php
You can see that.
But in your case, it seems that the file has been changed. This file may have been overridden or overwritten in your local folder. Search for the same file location in your local folder
app\code\local
You may find the file.
If it is there, check for &nbsp in that file.
Hope this will help.

How to link the csproj file with aml file

I am writing a document for my one application using Sand castle.
It consists of one csproj file in the document source.
I want to link that csproj file with my aml file page.
Does anybody know how can i achieve this?

Having a file open automatically when the compressed folder containing it is unzipped

I have a compressed (zipped) folder with several KML files and some image files in it. I will soon make the compressed folder available to download from a web site; once the site's user downloads the file, they can unzip it. I am wondering if there is a way to make a certain one of the KML files open in Google Earth automatically as soon as the folder is unzipped (this file is linked to the other KML files in the folder, and opening it in Google Earth is a much handier way of viewing all the KML files than opening each file individually). Is there any way of implementing this? The operating system on my machine is Windows 7, in case this helps.
The act of unzipping a .zip file cannot easily be triggered to open a particular file as you describe on the file system. You would need a drop-box like mechanism with a custom application waiting for new contents in a particular folder.
However, KMZ is a zipped file which when opened by Google Earth will display the root-level KML file (typically named doc.kml) so a workable solution would be to create a single KMZ file with folder-structure as needed. The KMZ file would include a parent KML with links to the sub-KML files either as anchor links (or feature anchor) accessed via feature description and/or as network links.
The parent KML file can have in its top-level KML element an description with an index or table of contents with links to all the sub-KML files.
A working example of a feature-anchor can be found here:
http://kml-samples.googlecode.com/svn/trunk/kml/feature-anchor/feature-anchor-semi.kmz
A good description of feature anchors in action with examples can be found in Chapter 2 of the KML Handbook.

Resources