FILEPICKER setup [message #1054] |
Thu, 09 August 2007 08:16 |
adamsp
Messages: 32 Registered: July 2007
|
Member |
|
|
Tony,
I have a filepicker setup that is working properly. The code in my staff.dict.inc includes...
$fieldspec['bio_sketch_file'] = array('type' => 'string',
'size' => 200,
'control' => 'filepicker',
'task_id' => 'div_staff_biosketch(filepicker)',
'nosearch' => 'y');
However, the Update Column Screen for this column (bio_sketch_file) has Control=FILE PICKER but there is no >> or field to specify the Task_ID. When I try to save the Update Column screen (Submit) I get the message "task_id required if Control = File Picker".
Some of my Update Column Screens show a Task ID popup >> while others (like the one for bio_sketch_file) do not. What am I missing?
Ever-grateful for your support.
|
|
|