Kamis, 20 Oktober 2016

JEASYUI : Chained Combobox JEASYUI ( combo box bertingkat )

View Utama

            <div class="fitem">
                <label>Provinsi:</label>
<select  class="easyui-combobox"  name="provinsi" id="provinsi" required="true"   >
    <option value="<?php echo isset($_POST['provinsi']) ? $_POST['provinsi'] : ''; ?>"></option>                                           
                                                 <?
foreach ($provins as $provinss) {
?>
            <option value="<?= $provinss['IDProvinsi']; ?>"><?= $provinss['NamaProvinsi']; ?>
            </option>
            <?php
}
?>
        </select>
            </div>
                        <div class="fitem" name="kotalook">
                <label>Kota:</label>
<label id="kotalook"> </label>
            </div>

Minggu, 02 Oktober 2016

IT : ODBC Driver tidak dapat view semua driver database

This problem can occur because of a architecture problem (32-bit office running on 64-bit windows) or a permissions problem.
The following steps can be used to solve this problem:
1. Navigate to "C:\Windows\SysWOW64"
2. Find "odbcad32.exe", right click on it and do "Run As Administrator"
3. Then continue following the steps listed in the Database Toolbox Guide.
After following the above steps, you will be able to see all the data sources.