to make a long story short, i am coding a combobox that can be used in when adding/editing events. Due to the nature of this new code, i need to take the following calendarscript code...
<%= &main::GetFieldInput($db->{'properties'}->{$field},$field,$record) %>
and force it to be INPUT TYPE="text" regardless of what it was originally. but its not working out for me