July 7th, 2010
You are currently browsing the articles from Information City written on July 7th, 2010.
Having some issues in the exported excel format. As there is a requirement from the client to add new row manually, the column wasn’t in the correct format. Thus, I thought of an idea to use a table inside another table to make the field more organized. But trying to do so causes another error.
Without further ado, checking from the internet shows that this error is a known error using table inside table for Reportviewer in exporting to Microsoft Excel. Just for sharing for those who faces this error.
Written by admin on July 7th, 2010 with no comments.
Read more articles on Entertainment and Knowledge Base and Programming.
Happened to see this particular plugin, WP Invoices Plugin. It’s a cool plugin that is able to track the figure of the total invoices generated and all the details of those invoices. It’s designed for the freelancer in mind.
In order to install the plugin, you will require to have WordPress version 3.0 and above. Interested? Head over to http://www.elliotcondon.com/wordpress/wordpress-3-invoice-plugin/
Written by admin on July 7th, 2010 with no comments.
Read more articles on Programming.
This error prompted when I tried to preview the data of the query I added for the dataset. The query is designed to accept a parameter which would check for the value on one of the field. Theoretically, the query should works as it is but the error “failed to convert parameter value from a string to byte[]” shows. Trying to input the parameter by running the query builder prompted below:
“Invalid value for cell (row 1, column 2).
The changed value in this cell was not recognized as valid.
.Net Framework Data Type: Byte[]
Error Message: You cannot use the Result pane to set this Field data to values other than NULL.
Type a value appropriate for the data type or press ESC to cancel the change.”
This has kept me puzzled for sometime and searching around the internet to no avail. I resorted to re-create the dataset and add back the query which surprisingly resolves the problem!
It sounds weird but that’s how it have drain down my time!
Written by admin on July 7th, 2010 with no comments.
Read more articles on Knowledge Base and Programming.