Very Hot Topic (More than 25 Replies) Just my 2 cents worth. And of course a request for (Read 6820 times)
BOBSCOTT
Senior Member
Members
*****
Offline


That Darn Computer #$X#
{curse words}

Posts: 1195
Joined: Nov 22nd, 2002
Just my 2 cents worth. And of course a request for
Jan 13th, 2004 at 5:09pm
Print Post Print Post  
Just my 2 cents worth. And of course a request for more.

I really hate change. Some would call me a stick in the mud, others call me consistent. But I have been learning thanks to the Lantica team that sometimes changes can be good.

I have really become very fond of the control panels in Sdesigner. When I started playing with Sesame I thought why do I need the property viewer, I wondered why could they not just display the existing values on the property editor. Now I love being able to view my element property values in one box and just click on the appropriate feature in the editor box. They obviously thought this through and I am glad they did. I have been realizing that if I give up thinking the way I was used to (The Q&A way) I can achieve amazing things with Sesame.

Just goes to show, us old dogs can learn new tricks. Grin

Another really great feature I have come to love is the ability to export all my program layouts to a file. If I notate each piece of code properly, not only do I have good documentation of what I have done it also acts as a programmers notebook of how to accomplish specific tasks in the future.

So in a nutshell I am trying to say to anybody out here struggling with changing to Sesame, Hang in there, the end of the trip looks promising and to the Lantica team I am saying GREAT JOB and THANKS. Kiss

As always the more that is given to me the more I want. (Is this just a man thing? ??? ) Is there a way to print or export all my field element Names and the associated values? I have been attempting to maintain this data in a Spreadsheet and it is prone to errors.
  

Team – Together Everyone Achieves More
Back to top
 
IP Logged
 
Alec
Lanticans
*****
Offline



Posts: 200
Location: Ascot, England, UK
Joined: Nov 22nd, 2002
Re: Just my 2 cents worth. And of course a request
Reply #1 - Jan 14th, 2004 at 3:37pm
Print Post Print Post  
Quote:
...Is there a way to print or export all my field element Names and the associated values? I have been attempting to maintain this data in a Spreadsheet and it is prone to errors.
 

Thanks for you kind thoughts Robert. Other users have also found that (after the initial shock that Sesame is NOT Q&A v6 !) after a couple of hours playing with it they actually like it a lot and find it easy to use.

To answer your question: yes we are aware that there is a need for a "Data Dictionary" and this is something we intend to address.
  

Alec
Back to top
IP Logged
 
GW
Junior Member
**
Offline


No personal text

Posts: 83
Joined: Dec 16th, 2003
Re: Just my 2 cents worth. And of course a request
Reply #2 - Jan 14th, 2004 at 7:48pm
Print Post Print Post  
I agree with Bob's comments but in database I would like the option to be able to close the Tree Command Menu like the favorites list in IE.
This old dawg still likes to be able to have full screen view Wink

Now for my Question  Smiley

I have a record entry form which includes elements "City, State, Zip, +4, Add2" etc.
Sdesigner rename the label "+4" to  LE6
In the programing of LE6, I have a navigation statement on element exit of "Goto Add2". This statement does not excute but it did test OK under programing.
If I place the same statement under the element "Zip" then it excutes correctly.

I presume this has something to do with the label name or the change thereof, can somebody shed some light on this simple statement, thnx

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



Posts: 2530
Joined: Nov 22nd, 2002
Re: Just my 2 cents worth. And of course a request
Reply #3 - Jan 14th, 2004 at 8:15pm
Print Post Print Post  
Quote:
I would like the option to be able to close the Tree Command Menu like the favorites list in IE.
This old dawg still likes to be able to have full screen view


There are three ways to accomplish this. If you just want the space temporarily, you can simply slide the command tree to the left, giving the form the entire area. If you want it shut completely so it cannot be reopened, you can start Sesame with the "-closed" flag:

Sesame -closed my_app.db

in the shortcut or on the command line. In that case it would be wise to provide some of the commands from the tree using command buttons and SBasic's SelectTreeItem call.

Or if you need the tree to open and close based on user actions, you can call CloseCommandArea and OpenCommandArea from SBasic.
  

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


That Darn Computer #$X#
{curse words}

Posts: 1195
Joined: Nov 22nd, 2002
Re: Just my 2 cents worth. And of course a request
Reply #4 - Jan 14th, 2004 at 8:38pm
Print Post Print Post  
Quote:
I would like the option to be able to close the Tree Command Menu like the favorites list in IE.


Becky,

I have a command button at the top of my form  labeled open/close if the tree is open when it is selected the tree will close. If the tree is closed it will open.

Just make a command button and attach this code. It works well.


// Opens or closes command Tree dependent on the state it is currently in

var state as Int 
   
state = @CloseCommandArea() // Returns the current Command Tree state
if state = 0 then
     CloseCommandArea(1)  // Closes the Command Tree
else
     CloseCommandArea(0)  // Opens the Command Tree

Hope this helps.
  

Team – Together Everyone Achieves More
Back to top
 
IP Logged
 
GW
Junior Member
**
Offline


No personal text

Posts: 83
Joined: Dec 16th, 2003
Re: Just my 2 cents worth. And of course a request
Reply #5 - Jan 15th, 2004 at 12:03am
Print Post Print Post  
Thanks Bob, still got the blinkers on somewhat, didn't think to add a command button, duh!
thankyou

Mark, as you suggested I have been sliding the command tree over, but this really becomes a pain after awhile, especally when there's more than one person using the work station and your switching between more than one application.
As far as using the -closed flag, I don't feel this is the right approach for us.

So inlight of that I will follow Bobs lead and add a command button to each and every form,  but for ease and simplicity couldn't ya add that command button to the top Menu Bar or add it into the View Menu on the Menu Bar? Please! Please! Please! Wink Wink
  
Back to top
 
IP Logged
 
The Cow
YaBB Administrator
*****
Offline



Posts: 2530
Joined: Nov 22nd, 2002
Re: Just my 2 cents worth. And of course a request
Reply #6 - Jan 15th, 2004 at 4:45pm
Print Post Print Post  
Quote:
So inlight of that I will follow Bobs lead and add a command button to each and every form,  but for ease and simplicity couldn't ya add that command button to the top Menu Bar or add it into the View Menu on the Menu Bar? Please! Please! Please!


Ah, if only I could get the folks in Lantica marketing to ask for features so nicely!

Unfortunately, the decision isn't really up to me (alone). You should send an email to support@lantica.com. They can make sure it gets discussed as a new feature and put on the list.
  

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


No personal text

Posts: 83
Joined: Dec 16th, 2003
Re: Just my 2 cents worth. And of course a request
Reply #7 - Jan 15th, 2004 at 10:07pm
Print Post Print Post  
Bob, I've followed your lead and found this to work quite well, will need to make some form & program changes but can make this work, thankyou

Walt, the object of having a command button on the menu bar or be added to the view menu on the menu bar is just for a quick and simple way to obtain full screen view, not to restrict access to the command tree.

If you want to restrict access you would be more inclined to use programing or the -closed flag option at start up, this method I believe would override any added command button on the menu bar.

Bob's method is a good workaround and works great, but it also has its drawbacks.
One being you now have to add a button and programing to every form.
Two if you use record command/print record you now have a nice little shadded command button printed on that nice designed professional invoice that you are going to hand to the cutomer on the other side of the counter Embarrassed
guess ya just carn't please everyone  Grin

  
Back to top
 
IP Logged
 
TJCajun
Junior Member
**
Offline


"Laissez les bons temps
rouler"

Posts: 72
Location: Louisiana
Joined: Nov 25th, 2002
Re: Just my 2 cents worth. And of course a request
Reply #8 - Jan 15th, 2004 at 10:11pm
Print Post Print Post  
Quote:
Now for my Question  Smiley

I have a record entry form which includes elements "City, State, Zip, +4, Add2" etc.
Sdesigner rename the label "+4" to  LE6
In the programing of LE6, I have a navigation statement on element exit of "Goto Add2". This statement does not excute but it did test OK under programing.
If I place the same statement under the element "Zip" then it excutes correctly.

I presume this has something to do with the label name or the change thereof, can somebody shed some light on this simple statement, thnx



Becky the "field" that you had named as " +4 " contained an invalid character - the " + " sign.  That is why Sesame renamed this (L)ayout (E)lement as LE6 .  I can't explain why the programming isn't working, unless somehow in the changing of the name, Sesame is not tracking the change properly, or you have to make a manual correction somewhere.  Hopefully someone that understands Sesame better than I do can answer this for you!


  
Back to top
IP Logged
 
BOBSCOTT
Senior Member
Members
*****
Offline


That Darn Computer #$X#
{curse words}

Posts: 1195
Joined: Nov 22nd, 2002
Re: Just my 2 cents worth. And of course a request
Reply #9 - Jan 15th, 2004 at 10:35pm
Print Post Print Post  
Quote:
if you use record command/print record you now have a nice little shadded command button printed on that nice designed professional invoice that you are going to hand to the cutomer on the other side of the counter Embarrassed
guess ya just carn't please everyone  Grin


Becky,

You could probably use the Sbasic command Visibility  to make the tree open/close element invisible when you print. You can probably make a little command button that when pressed automatically makes the tree button and print command buttons vanish, print the form and turn the Tree button and print buttons visible again.

(Page 168 Visibility and 169 for @visibility to see state of Visibility)

Just a thought.  Smiley
  

Team – Together Everyone Achieves More
Back to top
 
IP Logged
 
GW
Junior Member
**
Offline


No personal text

Posts: 83
Joined: Dec 16th, 2003
Re: Just my 2 cents worth. And of course a request
Reply #10 - Jan 16th, 2004 at 2:37am
Print Post Print Post  
TJ, I agree, don't know why this simple statement is not working, so I deleted the element "+4" changed the navigation in "Zip" to "Goto Add2" and it excutes fine just like before. I then replaced the element and named  it "Zip4" adjusted the navigation to refleck the "Goto Add2" and it doesn't  work again.
Its always the nickel and dime things that give ya the headache  Grin

Bob,
Just wondering, do you work in a think tank by any chance?  Grin
I haven't looked at the use of "Visibility, @Visibility" as yet, must admitt I had skimed right over that one, your idea makes for good thought but then I look at the process of the total issue and then think I have to do all that to every form I create! Just to get full screen Sad
I say in the words of John Stossel "give me a break"
lets keep it simple and add a "command tree close" to the upper menubar and be done.

So I guess I will plead my case to support@Lantica and keep my fingers crossed.

  
Back to top
 
IP Logged
 
Hammer
YaBB Administrator
Lanticans
*****
Offline


Fire bad. Tree pretty.

Posts: 3436
Location: Ohio
Joined: Nov 22nd, 2002
Re: Just my 2 cents worth. And of course a request
Reply #11 - Jan 16th, 2004 at 1:15pm
Print Post Print Post  
Becky,

In what way does it "not work"? What does it do or not do? Is there another piece of programming interfering with it?
  

- Hammer
The plural of anecdote is not data.
Back to top
IP Logged
 
The Cow
YaBB Administrator
*****
Offline



Posts: 2530
Joined: Nov 22nd, 2002
Re: Just my 2 cents worth. And of course a request
Reply #12 - Jan 16th, 2004 at 1:50pm
Print Post Print Post  
Quote:
So inlight of that I will follow Bobs lead and add a command button to each and every form,  but for ease and simplicity couldn't ya add that command button to the top Menu Bar or add it into the View Menu on the Menu Bar? Please! Please! Please!


Since you did ask so nicely - its been implemented. The close command tree and open command tree items have been added to the "View" menu. They are disabled if an SBasic program invokes either CloseCommandArea or OpenCommandArea, or if Sesame is started using the "-closed" flag. It will be in the next release.
  

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


That Darn Computer #$X#
{curse words}

Posts: 1195
Joined: Nov 22nd, 2002
Re: Just my 2 cents worth. And of course a request
Reply #13 - Jan 16th, 2004 at 2:06pm
Print Post Print Post  
Quote:
Since you did ask so nicely - its been implemented.  It will be in the next release.


Now that is CUSTOMER SERVICE.

Thanks for caring
  

Team – Together Everyone Achieves More
Back to top
 
IP Logged
 
GW
Junior Member
**
Offline


No personal text

Posts: 83
Joined: Dec 16th, 2003
Re: Just my 2 cents worth. And of course a request
Reply #14 - Jan 16th, 2004 at 5:30pm
Print Post Print Post  
To the Lantica/Sesame Team, I and the others that are not so sharp in programing thankyou for implementing this request for an idiot button  Grin It will surely make life easier for me.

