bhcho wrote:then, what is fa from here?
"fa" is the file annotation created here, created specifically for the example. It should be whatever object you want to delete, so
- Code: Select all
#database query
fa = query.findAllByQuery(string, params)
fa = fa[0]
Should work fine.
but still I could not delete it with this 'fa'. Please correct me if I'm wrong
BK
Are you getting an exception? An error? Is there anything in the server log?
~Josh