Forum Replies Created

Viewing 25 posts - 26 through 50 (of 365 total)
  • Author
    Posts
  • in reply to: Clicks in Calendar did don´t work #75518

    admin
    Keymaster

    You don’t show the data viewer, but you say it’s$event type open.

    Did you follow the the steps above?

  • in reply to: Clicks in Calendar did don´t work #75514

    admin
    Keymaster

    Please also confirm that the calendar is “Client Side Scripting” and whether you’re server-powered or standalone.

    Thanks

  • in reply to: Clicks in Calendar did don´t work #75513

    admin
    Keymaster

    The data viewer doesn’t always update quickly enough unless you’re paused in script debugger. If my suggestions above don’t work, try running Script Debugger and making sure all the variables are set as soon as the script starts running.

  • in reply to: Clicks in Calendar did don´t work #75510

    admin
    Keymaster

    The action script that runs is completely editable. We provide a sample in our soSIMPLE Calendar starter file.

    You can step through the script to see where it’s not doing what you want it to do.

    If you haven’t customized your script, sometimes what happens is you change layouts or field names in your data source without making the same changes in the first few lines of your action script. If this is the problem, follow these steps:

    1. Open soSIMPLE Calendar Settings file
    2. Select the calendar that you’re working with. Verify the data source settings.
    3. Click “Use in FileMaker Pro/Go”
    4. Click “Copy just the variable steps”.
    5. Now go back to your action script, select the 3 “set variable” steps at the top of the script, remove them and choose “paste”

    This will update the layouts and field names with the choices you made in the settings file.

  • in reply to: VCALENDAR no result #75508

    admin
    Keymaster

    Unfortunately, that timeout is tied to FileMaker’s API. We haven’t had much success changing the timeout. Perhaps you could separate your feed into batches by filtering the feed with URL filters?

  • in reply to: Clicks in Calendar did don´t work #75507

    admin
    Keymaster
    This reply has been marked as private.
  • in reply to: VCALENDAR no result #75504

    admin
    Keymaster

    It’s likely just a time-out issue. We usually try to limit the iCal feed data source to only include the past 60 days or so as most clients just need to see current information. We do this by creating a calculation field in the events table and mapping it to the “display only flag” field in the data source. The calculation could be something like “if (start date > get(currentdate) – 60; 1)”.

     

  • in reply to: Clicks in Calendar did don´t work #75494

    admin
    Keymaster

    Hi Günter –

    Can you tell me if something changed to cause this problem, or is this a new installation?

    Are you working standalone or server powered?

    Do you have “Client-Side Script” selected for this calendar?

    For tablets, you must turn on the “Touch Enhancements” option in soSIMPLE Calendar Settings (click “Edit” next to “Options” for your calendar).

    While you’re in “Options” also make sure that “Read Only” is not enabled.

    Assuming you’re using client-side scripting &/or standalone mode:

    If you’re using FileMaker Pro Advanced, you can turn on your Script Debugger to make sure the Action Script is running. Every time you do anything in your calendar, the Action Script runs and several variables are set. Can you tell me if that script is running? If it is, make sure the $event_type variable is set to “edit”, “open”, or “new”. If you don’t have FileMaker Pro Advanced, you can add a “Show Custom Dialog” to the first step of that script to tell you what that variable is set to. Set the text of the dialog to “Current edit mode is ” & $event_type.

    If the script isn’t running at all, it’s likely that FMPA17 didn’t install the fmp:// protocol properly. You can fix that here:

    https://www.sosimplesoftware.com/forums/reply/71404/

  • in reply to: Duplicate Bookings #75490

    admin
    Keymaster

    Hi there William –

    Just a couple of follow-up questions to help narrow this down:

    • Are you using “Client Side Scripting” as your calendar method?
    • Are you working within FileMaker Pro (not WebDirect, or other app)?
    • Do you have an “Advanced Find Script” set in your data source settings? What do you used Advanced Find to do?
    • Do you have a custom code (“Custom JS”) that we created for you?

    Thanks

     

  • in reply to: Filemaker Licenses #75453

    admin
    Keymaster

    Thank you William.

    Are you receiving this message in the Calendar’s web viewer? Or when a new person tries to log in? Or getting them back from PSOS calls?

    I do not believe that’s related to soSIMPLE and definitely does not have to do with licensing – any time I’ve seen the 812 error, it’s coming from script sessions on the FileMaker Server (either from PSOS or Scheduled Scripts). Have you adjusted the number of scripts that can be run on the server console?

    https://community.filemaker.com/thread/189639

     

  • in reply to: Directions between pins on calendar #75451

    admin
    Keymaster

    That’s not built in, but we can certainly add as a custom dev project. Let me know if you’re interested, and we can give you an estimate.

    Thanks

  • in reply to: Map Default Location #75438

    admin
    Keymaster

    Hi William –

    While there is no option to modify this within the configuration, you can add the following into your Custom JS area in the settings file:

    scheduler.config.map_initial_position = new google.maps.LatLng(48.724, 8.215);

    Replace the two numbers in parenthesis with the Latitude and Longitude that you’d like to start.

    Instructions for adding this code:

    Add custom code to soSIMPLE Calendar

    Let us know how it goes.

  • in reply to: Server Setup Problem #75430

    admin
    Keymaster
    Make sure you’ve followed the installation instructions here:
    https://www.sosimplesoftware.com/products/calendar-documentation/calendar-builder-reference/calendar-modes/how-server-powered-works/installing/
    The basic steps of installation:
    1. Turn on PHP services on your FileMaker Server
    2. Put the folder called “sosimple” (which contains php code) in your web folder.
    3. Upload the soSIMPLE fmp files to your server
    4. Open soSIMPLE Calendar Settings from your computer.
    The message you’re seeing could be due to #1 or #2 above. Please also make sure that the “Master Machine” toggle is turned on. It’s on the Connector tab in the admin console.
    Let me know if that helps.
  • in reply to: FM17 Opens a new window in FM16 #75416

    admin
    Keymaster

    Yes. FileMaker 17 does not always properly register the “FMP” url protocol when it’s installed. Follow these instructions to fix this issue:

    https://www.sosimplesoftware.com/forums/topic/action-script-not-performing-blank-web-viewer/

  • in reply to: Server Error on initial setup #75391

    admin
    Keymaster

    Hi Richard.

    Have followed the installation instructions included in the download? It sounds like one of these three issues:

    • you haven’t installed the sosimple php directory
    • you haven’t turned on php web publishing on the filemaker server
    • you put the sosimple php directory in the wrong location.

    Please review these instructions and confirm you put the files in the right place.

    Thanks

  • in reply to: Action method: Perform script #75389

    admin
    Keymaster

    Hi Michael –

    There have only been a couple of request for this so far. We’re certainly looking into next steps for this App, and that would probably one of the first most likely ones.

    Thanks

    Ken

  • in reply to: Tried every way and can't get the calendar to show #75385

    admin
    Keymaster

    Hi Clive –

    Sorry you’re running into trouble.

    You’re using Server-Powered, correct?

    Are you using the Starter file (called “soSIMPLE Calendar”) or your own integration?

    When you say no data is showing in the web viewer, do you mean no dates are showing, or the calendar grid isn’t showing either?

    Thanks.

  • in reply to: Sort order resource view #75383

    admin
    Keymaster

    You’re absolutely right, Andre.

    The sort occurs first by date/time, then by id. So you can change your ID, if that is possible. Using custom development, we can also change the sort order by another field.

    When you say “size of each resource row could be fixed,” do you mean that in timeline view, each resource row should be set to a certain height? Right now each resource row is the same size and is set to dynamically fill the screen. You’d prefer, for example, for all rows to be 100px high – the result being a large white space at the bottom of the timeline, on large monitors with few resources, and always needing to scroll on small monitors with many resources? We can accomplish this with custom code if you’d like.

     

  • in reply to: Sort order resource view #75376

    admin
    Keymaster

    The easiest way to do this is to implement an Advanced Find script and perform a sort in that script before returning the results.

    An Advanced Find script is essentially a server-side script that get run right after events are pulled from the server. Since the events have already been “found” when this script is run, all you should have to do is have a single step in that script that performs a sort. The script doesn’t actually need to perform the find itself.

    1. Create a script in your FileMaker file.
    2. Add only a sort step to that script, sorting the way you’d like it. It will run in the context of your found set of appointments.
    3. In the Settings file, edit the Data Source for your custom calendar.
    4. In the Data Source window, select the script you created next to “Advanced Find script”.

    Let us know how it goes.

    Thanks

  • in reply to: Weeks in resource view #75375

    admin
    Keymaster

    Hi Andre. I’m afraid the attachment did not come through.

  • in reply to: Default Calendar View #75357

    admin
    Keymaster

    Hi Rich –

    Ultimately, you want the URL to end with #mode=unit

    If you’re using your own custom app, you may be setting the URL via script, or using a calculation.

    If you’re using the soSIMPLE Calendar starter file, that value is set in the Setup Calendar & Refresh Calendar scripts. You can just append it to the “Set Web viewer” step.

  • in reply to: Licens issues #75345

    admin
    Keymaster

    Your pasted image didn’t come through. I imagine you’re seeing MBS’s popup? See here:

    https://www.paradisepartners.com/forums/topic/unregistered-plugin/?_ga=2.104189638.776644916.1545074229-1689137497.1499788604

  • in reply to: How to disconnect iCal subscribers #75319

    admin
    Keymaster

    Hi Marianne!

    Unfortunately, there’s no way to know if anyone’s subscribed over iCal.

    However, the way that iCal subscriptions usually work, the events are cached on each persons calendar (like Apple Calendar, Google Calendar, Outlook) then periodically updated. If you remove files from the server or turn off FileMaker server, people will still have the events they’ve received and will sync again the next time it’s available.

  • in reply to: Following 5 min Integration fails #75317

    admin
    Keymaster

    Hi Andy,

    Are you sure you’re following the right video? PHP rights is at timestamp 3:22 in the video for Server-Side integration.

    Confirm that you’re following the right instructions as standalone is completely different. Make sure you’ve also installed soSIMPLE software on your server and tested the installation where the instructions suggest.

    The second issue you’re having is actually two issues –

    1. The default for FMP is not always set properly by the FileMaker 17 installer, which is why you’re launching FMP16 by accident. Here’s more details with a fix for that issue:
    https://www.sosimplesoftware.com/forums/topic/action-script-not-performing-blank-web-viewer/

    2. The user working in your app must have FMURLSCRIPT privilege set. See more information here:
    https://www.sosimplesoftware.com/sosimple-help/using-your-sosimple-calendar-with-filemaker-16/

    This is mentioned on the integration instructions page, but not in the video itself.

     

  • in reply to: Calendar events not visible #75282

    admin
    Keymaster

    Thanks for the details. I don’t think it will be an issue to have a related field in the Data Source so long as extended privileges are set right for that table & field. We’ll confirm that here.

    Have you entered a Google API key into soSIMPLE Calendar Settings file? It’s possible that if that has not yet been entered, that may cause a problem when Google attempts to map that field.

    A good way to check is to see if a local field shows the same issue when mapped to the “Event Location”

Viewing 25 posts - 26 through 50 (of 365 total)