iRev Form Question

RevList RevList at CreaTECHSol.com
Thu Apr 14 16:05:14 EDT 2011


How to use LiveCode <use-livecode at lists.runrev.com> on April-14-11 at 12:05 PM -0700 wrote:
>
>I would think you want to add another choice for the user that is the  
>stored data value.
>Caution, what if tSal is empty ??
>
>     (note: HTML ignores CR chars)
><SELECT name="Salution" >
><OPTION selected value="">-- Please Select --</OPTION>
><OPTION value="<?rev put tSal ?>"><?rev put tSal ?></OPTION>
><OPTION value=Mr>Mr</OPTION>
><OPTION value=Mrs>Mrs</OPTION>
><OPTION value=Ms>Ms</OPTION>
>
></SELECT>
>
>You could add an IF to skip in the case of empty.
>
>if tSal is not empty then put <OPTION value="<?rev put tSal ?>"><?rev  
>put tSal ?></OPTION>
>
>Hope this works for you.  At least this should get you close to the  
>correct solution.
>(not tested, but it looks OK )
I take care of the conditions, and my original question was just plain dumb.\
I have it sorted out.
******************************************
Stewart Lynch
CreaTECH Solutions
slynch at CreaTECHSol.com
604.484.8499
Skype:StewartLynch

There are only 10 kinds of people.  Those who understand binary and those who don't.
******************************************




More information about the use-livecode mailing list