January 17, 200223 yr Newbies not quite the way I had hoped. (Thanks to Garry for getting me this far) I am using this link (or its form equivelent) <a href="FMPro?-DB=TestChild.fp3&-Lay=CDMLList&-Format=child_detail.html&TextField=Test From Link on [FMP-CurrentDate] at [FMP-CurrentTime] &IDRef_Parent=[FMP-field: ID_Parent]&-New"> and it adds the child record ok, but the results page (child_detail.html) doesn't have the new data. If I go to an intermediate page then have the user use this link: <A HREF="[FMP-linkrecid: layout=CDMLList, format=child_detail.html]"> it works fine, but I'd like to get rid of the intermediate step Any Ideas?? Jeff Simpson [email protected]
January 17, 200223 yr Jeff, I've been using return pages for mine, e.g. "photo_payret.html": body onlod="javascript: Document.shootdetfm.submit();">Returning to Payment Details... <form name="shootdetfm" action="FMPro" method="post"> <input type="hidden" name="-db" value="rmr_shoot_talent.fp5"> <input type="hidden" name="-lay" value="allfields"> <input type="hidden" name="-format" value="/pages/photo_payments.html"> <input type="hidden" name="key" value="[FMP-CurrentToken]"> <input type="hidden" name="-find"> </form> However, you should be able to avoid this by the use of [FMP-InlineAction] tags in the format file. All the best. Garry p.s. onlod should be onload, however not allowed as shown in this message! [ January 16, 2002: Message edited by: Garry Claridge ]
Create an account or sign in to comment