Subject: RE: JavaScript ? – set field, save, openurl
Hmmm, I guess I should have remembered that before giving code to the many people I’ve helped out on this site. It was an emergency, I didn’t have time…give me a break.
These questions should not be answered in 10 seconds, if this app is really as urgent as you state, than you may want to hire a partner/developer with the skills needed. However here are some 10 second answers…
Create a button on your form and load it up with formula language to make it do whatever you want. Like:
FIELD Saved := “yes”;
@Command([FileSave]);
@Command([ToolsRunMacro] ; “WebDoSomethingAgent”)
or whatever. In the HTTP tab, give the button a name like saveButton. In the Style field for the button, put in visibility:hidden. You now have an invisible button that will save the document.
Subject: RE: JavaScript ? – set field, save, openurl
Thanks! That’s a great tip and I will definitely do that – Formula Language is definitely easier when it comes to what I need, I just need it work on the web. And thanks for not giving me attitude either