As of this time of writings, scExcelExport component still not support Delphi 10 Seattle. Only Delphi XE8 will be able to compile the component without issue.
If you highly depend to this component, i will show you how to compile it in Delphi 10 Seattle (until the official release come out).
1. Open scExcelExportConfig.inc using text editor.
2. Add the code i have marked below inside scExcelExportConfig.inc:
{--------------------------------------------------------------------------------
*...
Tuesday, March 8, 2016
Tuesday, January 20, 2015
Reset Files and Folders Permission on Windows
I often used windows permission to limit other user on the same PC to access application/Folder/File. But after the real owner of the file is resign, i had to change those files/folders permission to original or directly change to current user.
So if you need to reset file/folder permission setting to default, you can use command below:
ICACLS (Folder or File name) /T /Q /C /RESET
example:
D:\OILDATA>ICACLS...
Monday, January 5, 2015
Laravel Release Download
I love to used Laravel as my Web Framework. Many Projects that i develop used Laravel.
But the downside of Laravel Release download, Laravel never put every version release as an archive, instead you have download it directly from source.
So to make my self and you who visit my blog easier in future to get Laravel when starting new project or update current project with new laravel release, i put...
ExtJS 5.x Download
With the launch for new ExtJS version 5.x, Sencha tried to push the developer for purchase their product. Because now as default, ExtJS will download as 30 Days Trial. But in the other side, Sencha still support for Open Source Application. So you can download ExtJS for free if you agree with their GPLv3 term.
So for the shortcut, here is the link to download ExtJS version 5.x :
http://www.sencha.com/products/extjs/details
The...
Monday, December 29, 2014
List of VirtualMin error when configuring and the its solutions

I'am as a web developer, often use Virtualmin as Control Panel, but sometimes when configuring i got stuck with the following error. After some research i got the solution to fix the error. I wrote here as reminder for future and also for you if stuck with the same error.
"Your Postfix configuration...
Thursday, September 18, 2014
Install Vala with GTK+ 3 in Windows

As you may know, vala have binary release for windows maintain by communities.
https://code.google.com/p/vala-win32/downloads/list
But the binary release are not up to date now, their last release is for vala v0.12.0 on April 2011.
But if you really want to develop an Application with this awesome...
Wednesday, August 6, 2014
Free Download ExtJS 4.2.2
If you are an ExtJs Developer, you should know that ExtJs v4.2.2 only available for subscriber-only release. So if you wanna get that but you're not support subscriber then, here's the trick:
Download the extjs 4.2.2 full documentation:
http://cdn.sencha.com/downloads/docs/extjs-docs-4.2.2.zip
then extjs v4.2.2 sources are in: extjs-docs-4.2.2\extjs-build
See You.....
Subscribe to:
Posts (Atom)