#22003/4/29 17:24:00
用JumpFileReturn函数
Example
This statement jumps to the history file and passes the value of subjects:
JumpFile("history", "subjects")
The next statement jumps to the history file, passes no variables, and changes record location:
JumpFileReturn("history", "", FileLocation ^"User Records")
一个文件中若要返回以前的指定地方可用导航图标来实现