Normal Topic Sesame and Hyperlinks (Read 1213 times)
Steve_in_Texas
Senior Member
*****
Offline


No personal text

Posts: 893
Location: San Antonio
Joined: Feb 21st, 2004
Sesame and Hyperlinks
Mar 5th, 2010 at 7:37pm
Print Post Print Post  
Hello Gang. It's been a long time since I've posted. Been busy chugging along with Sesame for the past few years and still enjoying it.

In our office, we 'live' in Outlook. Almost all of our communication starts from an email and contains an 'order number' that we need to look up in Sesame. I would like to find a way to retrieve sesame records as easily as we would click a hyperlink in an email message to open a web page.

Did I see a new programming statement that can 'get from windows clipboard' in the new manual? Can't seem to find it now.

Thanks for any input.
Steve
  
Back to top
IP Logged
 
The Cow
YaBB Administrator
*****
Offline



Posts: 2530
Joined: Nov 22nd, 2002
Re: Sesame and Hyperlinks
Reply #1 - Mar 5th, 2010 at 11:49pm
Print Post Print Post  
Are you thinking of @GetSelectionContents()?
  

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


No personal text

Posts: 893
Location: San Antonio
Joined: Feb 21st, 2004
Re: Sesame and Hyperlinks
Reply #2 - Mar 6th, 2010 at 12:04am
Print Post Print Post  
I can't confirm because I can't find @GetSelectionContents() in my 2.0 programming manual.  Undecided
  
Back to top
IP Logged
 
The Cow
YaBB Administrator
*****
Offline



Posts: 2530
Joined: Nov 22nd, 2002
Re: Sesame and Hyperlinks
Reply #3 - Mar 6th, 2010 at 12:37am
Print Post Print Post  
It should be in the addendum document for 2.1 forward. It is also listed in the List Browser. It returns a string representing the contents of the selection/copy buffer for your desktop.
  

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


No personal text

Posts: 893
Location: San Antonio
Joined: Feb 21st, 2004
Re: Sesame and Hyperlinks
Reply #4 - Mar 6th, 2010 at 12:53am
Print Post Print Post  
That sounds like the one. Is there a better method of steering the user from a windows program like Outlook, into a specific record in Sesame without much user interaction?
  
Back to top
IP Logged
 
Bob_Hansen
Senior Member
Members
*****
Offline


WOW, They have the Internet
on computers now!

Posts: 1861
Location: Salem, NH
Joined: Nov 24th, 2002
Re: Sesame and Hyperlinks
Reply #5 - Mar 6th, 2010 at 1:03am
Print Post Print Post  
You may be able to come up with a creative use of ODBC.
  



Bob Hansen
Sesame Database Manager Professional
Sensible Solutions Inc.
Salem, NH
603-898-8223
Skype ID = sensiblesolutions
Back to top
IP Logged
 
The Cow
YaBB Administrator
*****
Offline



Posts: 2530
Joined: Nov 22nd, 2002
Re: Sesame and Hyperlinks
Reply #6 - Mar 6th, 2010 at 2:33am
Print Post Print Post  
Steve_in_Texas wrote on Mar 6th, 2010 at 12:53am:
That sounds like the one. Is there a better method of steering the user from a windows program like Outlook, into a specific record in Sesame without much user interaction?


You could launch Sesame with a macro/SBasic that performs the search. In the case of using SBasic, using the selection buffer would probably be handy.
  

Mark Lasersohn&&Programmer&&Lantica Software, LLC
Back to top
IP Logged