subgang
Posts: 9
|
| Posted: 02/04/2009, 8:57 AM |
|
I have an editable grid that will contain some records which have file names in the database, but the user will need to upload them to the server. The problem is, if the file doesn't exist, but is a populated field in the database, it does not allow the user to save the grid....Is there any way to get it to allow the update even if files are missing?
|
 |
 |
damian
Posts: 838
|
| Posted: 02/04/2009, 2:54 PM |
|
i dont think so.... if the file isnt there the database is wrong...
_________________
if you found this post useful take the time to help someone else.... :)
|
 |
 |
subgang
Posts: 9
|
| Posted: 02/04/2009, 3:29 PM |
|
Yes, lots of the fields in this database are wrong - it may be weeks before designers supply the missing images from an imported database, but content editors need to work on text copy meanwhile - Codecharge's file handling features are great, but sometimes I wish they were more flexible...
|
 |
 |
damian
Posts: 838
|
| Posted: 02/05/2009, 4:05 AM |
|
if you are missing many images and you want to work on the text only for now - easy!
just create another form without the filename field - or remove it from your current form until you are ready :) too easy :)
_________________
if you found this post useful take the time to help someone else.... :)
|
 |
 |
|