Normal Topic Q&A programming without < or > (Read 1402 times)
Infinity
Senior Member
Members
*****
Offline


Diagonally parked in a
parallel dimension

Posts: 1290
Location: Massachusetts
Joined: May 27th, 2005
Q&A programming without < or >
Jun 21st, 2006 at 6:08pm
Print Post Print Post  
While cleaning up my Q&A 5.0 programming, I came across a field that had this code:
Code
Select All
#8200:if #8200="" then CLEAR(#5140,#5150,#8220,#3820) 


The other fields around it have "on exit" symbols marking them, as thus:
Code
Select All
>#8100:if #8100="" then CLEAR(#5120,#5130,#8120,#3810) 


As far as I know, these bit of program have never had a problem.  But I'm curious...does the programming for field #8200 actually work?  If so, when does it fire off?  (I am not using navigational programming at all.)
  

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


Fire bad. Tree pretty.

Posts: 3436
Location: Ohio
Joined: Nov 22nd, 2002
Re: Q&A programming without < or >
Reply #1 - Jun 21st, 2006 at 6:48pm
Print Post Print Post  
Infinity wrote on Jun 21st, 2006 at 6:08pm:
If so, when does it fire off?


Every time any value anywhere on your Form changes.
  

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


Diagonally parked in a
parallel dimension

Posts: 1290
Location: Massachusetts
Joined: May 27th, 2005
Re: Q&A programming without < or >
Reply #2 - Jun 21st, 2006 at 6:57pm
Print Post Print Post  
Yikes!  I gotta fix that puppy quick!  Thanks Erika!
  

**
Captain Infinity
Back to top
IP Logged