• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Query on StarBasic Macros

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have seen predefined events like Save etc on a Staroffice document. I want to execute a macro when ever I am sending a mail or when ever I am receiving a mail using Staroffice mail. How do I do that? Say for example, I want to check if I have attached at least 1 file before sending a mail or I want to get an "alert" when ever I get a new mail. I want to write my own fucntionalities for these? How and where should I do that? I would like a detailed reply with some sample code as well. Any early reply will be most appreciated.
Thanks
Venki.
 
Author
Posts: 377
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Venkatachalam Narayanan:
I have seen predefined events like Save etc on a Staroffice document. I want to execute a macro when ever I am sending a mail or when ever I am receiving a mail using Staroffice mail. How do I do that? Say for example, I want to check if I have attached at least 1 file before sending a mail or I want to get an "alert" when ever I get a new mail. I want to write my own fucntionalities for these? How and where should I do that? I would like a detailed reply with some sample code as well. Any early reply will be most appreciated.
Thanks
Venki.


Hi Venki,
I'm afraid I can give you neither a detailed reply nor sample code. You might not be able to get the info you want, actually. But here's a few sources to try if you're feeling energetic:
- The StarBasic section of the big black StarOffice book, Special Edition using StarOffice, does some stuff on macros. Werner Roth, a StarOffice guru, wrote that section.
- Werner's Web site might have some info. http://www.wernerroth.de/en/staroffice/index.html
- Try the StarOffice API. It's accessible through Explorer in StarOffice 5.2.
HTH,
Solveig

------------------
author of:
StarOffice Companion
 
Every time you till, you lose 30% of your organic matter. But this tiny ad is durable:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic