Jump to content

Greek

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by Greek

  1. I would like a URL that makes multiple find requests where each request has multiple fields involved. In other words, I would like a find that results in: NameField=Mary and CategoryField=Teacher OR NameField=Steve and CategoryField=Student This would result in all records where Mary is a teacher or Steve is a student. I would have thought that the URL would be: ...&-Lop=AND&NameField=Mary&CategoryField=Teacher&-Lop=OR&NameField=Steve&CategoryField=Student&-find Of course the last -Lop takes over and this resulted in all records where NameField=Mary plus all records where NameField=Steve plus all records where CategoryField=Teacher plus all records where CategoryField=Student. (ultimately 4 find requests with data in only 1 field each) How do I create a URL that only has 2 find requests, where each request has data in two fields? Thanks
  2. Sorry, I forgot to specify I need a cross platform solution. Can I get the image out of the Web Viewer?
  3. How would I import an image from an internet location via a URL? I can insert a picture, but it only allows me to specify a local file path. Is there a way to insert an internet picture besides downloading the image to the local hard drive? Thanks
  4. Turn on XML export from the FM5 file. Create a script in FM8.5 import records from an XML source. Select Import Records Select XML Source Type in the URL and search paramerters into the URL The 8.5 will import records from the FM5 file. (container fields don't work, but the rest come across.)
  5. I get how to upload the file, but how do I grab the filename of what the user just uploaded? The example from WebStar doesn't give much to go off of for putting the filename in a FM Field.
  6. Does your solution assume that a web browser that supports XML will recieve the file? Or does this work(produce a tab separated file with headers) no matter what application opens the file?
  7. Who or what turns the XML and XSTL into a text file? Does Filemaker do this? The requesting software doesn't know XML nor XSTL. Thanks
  8. I use FM6 and CDML for my publishing. I am thinking on moving to FM7 or FM8, but I understand that CDML is not supported. I use CDML to make quite a few text files: files not to be seen by a web browser. Is there a way in FM7/8 to create text files when there is a web request? I understand that XML sends 2 files, but most of my clients are not using a web browser, let alone something that can actually handle XML. (For examples, I send a tab separated file to Excel) Can I just send HTML with FM Data? Or is the only customizing option for web pages with XML? Thanks (Regardless of what it says to the left, I am not using MAC OS9, I am using XP. I changed the popdown field, but OS9 still shows up)
×
×
  • Create New...

Important Information

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