Thankyou, Thankyou, Thankyou  Grin Grin Grin
and yes Bob that really is Customer Support, to Xkaes I hope you have been reading this thread, if you jump ship now look at all the great support, comradely not to mention a great Data Base Program you will be missing, but if you do I've got  a copy of Access lying around in a draw somewhere that I will sell ya cheap.
Enough said  Lips Sealed

Erika
Ok heres the lay out, the only programming is in the Open/Close button, thanks to Bob. The Date field has a standard @date program; everything else is stripped clean except for the navigation statements.
When the form was created the order of entry went Date, Invoice #, Name, Ship To.
But I wanted it to go Date, Invoice #, Name, Address, City, State, Zip, Zip4, Ship To, Terms and so on.

In programming on element exit I placed the Goto next element, starting with Name thru to Zip4, but when leaving Zip4 it goes to Terms instead of Ship To. Now if I place the Goto Ship To in the Zip element the order of execution works.
I have also set the program execution order to match what I want but that doesn't work either, I know I have to be missing something simple
Also note some of the elements names have changed from previous post, I was thinking that the names might have been the issue.

« Last Edit: Jan 17th, 2004 at 4:49pm by GW »  
Back to top
 
IP Logged
 
Hammer
YaBB Administrator
Lanticans
*****
Offline


Fire bad. Tree pretty.

Posts: 3436
Location: Ohio
Joined: Nov 22nd, 2002
Re: Just my 2 cents worth. And of course a request
Reply #15 - Jan 16th, 2004 at 5:44pm
Print Post Print Post  
Becky,

Double-check that you have only the GoTo's you think you do, and that they are only in the OnElementExit events.

Try commenting out all the programming except the one statement that is not working and see if it still acts funny.
  

- Hammer
The plural of anecdote is not data.
Back to top
IP Logged
 
GW
Junior Member
**
Offline


No personal text

Posts: 83
Joined: Dec 16th, 2003
Re: Just my 2 cents worth. And of course a request
Reply #16 - Jan 16th, 2004 at 6:00pm
Print Post Print Post  
Maybe the screen shot will stay there now Wink

Tried again but for some reason I cannot get the image to remain viewable in the post.
any ideas why?

Erika, I will do as you suggest, then recheck it for the 10th  time, I know its going to be one of those duh! moments  Smiley
« Last Edit: Jan 16th, 2004 at 10:27pm by GW »  
Back to top
 
IP Logged
 
GW
Junior Member
**
Offline


No personal text

Posts: 83
Joined: Dec 16th, 2003
Re: Just my 2 cents worth. And of course a request
Reply #17 - Jan 17th, 2004 at 2:35am
Print Post Print Post  
Erika here's the results on my correction attempt to the Goto statements, I have been thru it and double checked the statements, they appear to be all correct, spelling etc etc and all are on element exit but I still have the same problem.
Now here's the interesting part.

Change the Goto statement in Zip to "Goto Ship To" it works but bypasses Zip4 element of course.
If I delete the Zip4 element the navigation changes and goes to "Terms" yet the on element exit statemnent in Zip has not changed, add an element next to Zip and give it any name and the navigation statement in Zip starts working again.

I'm begining  to get touge twisted on this one not to mention confused  Smiley
  
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: Just my 2 cents worth. And of course a request
Reply #18 - Jan 17th, 2004 at 10:25am
Print Post Print Post  
Quote:
Change the Goto statement in Zip to "Goto Ship To" it works but bypasses Zip4 element of course.
If I delete the Zip4 element the navigation changes and goes to "Terms" yet the on element exit statemnent in Zip has not changed, add an element next to Zip and give it any name and the navigation statement in Zip starts working again.

I'm begining  to get touge twisted on this one not to mention confused 


Becky, I am not sure if I understood the problem correctly, but I think, this might be related to placements of horizontally placed elements on the form. If it is not, please excuse me.

Natural Navigation (Navigation without any goto statement) is based on layout element Y position. If you put multiple elements horizontally, and Y position of those elements are not the same, you will find that natural navigation would not work the way you hoped it would. Just use <tab> keys in search mode to see that naviagion work properly, especially in the elements placed horizontally.

