Jump to content

idiotmachine

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by idiotmachine

  1. THANK YOU! the javascript worked like a charm. I owe you a beer.
  2. Is it possible to return a search_results page that puts results in 2 or more columns? I am trying to get as many results as possible to show at once to minimize scrolling in a touch screen kiosk. As always, any input would be much appreciated. Brian
  3. Thanks for all the input. Believe it or not it was just a dumb error. I only had one colon in the relationship portion. Sometimes it is just best walk away, sorry to waste any of your time.
  4. Actually what I am trying to say is: If the item has a picture (the picture name is in a related field) show it, If not put in another (blank) image (blank.gif) Am I being clear? or am I making no sense? Thanks IM
  5. Ok, I've gotten the if/else thing down pretty good, as well as the relationship thing. Combining them is a different story. Am I close? [FMP-If:RELATIONSHIP2 hoto1.neq.] <img src="http://www.XYZCOMPANY.com/XYZpicts/[FMP-FIELD: RELATIONSHIP2: hoto1]"> [FMP-Else] <img src="http://www.XYZCOMPANY.com/images/empty.gif"> [/FMP-If] Any help would be greatly appreciated.
  6. ok here goes... users enter username and password bringing them to a form allowing them to change information on their business record, which includes a unique account number(which is of course unmodifiyable).Is it possible to add a button to a new form in another database where the account number is is transferred from the first? ex. user enters and modifies a business record, from there i would like them to be able to enter their business events into another related database. is this possible on the web?
  7. Try this one... Special Edition Using Filemaker Pro 5 by Rich Coulombre, Jonathan Price (my new personal fav).
  8. CLARIFICATION: Ok, here's what im trying to do. Basicaly it is a kiosk that plays about 100 quicktime movies. When inactive i want it to fire up a movie via a calculation directly related to the # of record views. I need to be able to track record views to create things like a "top ten" or insert a calculation that will play movies that have not been found. (not exactly why the Boss specified "no scripts"), but I'm open to anything.
  9. Can a record internally track the number of times it has been veiwed without the use of scripts??? Any insight would be greatly appreciated. Thank you, I.M.
×
×
  • Create New...

Important Information

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