Wednesday, December 02, 2009

Re-open document using @Formula

Need to update document using re-open approach?

here is easy way:
...
@Command([FileSave]);
@Command([SwitchForm]; currentForm)


I like this approach, especially because I've never thought about such way.

2 comments :

tom oneil said...

interesting. I can't wait to try it.

jzaldivar said...

This actually works great! I never thought of it! Good thinking!