Normal Topic [Solved] Make Word Merge asynchronous (Read 565 times)
nateboone
Junior Member
**
Offline



Posts: 54
Joined: Dec 19th, 2006
[Solved] Make Word Merge asynchronous
Dec 18th, 2007 at 8:53pm
Print Post Print Post  
When Word Merge opens a new Word document, I cannot toggle back to Sesame without first closing the Word document (the Sesame toolbar is there but the rest of the screen is completely white).

Any ideas?
« Last Edit: Dec 18th, 2007 at 10:55pm by Hammer »  
Back to top
 
IP Logged
 
Ray the Reaper
Global Moderator
Members
Lantica Support
*****
Offline


The One & The Only

Posts: 2482
Joined: Aug 20th, 2003
Re: Word Merge bug
Reply #1 - Dec 18th, 2007 at 9:28pm
Print Post Print Post  
Word is opened with @Shell in the version of WordMerge that you are running. @Shell starts another program from Sesame and waits for the program to close before the rest of the Sbasic can run. Not a bug at all, just the way that @Shell works.

If you look in the samples included with Sesame 2.X you will see one named WordMerge_MkVII.DB. In the Word Merge programming in that application on line 212 you will see an example of using @ASynchShell(), which starts the external program(In this case word) asynchronous to Sesame. This allows them to both be open at the same time.

-Ray
  

Raymond Yoxall Consulting
ray.yoxall@gmail.com
ryoxall@lantica.com
Sesame Applications, Design and Support
Back to top
IP Logged
 
nateboone
Junior Member
**
Offline



Posts: 54
Joined: Dec 19th, 2006
Re: Word Merge bug
Reply #2 - Dec 18th, 2007 at 10:03pm
Print Post Print Post  
Thanks Ray--

Works great!
  
Back to top
 
IP Logged