If not, check Y position of each element individually that are placed horizontally and make sure y position of all horizonally placed elements are the same (by looking in the property viewer) and change them if you have to by moving the elements as needed.

One can do that by choosing the elements in one line, and  aligning vetrically (top) using property editor.
  
Back to top
 
IP Logged
 
GW
Junior Member
**
Offline


No personal text

Posts: 83
Joined: Dec 16th, 2003
Re: Just my 2 cents worth. And of course a request
Reply #19 - Jan 17th, 2004 at 4:43pm
Print Post Print Post  
Bharat_Naik
Quote:
Becky, I am not sure if I understood the problem correctly, but I think, this might be related to placements of horizontally placed elements on the form. If it is not, please excuse me.


I thought that this maybe apart of it, but at this stage I canot pin point the problem, cannot get the screen shot to stay in the previous post which would make my ramblings easier to understand.
So will try and confuse everyone a little more with my explanations  Smiley

Quote:
Natural Navigation (Navigation without any goto statement) is based on layout element Y position. If you put multiple elements horizontally, and Y position of those elements are not the same, you will find that natural navigation would not work


Its because I have elements aligned horiztonal that I need the goto statements. I need to go vertically down the "Y" from "Name, Address, City, State" then go horizontal on the "X" to "Zip, Zip4" then go back up the form to a "Y" postion equal to "Name" (if that makes sense) for the "Ship To" element.
All elements are aligned in the "X" & "Y" positions.

One other factor which I haven't tried changing is that all elements are all single field text except for the "Ship To" which is a multi line text element, but I wouldn't think that should make a difference, its still the navigation programing of the GoTo statement that is not working





  
Back to top
 
IP Logged
 
Hammer
YaBB Administrator
Lanticans
*****
Offline


Fire bad. Tree pretty.

Posts: 3436
Location: Ohio
Joined: Nov 22nd, 2002
Re: Just my 2 cents worth. And of course a request
Reply #20 - Jan 17th, 2004 at 5:30pm
Print Post Print Post  
Becky,

In order for the screenshot to be visible on this Forum, the image must be available online somewhere. You can't embed a graphic into the post. The image file needs to be accessible, the same way it needs to be accessible to be seen on a web page.

As to your navigation issues, can you send a copy of your application to support@lantica.com ? You can remove the records if you need to. It will be easier to help you if I can actually see what we've got.
  

- Hammer
The plural of anecdote is not data.
Back to top
IP Logged
 
GW
Junior Member
**
Offline


No personal text

Posts: 83
Joined: Dec 16th, 2003
Re: Just my 2 cents worth. And of course a request
Reply #21 - Jan 17th, 2004 at 8:06pm
Print Post Print Post  
Quote:
In order for the screenshot to be visible on this Forum, the image must be available online somewhere

Yes is was, It was in mybriefcase on Yahoo, but when I logged off for some reason it would disappear.
Have moved it to another site so hope it works better.

If I carn't fix this form issue this weekend, I will send to support. Didn't really want to bother support with a nickle and dime thing when there's more than likely greater issues with fixes at present.

Right now the form is stripped of all programing except the Goto's but nothing has changed. Sad

  
Back to top
 
IP Logged
 
BOBSCOTT
Senior Member
Members
*****
Offline


That Darn Computer #$X#
{curse words}

Posts: 1195
Joined: Nov 22nd, 2002
Re: Just my 2 cents worth. And of course a request
Reply #22 - Jan 17th, 2004 at 8:24pm
Print Post Print Post  
Becky,

Your invoice looks nice!  Smiley
  

Team – Together Everyone Achieves More
Back to top
 
IP Logged
 
GW
Junior Member
**
Offline


No personal text

Posts: 83
Joined: Dec 16th, 2003
Re: Just my 2 cents worth. And of course a request
Reply #23 - Jan 17th, 2004 at 9:09pm
Print Post Print Post  
Thanks Bob,
Notice your little "Open/Close" button on top  Grin
  
Back to top
 
IP Logged
 
Hammer
YaBB Administrator
Lanticans
*****
Offline


Fire bad. Tree pretty.

Posts: 3436
Location: Ohio
Joined: Nov 22nd, 2002
Re: Just my 2 cents worth. And of course a request
Reply #24 - Jan 18th, 2004 at 3:15pm
Print Post Print Post  
Quote:
Right now the form is stripped of all programing except the Goto's but nothing has changed.

