Jump to content

larine

Members
  • Posts

    19
  • Joined

  • Last visited

larine's Achievements

Apprentice

Apprentice (3/14)

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

Recent Badges

0

Reputation

  1. I have embedded my database into my website through the use of an iFrame. Now, I'm getting this error: Message: 'top.iwp' is null or not an object Line: 50 Char: 27 Code: 0 URI: https://www.. I have tried to find a solution for my problem but to no avail. I see that this topic was discussed in http://fmforums.com/forum/showtopic.php?tid/201373/post/318242/hl/javascript/fromsearch/1/ but it doesn't seem that they have come to any clear conclusions?
  2. Hello, I have created a script for my DB so that when a search comes up with no results, a dialog box comes up stating that no results were found. However this script is not compatible with IWP. Anyone have any suggestions for alternate solutions? This is what I have currently: Set Error Capture [On] Perform Find [Restore] If [Get(FoundCount) = 0] .. Show Custom Dialog ["No results were found for your search request"] End If Thanks!
  3. Something weird has happened to my database. When I go into layout mode and select "go to layout" there is nothing in there anymore! Before I would see the list of layouts I had made. What on earth is going on? I know that these layouts do exist because I can get to them through various scripts that I created.
  4. I'm showing 25 per page in browse mode in IWP.
  5. Thanks very much for the help with the results field. Because the layout displays 25 results at a time (with a button to show the next 25 results) would there be a way to say "displaying results 1-25 of 60 results"..and then after clicking the Next button saying "displaying 26-50 of 60 results" or something like this?
  6. Hello, On my "Search results" layout, I would like to be able to display the search string in the following way: Displaying # of # results for "search string" I show 25 results per page. At the moment I don't know how to put the "# of #" part in nor know how to put the search string on my layout. Any ideas? Thanks!
  7. Thanks so much. Worked perfectly.
  8. Hi, thanks for your help with this. I added a button with the Go to Record/Request[Next] script. However it doesn't work as I would like it to. The original request displays records 1-25, then when I click on the button it displays results 2 to 26, then 3 to 27 etc. Is there a way to make it display 1-25 then click on the button and it displays 26-50?
  9. This is great. Thanks so much for your help!
  10. Would there be any way of putting a button on the page that would display the next 10 results?
  11. How do I change the number of records that are displayed per page in a found set? I'm finding that the number of records shown is different between the web interface and the actual Filemaker program interface.
  12. When someone opens the database under the guest account, I want it to open to a default page, with no records displayed, and the "home" layout. At the moment when anyone opens the database it opens at the last record/layout the last user was looking at. Anyone know a solution to this?
  13. So sorry for the double posting. I'm very new at this and extremely grateful for all of your help. From what I'm understanding from your comments, I should be making a table with a record for each keyword then listing the workers associated with each keyword, not the opposite (listing all the keywords associated with each worker). I had thought of this but it seems that it would take a lot longer with about 700 workers and 7 keywords per user...however if this is the best solution I will just bite the bullet and begin making a table with these records. Am I understanding you right? Again thanks for the help.
  14. Hello, I have two tables - one for workers/contact info and another with workers/keywords, and a relationship between the workers fields. What is the best way to set this up so that I can search through the keywords for workers? Currently I have 7 fields (ie Keyword1, Keyword2, etc) so that each worker has 7 keywords associated with them. I've been told this might not be the best way to set it up....does anyone have any advice? Thanks!
  15. I have 2 tables - one table with worker/contact info, and the other is worker/keywords. In the worker/keywords table, each worker has several keywords associated with them. Therefore I have named the keyword fields Keyword1, Keyword2 etc. I found this confusing, and if I've done this wrong, please let me know a more appropriate way to do this.
×
×
  • Create New...

Important Information

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