Normal Topic The all request hour... (Read 1275 times)
The Cow
YaBB Administrator
*****
Offline



Posts: 2530
Joined: Nov 22nd, 2002
The all request hour...
Apr 18th, 2006 at 9:14pm
Print Post Print Post  
Well, today I spent implementing some of the recent requests on the forum.

I changed the argument order on the regex functions to more closely match the Q&A order for similar functions.

I changed the "choice" style menu buttons (like the menu that lets you select from among your "root directories" on the file dialog) so that it remains open on release of the mouse button.

I also implemented a new dialog in SDesigner that lets you relink a form to a different database and relink the LEs on that form to fields in that database. It did end up looking a lot like the dialog in the crystal ball. There are still some details on this one that need to be ironed out, but the main idea is done and appears to work pretty well.
  

Mark Lasersohn&&Programmer&&Lantica Software, LLC
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: The all request hour...
Reply #1 - Apr 18th, 2006 at 9:32pm
Print Post Print Post  
I started adding RegEx search capabilities yesterday to the Programming Editor and finished it up today. So now you can search the editor using either Standard or RegEx syntax and it can be searched either locally(event you are in) or Globally(All events for the current form).

Replace is next.

-Ray
  

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


That Darn Computer #$X#
{curse words}

Posts: 1195
Joined: Nov 22nd, 2002
Re: The all request hour...
Reply #2 - Apr 18th, 2006 at 9:45pm
Print Post Print Post  
Topic: The all request hour...

If you’re taking requests…

I would like peace on earth.(and a big block for ray) Smiley

Thank you
  

Team – Together Everyone Achieves More
Back to top
 
IP Logged
 
Bharat_Naik
Senior Member
Members
*****
Offline


Ever ready to learn and
share

Posts: 1202
Location: Chicago,  Illinois
Joined: Dec 16th, 2003
Re: The all request hour...
Reply #3 - Apr 19th, 2006 at 2:19am
Print Post Print Post  
Quote:
I also implemented a new dialog in SDesigner that lets you relink a form to a different database and relink the LEs on that form to fields in that database. It did end up looking a lot like the dialog in the crystal ball. There are still some details on this one that need to be ironed out, but the main idea is done and appears to work pretty well.


Thanks for the implementation of the above feature in version 2.0.  This feature along with trimming and merging of application features will save a lot of time and offer ease  to make structural changes in an application. Great!!  Smiley
  
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: The all request hour...
Reply #4 - Apr 19th, 2006 at 2:52am
Print Post Print Post  
Global Search/Replace in Editor....WOW...terrific.....Shocked

This also means Saved Specs while in the editor, right? 

What 's next, Sesame's own Word Processor with bound merge fields?
  



Bob Hansen
Sesame Database Manager Professional
Sensible Solutions Inc.
Salem, NH
603-898-8223
Skype ID = sensiblesolutions
Back to top
IP Logged
 
Bharat_Naik
Senior Member
Members
*****
Offline


Ever ready to learn and
share

Posts: 1202
Location: Chicago,  Illinois
Joined: Dec 16th, 2003
Re: The all request hour...
Reply #5 - Apr 19th, 2006 at 5:45am
Print Post Print Post  
Quote:
What 's next, Sesame's own Word Processor with bound merge fields?


That would be the greatest gift from Sesame Developers to Sesame! I miss the functionality of Q&A write so much. So simple and yet so powerful. It does not have to be a full-fledged Word Processor with bells and whistles, just functional for merging purpose. I hope somebody is listening to my pleading. It will make the best Chrstmas gift to the users of Sesame. Is there any chance of seeing a move in that direction in version 2.0? or do you want to keep it as a top secret and surprise us?
  
Back to top
 
IP Logged
 
The Cow
YaBB Administrator
*****
Offline



Posts: 2530
Joined: Nov 22nd, 2002
Re: The all request hour...
Reply #6 - Apr 19th, 2006 at 12:12pm
Print Post Print Post  
Yup, Sesame 2.0 has several features to make document merging much simpler. Simplest among these is the command "Merge File Print". It sits in the command tree under "Results Commands". If you select it, you can then select a document, any document that is vaguely ASCII (such as HTML, Postscript, RTF (I suspect that most people will go for RTF)), and perform a data merge on that document from Sesame. Sesame will then create the merged document and print it using the defaults for that document type in your OS. Because it does use the defaults for the document type, you can set that to simply print, send a fax, send email, convert to another format, or simply save the document.

All you need to prepare that document is basically any word processor that can output any ASCII-ish format and put the LE names into the document surrounded by "[[" and "]]".

There is also a new SBasic command: MergeFilePrint(filename as string, extension as string, start_match as string, end_match as string, list_of_matches as string, new_file as string, fold as int) that basically lets you do the same thing from SBasic, but with a lot more flexibility - such as specifify the "bracing" characters, and folding blank LEs in the output.

In any case, neither of these command require that you learn a new word processor (or an old one), you can use the one you know.
  

Mark Lasersohn&&Programmer&&Lantica Software, LLC
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: The all request hour...
Reply #7 - Apr 19th, 2006 at 1:14pm
Print Post Print Post  
Quote:
Global Search/Replace in Editor....WOW...terrific.....Shocked


It has had Global Search/Replace since before the user's conference. Now I am just adding RegEx capabilities to it at the request of Mark.

Quote:
This also means Saved Specs while in the editor, right?


What do you mean by saved Specs?

-Ray
  

Raymond Yoxall Consulting
ray.yoxall@gmail.com
ryoxall@lantica.com
Sesame Applications, Design and Support
Back to top
IP Logged
 
The Cow
YaBB Administrator
*****
Offline



Posts: 2530
Joined: Nov 22nd, 2002
Re: The all request hour...
Reply #8 - Apr 19th, 2006 at 1:51pm
Print Post Print Post  
Quote:
It has had Global Search/Replace since before the user's conference. Now I am just adding RegEx capabilities to it at the request of Mark.


Go ahead - blame me. Always the scapegoat!
  

Mark Lasersohn&&Programmer&&Lantica Software, LLC
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: The all request hour...
Reply #9 - Apr 19th, 2006 at 1:55pm
Print Post Print Post  
Quote:
(and a big block for ray) Smiley


As soon as you are ready to ship that one you have sitting in your garage out to me, I'll give you an address. I have a little over a week before the first pull.

-Ray
  

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