Futurama56 Posted June 20, 2003 Posted June 20, 2003 Here is my code, its acting like its not even recognizing the tags, I am using FM 6 Trial. <HTML> <HEAD> <TITLE>Web Page Title</TITLE> </HEAD> <BODY> <FORM ACTION="FMPro" METHOD="POST"> <INPUT TYPE="hidden" NAME="-db" VALUE="Inventory.fp5"> <INPUT TYPE="hidden" NAME="-lay" VALUE="Form"> <TABLE border=1 align=center cellpadding=3> <P> <TH>ID</TH> <TH>Item</TH> <TH>Cost</TH> <TH>Sold</TH></P> [FMP-record] <TR> <TD>[FMP-FIELD: ID]</TD> <TD>[FMP-FIELD:Item]</TD> <TD>[FMP-FIELD:Cost]</TD> <TD>[FMP-FIELD:Sold]</TD> <TD><A HREF="[FMP-linkrecid: layout=webform, format=findedit.htm]">Edit</A> </TR> [/FMP-Record] </table> </FORM> </BODY> </HTML>
Garry Claridge Posted June 20, 2003 Posted June 20, 2003 Is Web-Companion setup for Custom Web Publishing? What does the URL, used to call this Format file, look like? Is this Format file in the Web folder within the Filemaker program folder? Good Luck. Garry
Futurama56 Posted June 20, 2003 Author Posted June 20, 2003 I got it working, thanks for the help guys!
Recommended Posts
This topic is 7903 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now