Jump to content

Stu1019

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by Stu1019

  1. I am currently hosting our Filemaker server on AWS .. Looking for a new hosting company . Can anyone please recommend a reliable hosting company that will off Web direct. We are a small company with about 20 users. We have the newst filemaker and am now looking for a good hostng company. Thank You
  2. Is there anyway to create an additional Base Directory in Manage containers? I have additional volumes connected to my server and would like to store my external images there. The New, Edit and Delete are greyed out..
  3. I have a hosted filemaker file.. From my Server I have a Drive called S: which is mapped to an Amazon s3 bucket. Right now the photos are being stored on my hosted server but I would like to store on my AWS s3 bucket. I am not clear how to format this below in my sorage tab. Any help would be aprreciated
  4. that did it!! thanks so much
  5. Cant figure out why this does not work to duplicate a set of found records? go to record / Request first Loop Duplicate Record/Request Go to record/Request/Page [Next;Exit after last:on] End Loop After it duplicated the first record it quits..... I know its simple but it escapes me.. Any help would be apreciated Thanks
  6. Following is a custom function I built to send SMS messages out of filemaker using textgrid which is about half the price of Twilio. parameters are CellNumber and Message the account SID, Authorization Token and the number you purchased from textGrid are available to you after signing up with them. As far as I know this works in the United states but Im sure can be modified to work overseas. I tried to post this to briandunning custom functions but was unable to create an account there to do so. Use the insert URL to $$response "httpspost://" & "your account sid" & ":" & "authorization token" & "@api.textgrid.com/2010-04-01/Accounts/" & "your account sid" & "/Messages.json?To=+1" &Filter(CellNumber;"0123456789") & "&From=+1" & "the number you purchased from textGrid" & "&Body=" &Message
  7. I am trying to show jitsi meet in a web viewer to no avail. I get a message that says. "it looks like your using a browser we don't fully support , use with chrome or chromium" I'm running filemaker 19 client on a Mac M1 machine. Anyone have any luck or tried something similar?
×
×
  • Create New...

Important Information

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