Aero Posted September 10, 2000 Posted September 10, 2000 I have been trying to use the Web Companion External Functions... but no success. I have defined a calculation field with one of these funtion. But nothing happens when I access a database via my Web browser. Any suggestions??
Arin Posted September 11, 2000 Posted September 11, 2000 Are you Using "Custom Web Publishing" via CDML?
Arin Posted September 11, 2000 Posted September 11, 2000 I'm not sure if it works with "Instant Web Pub.), but I know with custom you can't preform the calc on the same form that provides one of the calculated fields. You have to enter the data on one form, submit it, and the response page (or next form) will have the calculation on it.
Aero Posted September 12, 2000 Author Posted September 12, 2000 I want to use these functions to create a log of web activities by registering the name of the users on a separate file... Any idea how I could do it in FMP...
Arin Posted September 12, 2000 Posted September 12, 2000 Create a seperate layout that logs the username, and other fields that you want, then make some text fields that auto enter a calculation based on the External-Web function of your choice: e.g. External ("Web-ClientIP", parameter) Everytime a new record is created you get your data.
Aero Posted September 13, 2000 Author Posted September 13, 2000 I have tried that and it works great. Is there a way to use these functions to make a log that records every accees to a DB?
Vaughan Posted November 22, 2000 Posted November 22, 2000 Aero wrote: "I want to use these functions to create a log of web activities by registering the name of the users on a separate file... Any idea how I could do it in FMP..." Turn on the activity log! All the stats will be there including TCP/IP number. The log in FMP4 is in a goofy format making it nigh on impossible to use with server stat software. FileMaker changed it to something standard in FMP 5 so you can use off-the-shelf software to analyse the useage.
Vaughan Posted November 22, 2000 Posted November 22, 2000 Fful wrote: "I know this is a dumb question, but what does "parameter" mean in the external function syntax?" Your FMP5 reference has the info. The answer is "zero." External("Web-ClientIP", 0) It must be there for future expansion.
fful Posted November 23, 2000 Posted November 23, 2000 I know this is a dumb question, but what does "parameter" mean in the external function syntax?
Recommended Posts
This topic is 9034 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