Normal Topic Can't GOTO an unbound LE (Read 1942 times)
Steve_in_Texas
Senior Member
*****
Offline


No personal text

Posts: 893
Location: San Antonio
Joined: Feb 21st, 2004
Can't GOTO an unbound LE
Sep 16th, 2004 at 10:13pm
Print Post Print Post  
I'm in add mode with the statement 'goto LE_name' on Element exit. It skips past several unbound LE's and stops in the first Bound LE.

Am I doing something wrong or is this a bug?

Sorry to always assume it's a bug.

Thanks,
Steve
  
Back to top
IP Logged
 
Hammer
YaBB Administrator
Lanticans
*****
Offline


Fire bad. Tree pretty.

Posts: 3436
Location: Ohio
Joined: Nov 22nd, 2002
Re: Can't GOTO an unbound LE
Reply #1 - Sep 17th, 2004 at 12:02am
Print Post Print Post  
Works fine here. Check your other code and see if you have other programming forcing it along. Also, use ThrowFocus(), not GoTo.   Smiley
  

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


No personal text

Posts: 893
Location: San Antonio
Joined: Feb 21st, 2004
Re: Can't GOTO an unbound LE
Reply #2 - Sep 17th, 2004 at 3:23am
Print Post Print Post  
My form is pretty small and I scoured it for programming that may be sending the curser to the wrong fields. I dont see any issues.

I changed all my GOTO's to Throwfocus and still get the same results.

I also now see that when I use the mouse to click  in the reverse 'tab order',  the focus jumps to a completely different field.

Also, randomly when I click in the first field for the form (Combo box) the curser runs through all the GOTOs and stops on the first bound field (same as mentioned before)

Any more ideas, or should I send in the form?

Thanks,
Steve
  
Back to top
IP Logged
 
Steve_in_Texas
Senior Member
*****
Offline


No personal text

Posts: 893
Location: San Antonio
Joined: Feb 21st, 2004
Re: Can't GOTO an unbound LE
Reply #3 - Sep 17th, 2004 at 3:43am
Print Post Print Post  
I see that it does not matter if the LE is bound or not. Throwfocus and Goto's do not work in this form.

I exported then deleted all the programming in this form except for the throwfocus commands. Still no luck. I'm sending it in to to tech support.

Ps. This is one of the forms that Ray fixed some Combo Box bugs in (combo box was 'collecting' answers from other boxes on the form. You and He went in and 'cleaned' them up)

Also, some of the text fields used to be combo boxes.

Thanks,
Steve

  
Back to top
IP Logged
 
Ray the Reaper
Global Moderator
Members
Lantica Support
*****
Offline


The One & The Only

Posts: 2480
Joined: Aug 20th, 2003
Re: Can't GOTO an unbound LE
Reply #4 - Sep 17th, 2004 at 12:18pm
Print Post Print Post  
Hello Steve,

I have not yet recieved your database. Have you already sent it or are you waiting to send it?
  

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


No personal text

Posts: 893
Location: San Antonio
Joined: Feb 21st, 2004
Re: Can't GOTO an unbound LE
Reply #5 - Sep 17th, 2004 at 1:08pm
Print Post Print Post  
I just sent it this morning. Thanks for watching for it.

If you trace the issue back to the work you did on the combo boxes, then I'll probably have the same issue in 3 other forms:
Admin
Photo Editor
Category Editor

Since these were all fixed of the combo box issue.

Thanks!

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


Fire bad. Tree pretty.

Posts: 3436
Location: Ohio
Joined: Nov 22nd, 2002
Re: Can't GOTO an unbound LE
Reply #6 - Sep 17th, 2004 at 8:18pm
Print Post Print Post  
Quote:
I just sent it this morning. Thanks for watching for it.

If you trace the issue back to the work you did on the combo boxes, then I'll probably have the same issue in 3 other forms:
Admin
Photo Editor
Category Editor

Since these were all fixed of the combo box issue.

Thanks!

Steve



Steve,

I know Ray already answered you through Support, but I'll post here also.

Your problem is not related to combo boxes. It has to do with your ThrowFocus() calls getting tangled up in a radio button group that happens to be "next" on your Form. We've taken care of it for 1.0.5.
  

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


No personal text

Posts: 893
Location: San Antonio
Joined: Feb 21st, 2004
Re: Can't GOTO an unbound LE
Reply #7 - Sep 17th, 2004 at 8:20pm
Print Post Print Post  
Great. Nice to hear you fixed it, and in time for the next release.

Thanks!

Steve
  
Back to top
IP Logged