![]() |
|
|
|||||||
| General Information Heard some interesting news about Delphi for PHP? Post it here. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
hey i have a checkbox problem, i cant check if is checked or not,
is if chechek would be modify the query. mi code is checkbox name is ALL function ALLJSClick($sender, $params) { ?> if ($this->ALL->Checked) $this->Query1->Filter="FName like 'auto'"; $this->Query1->Refresh(); echo "Checked<hr>"; else echo "Not Checked<hr>"; <?php } and if this was a combobox how is the code? |
| Sponsored Links |
|
|