Jump to content

rgeorgan

Newbies
  • Posts

    2
  • Joined

  • Last visited

Everything posted by rgeorgan

  1. I have a website that is going to have viewers register, and then login each time they come to view the site - each html page must be protected so that only registered members can access the pages. There are million websites like this... I would really appreciate it if some one could point me towards a good resource or give any advice for how to so this using FM. Thanks in advance...
  2. I've written a short FM script that uses an Applescipt to retrieve the filename path of a file and insert that data into a cell on the FM database. Currently the AppleScript will only insert the data into the first record of the found set, and I can not figure out how to make it insert into the current record shown. I would like to be able to have the filename path inserted into a field in a manner similar to the "insert picture" script step. Here is the current Applescript that I have come up with: ------- set RefFile to (choose file with prompt "Please select the referenced file.") as string tell application "FileMaker Pro" activate set data of cell "Reference File" to RefFile as string end tell ------ Thanks in advance for any help.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.