Jump to content

carsarecoffins

Members
  • Posts

    22
  • Joined

  • Last visited

carsarecoffins's Achievements

Explorer

Explorer (4/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Week One Done
  • One Month Later

Recent Badges

0

Reputation

  1. Thanks. I didn't realize there were hard stop limits for the layouts. I know this is kind of a goofy exercise but I thought I would try it.
  2. I have a layout that I want to extend several fields on and then slide them upward when necessary but it appears that I have reached the maximum possible length of a layout or at least the body part. I have stretched the total layout to 111 inches (all but 1/4 inch of which is the body) and I cannot stretch it any further. Has anyone else encountered this and if so any ideas about how to deal with it? Thanks in advance.
  3. I have a Windows 2003 server running FMSA 7, IIS 6.0 and PHP. All of the PHP scripts can access and manipulate the database as expected. However when I try to pull xml from the server I get an 802 error code "Unable to Open File". Also when I look at the web admin console, the database file does not show up as being published by the server. Here are some of the parameters I have set: - File opens using Guest account - Guest account has fmxml set as an extended privilege - XML publishing is enabled in the web admin console - XSLT publishing is also enabled inthe web admin console - Database file has been given full access rights for the IUSR_SERVER user name Is there something I am missing and/or is there a test I could try? As an aside I have a testing server with the same configuration (they were set up at the same time) as the one I am troubleshooting and I cannot duplicate the problem.
  4. Yes of course. I mapped a network drive to the folder containing the template file and used the same drive letter on all machines and it works wonderfully. Thank You.
  5. I am trying to open a Microsoft Excel Template on our server using a script. The script sorts the records and exports them to a .mer file. The scrip then uses the send message step to open a Microsoft Excel template, which contains a macro to import the data from the .mer file. If I run FileMaker on my machine with the template and .mer file also local the script works beautifully. However when I place the files on our server the script does not find the template file. If I change the send message step from either machine on the network the script will find the file from only that machine (as expected). I have also tried the open URL step with a slightly different result. It finds the file (I know this because I have a show message step at the end that executes) but does not open the file either on the client machine or on the server.
  6. Even if you load the plug-in from the server 5 CD in my experience the plug-in is not available to FMP 6. Following the same process of loading the plug-in using FMP 5.5 it works just fine. I also have not found a solution to this. Based on previous posts it has been an unanswered issued before.
  7. Thanks for the response. I am working on the two machine setup at this very moment.
  8. I currently have server 5.5 hosting about 14 files. i would like to set up the ability to access these files from both a web browser (i.e. php) and FMP client machines. I understand from previous posts that server "hates" multiple IP addresses so are there any suggestions for possibly using multiple machines? Hopefully this post is clear enough.
  9. I agree about the Status(CurrentFileName) method, much more stupid resistant. Now I am trying to figure out how to make this calc work with only a found set.
  10. Thanks! It can be awful dark where my head is sometimes.
  11. I get the idea behind making a value list and counting the number of items in it, but I can't get it to work. I have attached a file showing how I set it up maybe you can tell me what I'm doing wrong. num_of_num Test.zip
  12. I have a Work Orders file that contains an order_no field and rev_no field. I want to find the number of numbers in the order_no field. For example, I could have: order_no 1234 rev_no 01 order_no 1234 rev_no 02 order_no 1234 rev_no 03 order_no 5678 rev_no 01 order_no 4321 rev_no 01 order_no 4321 rev_no 02 and I would want the result to be 3. So what I want to know is the number of groups of the same number. Sorry if this is confusing but I didn't know quite how to ask the question.
  13. I have recently started working with PHP and FX.php to extract data from FileMaker. I have been looking at the sample files that come with FX and they seem to exhibit a strange search behavior. The FMP file is set up as a list of books with author, title etc. The sample index page has a small search form with the author and title fields available for search. If I put either a lowercase or uppercase b In the author field the one record that contains a b in the author field is returned. However when I put a k in the title field the record with FileMaker in the title does not come up, what does come up though are some records I added with random characters in the title field including k. Is there some thing I am missing?
  14. I would like to create a script that would open a .doc file in a container field. Currently I am "right" clicking on the container and selecting Open Document. Thanks in advance.
  15. I agree that our network support group needs a little motivational boost especially if IIS is no different than IWP. As for functionality on the LAN I have not had any problem at all, in fact I have even accessed all of the pages in the site from work using my home computer as a server. I do not know the port number but I will find out. P.S. If IIS is no different than FM for basic web serving then why would he recommend using it instead? (Because that is what he is familiar with?) Justin
×
×
  • Create New...

Important Information

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