March 28, 200322 yr I was wondering if anyone knew how to right html or cdml that would allow me to add a button i made that runs the script? Or just something that lets me run the script from the web page. If anyone could help me it would be much appreciated.
March 28, 200322 yr Syntax example(s) Perform a script using a link <a href="FMPro?-DB=db.fp5&-Format=rslt.htm&-Script=Omit+Script&-FindAll">"Run script"</a> Perform a script using a form action <form action="FMPro" method="post"> <input type="hidden" name="-DB" value="names.fp5"> <input type="hidden" name="-Format" value="results.htm"> <input type="hidden" name="-Script" value="Omit Script"> <input type="submit" name="-FindAll" value="Run Script"> </form>
March 28, 200322 yr Oh my, here we go again... Do not rely on scripts result on web driven solution. For instance the above: Omit Script may omit some records, but the result will be visible and usable until someone runs his/hers script with totally different result. That may happen in split second after the first script runs. Better will be to perform find records from web which will omit/hide unwanted records.
March 29, 200322 yr this was straight out of CDML.fp5....... I am a sheep and above are shepards YonoComprendo! who will you follow ...LOL stay away from the script but if u must the code will work for about as long as Anatoli said (learned the hard way)
Create an account or sign in to comment