Jump to content

Robert Schaub

Members
  • Posts

    142
  • Joined

  • Last visited

About Robert Schaub

  • Birthday 01/06/1960

Profile Information

  • Gender
    Not Telling

Robert Schaub's Achievements

Collaborator

Collaborator (7/14)

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

Recent Badges

0

Reputation

  1. I did a lot searching and tried many, but the only thing I get to work to redirect the browser upon the server disconnect to the web client is modify the wed direct home page. (Warning!!! Back up the files before modify first) This way you can recover if you mess up. ON Windows file is here. C:\Program Files\FileMaker\FileMaker Server\Web Publishing\publishing-engine\jwpc-tomcat\fmi\VAADIN\launchcenter\home.html edit the page and make it start with notepad or Wordpad or text Directly under the <head> statement insert the following lines (Change this Yoursitehere.com/ to your site or filename, 2 places) <meta charset="UTF-8"> <meta http-equiv="refresh" content="0; url=http://YourSiteHere.com/"> <script type="text/javascript"> window.location.href = "http://YourSiteHere.com/" </script> after the WebD file times out instead of landing on the WEBD filelist page you get redirected to the url= I have tested on a live server and my site is the companies intranet home page and it works for me. Sorry I don't know where it is on a Mac
  2. Answer, In case you are interested. Problem drilled down to Exchange is only allowing FileMaker to send tto receipients that are within their own domain name. Every other domain gets blocked. So it is a relay problem on the Exchange server.
  3. Using FileMaker 11 Sever, Advanced, Client and IWP smtp script command when options are added works correctly from IWP but not from the FileMaker client. Are there settings in Exchange that are blocking FileMaker Pro to send mail using the smtp option. This problem is at a client and I dont get the privledge of looking into exchange. Any Ideas
  4. OK, I think finally got you, Sorry you had to drag it over to another forum. A lot of belong to multiple forums and Help sites, Anyway heres what I did. 1] changed on_off field to correct table name You did not change it when you set second portal 2] Disabled auto calcultion w/ replace on field on_off 3] Since you have version 10, I set up a script trigger on the gCategoryFilter field so when you modify it and it = show all it will run the shaow all script. 4]Modified the show all script to go to Name tab when executed. 5] Changed both relationships (removed cFilterKey < = and > =. I did not see the need for it. 6]fixed overlapping tabs I hope and think I finally got what you are driving at. Portal2.zip
  5. Thanks... glad I am not the only one... but it does not seem to have any solutions yet.
  6. Anyone else seeing this. On vista after going in and out of layout mode multiple times, it appears. Close and re-open it's gone.
  7. Try this, go here StarrData Downloads Download the SubSummarry Report demo. The data is old but it tracks how much is still owed by custom and invoice 30/45/60/90 days
  8. Maybe this might give you an idea. Or it may confuse you even more. http://starrdata.com/Payments_System.pdf
  9. For immediate release Announcing Capture Custom Functions (Free) Capture Custom Functions is a new Starr Data FileMaker File that allows you to store your functions in a table. The file has an auto download feature that grabs new custom functions as they are posted from the web each time you open the file. In another table, you can store your own Custom Functions from your other files. What is neat about this system is that, at the press of a button you can put the function on the clipboard and carry it to another file. Or at the press of another button you can email a function to a FileMaker friend. After you download, feel free to send us your favorite custom function. The email address is located on the about page on the site. The instructions PDF will also be in the download zip. System requirements for this file are FileMaker 9.0 or Higher. It may work on FileMaker version 8.5, which it is not supported, so calculations may be unstable. Please visit http://starrdata.com press the custom functions button on the home page and follow through to the actual download. We ask that you fill the download form accurately. This information will not be shared with anyone. It is simply used to notify you of updates. Note: This system is still not the state of the art system that FileMaker Custom Functions should be. But it is a heck of a lot easier than the current way we do it. Also note Starr Data does not endorse any of the custom functions downloaded. If there is an error or it does not work, Please contact the developer of the function. Sincerely Robert Schaub www.starrdata.com rtschaub@starrdata.com
  10. This year I built a system where a person only exists one time but may be asscioated with more than one organization. Hers's a pdf link that may give ou the idea. http://starrdata.com/Starr_Data_Samples/People%20Connector.pdf
  11. Here's an example I did, In fact the filename is exactly like your post name. http://starrdata.com/downloads.htm Only problem is it require 9 or higher. Your profile say FM 8
  12. How about send image of layout like Dacon's Mailit If you need any testers let me know.
  13. See http://www.briandunning.com/cf/14
  14. Follow up Best solutions so far GetLayoutObjectAttribute ( "webviewer";"content" ) and a custonm function to parse the content you want out of the html. This is the option I choose, I fished through the hmtl and got what I need to parse and move to fields in FileMaker or 360Works has a plugin called WebAssistant which will grab the html and the strip the tags. This works great except it also strips all extra carrige returns which in some cases it is need to save them. Funny thing is if you copy a sting where returns are know to a non FM app like Word the returns are there but not in FM. Anyway a good tool with lots of other functions.
×
×
  • Create New...

Important Information

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