Hot Topic (More than 10 Replies) Another report question (Read 1239 times)
FlipGilbert
Full Member
***
Offline


Running Ver 2.6.4

Posts: 236
Location: Sandy Eggo
Joined: Mar 8th, 2005
Another report question
Nov 23rd, 2005 at 10:05pm
Print Post Print Post  
First off Hello All! And wishing everyone a happy turkey day!
My Question is… and I remember hearing something about this at the conference I think.
Every time I make a report it places the HTM file in my C:\Sesame, how do I make it go to C:\Sesame\Reports ? so I can clean that file out regularly. Or more truthfully irregularly!
Thank you.
-Flip
  

It's not what a man says that matters or how he says it, but what he does and how he does it.
Back to top
 
IP Logged
 
The Cow
YaBB Administrator
*****
Offline



Posts: 2530
Joined: Nov 22nd, 2002
Re: Another report question
Reply #1 - Nov 23rd, 2005 at 10:19pm
Print Post Print Post  
Set the environment variable: SESAME_REPORT_PATH to "C:\Sesame\Reports"
  

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


Running Ver 2.6.4

Posts: 236
Location: Sandy Eggo
Joined: Mar 8th, 2005
Re: Another report question
Reply #2 - Nov 23rd, 2005 at 10:25pm
Print Post Print Post  
Thank you Mark, Happy Thanksgiving to you and yours
  

It's not what a man says that matters or how he says it, but what he does and how he does it.
Back to top
 
IP Logged
 
The Cow
YaBB Administrator
*****
Offline



Posts: 2530
Joined: Nov 22nd, 2002
Re: Another report question
Reply #3 - Nov 23rd, 2005 at 10:27pm
Print Post Print Post  
Thank you Flip, and Happy Thanksgiving to you too!
  

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


No personal text

Posts: 156
Location: New York
Joined: Apr 2nd, 2004
Re: Another report question
Reply #4 - Nov 25th, 2005 at 10:41pm
Print Post Print Post  
Hey guys,
Please excuse my ignorance but I have had the same issue and your answer :

Set the environment variable: SESAME_REPORT_PATH to "C:\Sesame\Reports",

would come in handy if i knew where this environment variable was.

Peter
  
Back to top
 
IP Logged
 
The Cow
YaBB Administrator
*****
Offline



Posts: 2530
Joined: Nov 22nd, 2002
Re: Another report question
Reply #5 - Nov 25th, 2005 at 11:10pm
Print Post Print Post  
Look at page 464 of the User's Manual:

For Windows XP and Windows 2000
Code
Select All
1. Exit Sesame if it is running.
2. Create the folder on your computer (if it doesn’t already exist) where you want to store your Report Writer output files. For example, c:\sesame\reports.
3. From your Windows XP or Windows 2000 desktop, click Start / Control Panel.
4. In Control Panel, double-click on the System icon to display the System Properties dialog. (See Figure 1 for Windows XP; Figure 1a for Windows 2000.)
5. Click on the Advanced tab. (See Figure 1a for Windows XP; Figure 1b for Windows 2000.)
6. Click on the Environment Variables button to display the Environment
Variables dialog. (See Figure 2.)
7. Under System Variables, click on the New button to display the New System Variable dialog. (See Figure 3.)
8. In the Variable name field, type SESAME_REPORT_PATH as shown in Figure 3.
9. In the Variable value field, type the full path to the folder where you want Sesame to create your report files. Figure 3 shows a C:\SESAME\REPORTS path already entered.
10. Double-check that you typed the variable name and value correctly, then click OK to save your new environment variable.
11. Click OK twice more to return to Control Panel, then close Control Panel.

Your SESAME_REPORT_PATH environment variable has been set. You do not need to
restart your computer.
 


For Windows 98
Code
Select All
1. Exit Sesame if it is running.
2. Create the folder on your computer (if it doesn’t already exist) where you want to store your Report Writer output files. For example, c:\sesame\reports.
3. In Windows Explorer or My Computer, locate your autoexec.bat file. This file is normally stored in the C: folder. Right-click on the file and select Edit from the submenu. This should display the file in Notepad.
4. Move to the end of the file and, on the first available empty line, type the following:
SET SESAME_REPORT_PATH=C:\SESAME\REPORTS
5. Replace C:\SESAME\REPORTS with the full path to the folder where you want your Report Writer output files stored. Otherwise, the line must be typed exactly as shown. Do not use quotation marks.
6. Save the file.
7. Close any open programs, then restart your computer for the change to take effect.
 


For Unix based Operating Systems:
Code
Select All
For Unix based operating systems, environment variables are set based on the shell
being employed:
Examples:
ksh: export SESAME_REPORT_PATH = "/usr/local/Sesame/Reports"
tcsh: setenv SESAME_REPORT_PATH "/usr/local/Sesame/Reports"
 



  

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


No personal text

Posts: 156
Location: New York
Joined: Apr 2nd, 2004
Re: Another report question
Reply #6 - Nov 25th, 2005 at 11:37pm
Print Post Print Post  
Thank you Mark,
Worked like a charm!!

Peter
  
Back to top
 
IP Logged
 
The Cow
YaBB Administrator
*****
Offline



Posts: 2530
Joined: Nov 22nd, 2002
Re: Another report question
Reply #7 - Nov 25th, 2005 at 11:45pm
Print Post Print Post  
No problem.

If you are command line savvy, you can also just add it to the command line that starts Sesame in the icon's properties using the "set" command. Just separate each command on the line with a semicolon (I think - sorry can't test it, on Linux at the moment).

  

Mark Lasersohn&&Programmer&&Lantica Software, LLC
Back to top
IP Logged
 
Amor
Full Member
Members
***
Offline


No personal text

Posts: 366
Location: Germany
Joined: Feb 7th, 2004
Re: Another report question
Reply #8 - Mar 13th, 2008 at 1:05pm
Print Post Print Post  
Hello!

How can i set the SESAME_REPORT_PATH environment variable in VISTA.

in the INI File ?

Thanks for the Help.

Dr. Belhareth
  

Dr. med. Amor Belhareth&&Medizin Labor &&Germany
Back to top
 
IP Logged
 
CapitalG
Full Member
Members
***
Offline



Posts: 143
Location: Phoenix, Arizona
Joined: Mar 4th, 2003
Re: Another report question
Reply #9 - Mar 13th, 2008 at 3:27pm
Print Post Print Post  
Hit the start button  and RIGHT click on "computer", choose properties.
Select "advanced system settings"
Hit "environment variables"
Then start on step 7 from above instructions for XP.
  
Back to top
 
IP Logged
 
Amor
Full Member
Members
***
Offline


No personal text

Posts: 366
Location: Germany
Joined: Feb 7th, 2004
Re: Another report question
Reply #10 - Mar 14th, 2008 at 12:51pm
Print Post Print Post  
Thank you Gilbert!

  

Dr. med. Amor Belhareth&&Medizin Labor &&Germany
Back to top
 
IP Logged