May 17, 200619 yr I am using CWP to create a form that has an inline frame. The main page has the details of a move request, the inline frame has the people moving. The related fields of the two databases are the recid. Somehow, i need to pass the recid to the inline frame so that when users are added in that frame, they are added with the correct related recid. Unfortunately, when xsl renders the page, the recid is not there until after submit. So, I either need a new way of linking the tables, or a clever way to do it. Let me know what you think. Thanks! -- Chevell
June 14, 200619 yr Author OK, I'm using this URL: "http://hqfmp1/fmi/xsl/lvl1_app/findrecords.xsl?-view" I want to add a token to it to fill in the field "lvl1_man_name" with a value from the database. I assume I can just tack that onto the end of that url. Is that correct? How would I do this? Thanks!
June 15, 200619 yr Your browser can't show embedded pages. Please click the following link: Show embedded page In the embedded page, read the token out by:
June 19, 200619 yr Author Whoa, awesome. So if I wanted to send an email from FileMaker with the link that has the token embeded in it, I would just create a "token" field and then specify it by calculation into the url. Then clicking on that link should get the job done in the same fashion, eh? I really need a good book on creating these pages. Any suggestions? Thanks! -- Chevell
June 20, 200619 yr Don't quite understand what you want to do. But check p. 65 of the FMSA Custom Web Guide for the fmxslt:send_email() extension function. And check some e-mail examples that I had posted here in the forum.
Create an account or sign in to comment