TSQL Get Number of Decimal Place (on a field)
Today I need to do a query to get all the record which has 3 decimal places on one of the field and process them by using different method. I am wondering if there any default TSQL …
Today I need to do a query to get all the record which has 3 decimal places on one of the field and process them by using different method. I am wondering if there any default TSQL …
Sometime you may find it useful to de-select an Item on ComboBox, when you try to force a user to pick one from the list. Here it is the code sample to deselect a selected item on …
I have been searching for SAP Business One 2007 System Requirement for quite a long time. I am not sure why I cannot find it. Unfortunately, the company I work, just upgrade their …
今日在學習CodeIgniter 時 嘗試隨著 CodeIgniter的教學建立一些 Sample Website 但不知道為什麼用 <?=$name?> 不能顯然 $name 的內容, 最後發現原來是 一些 Config 的問題 解決方法: 打開你的 CodeIgniter 檔案夾 到systemapplicationconfig 開啟: …
最近開始學習 CodeIgniter CodeIgniter 是一個挺好用的 PHP Framework 可以令你開發PHP 網頁的速度更快 很多時候在開發PHP 網頁 出現的問題 大部份用這個Framework 都可以解決 有時間可以嘗試學習..使用這個Framework 大家可以到以下網址Download 和使用 CodeIgniter …