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.
|
|
|
Re: FILEPICKER setup [message #1055 is a reply to message #1054] |
Thu, 09 August 2007 09:17 |
AJM
Messages: 2363 Registered: April 2006 Location: Surrey, UK
|
Senior Member |
|
|
Your description of this error is confusing. You say that the 'Update Column' screen does not contain anywhere to specify the 'task_id' for the 'bio_sketch_file' field, yet your extract from 'staff.dict.inc' clearly shows that 'task_id' has the value 'div_staff_biosketch(filepicker)'. How did you enter this value?
In the 'Update Column' screen the 'task_id' field is available on any column which is a string with a size not greater than 255.
Can you send me an export of your dictionary data for me to test on my PC?
Tony Marston
http://www.tonymarston.net
http://www.radicore.org
|
|
|
|