Normal Topic Goto problem (Read 435 times)
dman
Member
*
Offline


A Complete Dummy

Posts: 19
Joined: Feb 18th, 2004
Goto problem
Feb 27th, 2004 at 2:34am
Print Post Print Post  
I almost sucessfully translated my Q&A invoice database. It is a simple invoice and it seems to work fine until I get to the goto command to take it to the labor total. I don't have the any of the fields formated as money, I have them formatted as numbers with 2 decimal places. I thought I remembered reading something here about a problem with the formatting of numbers in Sesame but I can't find it. Could something like that be my problem or should I look for something else? Here's my code. I have it in element exit.

IF F0079 = "" THEN  
GOTO Labor ELSE  
LU(F0079,1,F0079);
GOTO F0080
  
Back to top
 
IP Logged
 
dman
Member
*
Offline


A Complete Dummy

Posts: 19
Joined: Feb 18th, 2004
Re: Goto problem
Reply #1 - Feb 27th, 2004 at 3:31am
Print Post Print Post  
After messing with this for 2 days, I finally got somewhere after I made this post. It seems that Sesame will not go to a field that was set to read only in Q&A? Is that supposed to be how it is?
  
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: Goto problem
Reply #2 - Feb 27th, 2004 at 9:55am
Print Post Print Post  
Yes, Read Only elements are bypassed in navigation.
  
Back to top
 
IP Logged