Normal Topic controling macro visibility (Read 2615 times)
beagle
Junior Member
**
Offline


No personal text

Posts: 80
Location: australia
Joined: May 28th, 2004
controling macro visibility
Mar 16th, 2005 at 5:33am
Print Post Print Post  
Is there anyway to control macro visibility?

Currently going to the view tab in sesame and manually changing the macro visibility from (the apparent default) of "on" to off seems to be the only way to acheive this.

I've developed an "invoice like" application, however if there are many line items the subform "twitches" as sesame loops through during the printing process.

This can be a little disconcerting & does not look very good (IMO).

However even though my app does not use macros, turning the macro visibility off stops the "twitching", trouble is this needs to be done manually

I've scanned through the manuals & there does not seem to be any programming control over the macro visibility option.

Or have I missed something ?
  
Back to top
 
IP Logged
 
The Cow
YaBB Administrator
*****
Offline



Posts: 2530
Joined: Nov 22nd, 2002
Re: controling macro visibility
Reply #1 - Mar 16th, 2005 at 12:57pm
Print Post Print Post  
If you have Sesame 1.1.1, there is a startup option switch "-novisualupdate" that controls the setting when the program starts:

Code
Select All
sesame -novisualupdate
 

  

Mark Lasersohn&&Programmer&&Lantica Software, LLC
Back to top
IP Logged
 
beagle
Junior Member
**
Offline


No personal text

Posts: 80
Location: australia
Joined: May 28th, 2004
Re: controling macro visibility
Reply #2 - Mar 17th, 2005 at 12:45am
Print Post Print Post  
Thanks for the tip!

Much appreciated
  
Back to top
 
IP Logged