Hello Jim
Very, very interesting suggestion
Thank
Daniele

---------------------------------------------------

>
 > What about using the SET VAR vm_formname = (CVAL('FORM_NAME'))
 > in your eep code like this type of a situation:
 >
 > SET VAR vm_formname TEXT = NULL
 > SET VAR vm_formname = (CVAL('FORM_NAME'))
 > SWITCH (.vm_formname)
 >   CASE 'form2notrun'
 >   CASE 'otherform2notrun'
 >     BREAK
 >   CASE 'specialconditionform'
 >     --Run eep code but adding some other functionality
 >     BREAK
 >   DEFAULT
 >     --Run YOUR eep code here so it will always run unless
 >     --you specify a formname above to tell it not to.
 >
 >     BREAK
 > ENDSW
 > RETURN
 >
 > This way your eep code will always run unless you tell it not to
 > for a particular form. I know this would require modifying all
 > your eep's but this comes in hand of other situations. If you
 > want to run similar code with some other small mod you can put
 > it under the form you calling it from like the specialcondtionform
 > above.
 >
 > Jim


================================================
TO SEE MESSAGE POSTING GUIDELINES:
Send a plain text email to [EMAIL PROTECTED]
In the message body, put just two words: INTRO rbase-l
================================================
TO UNSUBSCRIBE: send a plain text email to [EMAIL PROTECTED]
In the message body, put just two words: UNSUBSCRIBE rbase-l
================================================
TO SEARCH ARCHIVES:
http://www.mail-archive.com/rbase-l%40sonetmail.com/

Reply via email to