Jump to content

bob0sama

Members
  • Posts

    6
  • Joined

  • Last visited

Profile Information

  • Gender
    Not Telling

bob0sama's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. This is the error that I am getting when I try to publish a calendar using Zulu with both my solution and the zulu sample solution. The only thing that has changed on the server is that I've added an SSL Certificate to the web server. I am running Zulu 1.3406 on a FMS 12.0.3.327 on a 10.6.8 Server. Calendar Publishing Error java.sql.SQLException: There does not seem to be a web server running at http://localhost. Check to make sure that Apache or IIS is running on the Web Publishing Engine. Also make sure that your SSL setting matches your server.
  2. I'm wondering if anyone has had any issues or experience creating an install package using the script provided by FMI. I've followed the instructions on the Network Install Guide and have not found any success. All I get is a 4KB ARD.pkg file which does nothing. I have the FM12.mpkg, AssitedInstall.txt, and Registration.app in a FMP12 folder When I use the script this is what I get ls: *.pkg: No such file or directory ~/desktop/FM12Remote cp: FMP12/ is a directory (not copied). pkgbuild: Inferring bundle components from contents of FMP12/AppleRemoteDesktopPackage pkgbuild: Adding top-level postinstall script pkgbuild: Wrote package to FMP12/ ARD.pkg Hopefully, once I have this ARD package I can use a package deployment tool like Munki to remotely deploy Filemaker Pro 12.
  3. I figured out a better way to do it. But this is for a layout that is to be used as a checklist for a bunch of tasks. The client wanted a button to fill in all the fields if all the tasks were done by the same person.
  4. I attempted to make a script to fill in a layout of about 25 fields with the current user name and timestamp. I want the script to leave the value in the field if it is already entered. Currently I've written out the script with the following logic "if IsEmpty(fieldName)" "set Field(value)" "ElseIF IsEmpty" which I have looping for the number of fields I have, because the script ends once the IsEmpty returns true. The problem I have is that the script is running very slow. Probably cause of the looping. But I can't quite seem to figure out a more efficient way to script this behavior. Thanks in advance for the advice.
  5. I was wondering if anyone had to design a data base for "Double Data Entry" for data accuracy purposes. If so what were some design considerations and challenges to create the solution. I'm interested in how the 2 sets of data were entered, and what techniques were used to validate the data. Thanks in advance.
×
×
  • Create New...

Important Information

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