Saving document in web
I really need urgent help, so I wish to get it here and not just getting advices about searching the forum or the Internet.
I have a web form with 2 buttons
1: Sava as draft
FIELD draft := "draft";
@Command([FileSave])
It will open the same form, just save it.. This code worked before but suddenly stopped.
2: Publish button
FIELD draft := "";
@Command([FileSave]);
@Command([FileCloseWindow]);
@Command([OpenView]; "mainW")
It worked fine too but no longer!!
Does any one know why its stopped working suddenly? (I’m getting, “server not found” error)
I did not make any changes in the form! What should I do to make this work?
Can someone give me the same function in JavaScript? I just want this to work again, its very urgent.
A HTML HEAD of the form is set to specify NO CACHE.
regards,
R