Becky,

The problem is likely to be the GoTo's, not the other programming. There may be two GoTo's interfering with each other.
  

- Hammer
The plural of anecdote is not data.
Back to top
IP Logged
 
GW
Junior Member
**
Offline


No personal text

Posts: 83
Joined: Dec 16th, 2003
Re: Just my 2 cents worth. And of course a request
Reply #25 - Jan 18th, 2004 at 8:29pm
Print Post Print Post  
Erika,
This one's whipped me!
In a copy of the form, I stripped everything down to just blank elements with the Goto in Zip4 and it still reacts the same.
The form copy I made using "manage a database/manage layouts/copy layout/choose form to copy/ gave new name of InvNav"
This form shows up in the command tree under the form it was copied from (Invoice) but I cannot find it anywhere with a .dsr ext so I can send to support, what have I missed doing here?
  
Back to top
 
IP Logged
 
TJCajun
Junior Member
**
Offline


"Laissez les bons temps
rouler"

Posts: 72
Location: Louisiana
Joined: Nov 25th, 2002
Re: Just my 2 cents worth. And of course a request
Reply #26 - Jan 19th, 2004 at 12:53am
Print Post Print Post  
Becky, throwing some ideas at you... maybe something will help...

Remember that programming should reference LAYOUT ELEMENT NAMES, not field names in the database.  Check to be sure that the LE name for ZIP4 is really set to the proper thing, and that what is on the screen is not what you might be using in programming, if the actual layout element name is different.  (Hope that makes some sense.)

Navigation can be affected by read-only fields, and element level security.  Don't know if this can have any effect on what you are doing.

Is the "Ship To" layout element named properly?  Is there any chance it is named slightly differently?  (Maybe an extra space, or no space)

Try building another totally new (start from scratch) database, that contains only a few fields.  These would be layout elements:  State, Zip, Zip4, Ship To, and Terms.  These are the layout elements that are the ones that might be involved.  I included State only because it is a non-necessary field, to sort of get things going but not be a critical field.  Create these new LE in a vertical fashion in a new database.  Add the GoTo statements as you have in the other database.   See if you can get proper navigation.  (skipping from Zip to Ship To, etc.)  Once that is working, then we know there is not some anomoly with a LE named Zip4.   

Now move the Ship To  layout element around on the screen, positioning it differently to see if position on the screen has any effect.  It shouldn't.

Some of my ideas may be totally out in left field - but I thought I'd offer them.   Good Luck!

  
Back to top
IP Logged
 
GW
Junior Member
**
Offline


No personal text

Posts: 83
Joined: Dec 16th, 2003
Re: Just my 2 cents worth. And of course a request
Reply #27 - Jan 19th, 2004 at 1:43am
Print Post Print Post  
Thanks TJ, for all the suggestions, most of them I have tried. If I put the goto statement in the "Zip" element it works, if I delete the "Zip4" element then the statement in "Zip" quits working, add a new "Zip4" element back and the Goto statement in "Zip" works again.
My form might need exorcising.  Grin

Each time I added a program or navigation statement I ran the Test Program, it showed no errors.

Either way this one whipped me so I sent it off to support tonight, hopefully they can correct my ill-fated form.
  
Back to top
 
IP Logged
 
The Cow
YaBB Administrator
*****
Offline



Posts: 2530
Joined: Nov 22nd, 2002
Re: Just my 2 cents worth. And of course a request
Reply #28 - Jan 19th, 2004 at 5:41pm
Print Post Print Post  
Becky,

I found the problem and it is a bug regarding Combo Boxes. A fix will appear in the forthcoming release. As a temporary workaround, simply move the Combo Box "Terms" so that it, and no other combo box is the "natural" next L.E. after Zip4.

Thank you for your patience!
  

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


No personal text

Posts: 83
Joined: Dec 16th, 2003
Re: Just my 2 cents worth. And of course a request
Reply #29 - Jan 19th, 2004 at 7:08pm
Print Post Print Post  
Thanks Mark,
Not only is it great to have the support of the Lantica/Sesame team but also helps to know I haven't gone totally batty  Grin

Appreciate the work around - becky
  
Back to top
 
IP Logged