|
jeffmetcalf -> Yes/No fields (3/22/2002 23:29:17)
|
If I have this in fpdblib (spooky code) Case 11 If lCase(rs(fldname)) = "true" then FP_Field = "<input type='checkbox' CHECKED>" Else FP_Field = "<input type='checkbox'>" End if Can I still do this? (Spooky Selected Listboxes) http://www.outfront.net/spooky/adv_drw_listbox.htm because no matter what, my fields try to fill with the <input type='checkbox' CHECKED> Many thanks
|
|
|
|