> |  
@Command( [EditClear] )
DanteS
Salve a tutti e scusatemi. Sembrerà banale ma...il comando su citato non mi funziona tramite web eppure la guida dice:

"In Web applications, only use this command on a form to delete the entire current document. It cannot be used to delete highlighted data on a form in Edit mode; if executed on a form, it deletes the entire document. You cannot use this command to mark selected documents in a view for deletion....To customize the "Deleted" confirmation page returned by the server, create a form named "$$ReturnDocumentDeleted."...

E così ho fatto !!!...ho piazzato il mio bel bottoncino sulla form, visibile soltanto se in lettura...ho preparato la mia bella form $$ReturnDocumentDeleted...eppure mi restituisce una pagina di errore quando lo metto in moto...

L\'errore è:
Errore 500
HTTP Web Server: Eccezione URL non valido

Allora ho dirottato sull\' URL...del tipo http://www.dominio.it/database.nsf/DocumentID?DeleteDocument

...e l\'errore è lo stesso !!! Il bello è che su un\'altro database la cosa mi funziona perfettamente !!!

MA COME DIAVOLO SI FA A CANCELLARE UN DOCUMENTO DIRATTAMENTE DALLA FORM TRAMITE WEB ???




You are here @Command( [EditClear] ) - DanteS -
    re : @Command( [EditClear] ) - cyberflaz -