下拉式選單要條件出現不同的值

CodeCharge Studio 2.x, 3.x, 4.x, 5.x
回覆文章
yehlu
Site Admin
文章: 3245
註冊時間: 2004-04-15 17:20:21
來自: CodeCharge Support Engineer

下拉式選單要條件出現不同的值

文章 yehlu »

加一個 Before Execute Select 的 Event
然後自己寫判斷式改掉原來的SQL 語法
if(XXX){
$pop_set->pop_type_id->DataSource->SQL = "SELECT * \n" .
"FROM pop_type where pop_type_id = 1";
}else{
$pop_set->pop_type_id->DataSource->SQL = "SELECT * \n" .
"FROM pop_type ";
}
回覆文章

回到「CodeCharge Studio」