Jump to content

kiwikaty

Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

1,243 profile views

kiwikaty's Achievements

Rookie

Rookie (2/14)

  • First Post
  • Conversation Starter
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. Changed the Exit Loop to be $EmaiNextMessage ≠ 1 But then I was only getting every second one as I caused my own headaches by adding... If [ (not EmailGetNextMessage) and ($count = 2) and ($messageCountCustom > 0) ] Beep End If ...when I was trying to troubleshoot and of course then it was calling the EmailGetNextMessage function twice so I was only getting every second one! Changing the Exit Loop condition and disabling the test I had added has meant I have now been able to get the full set. Happy things are working now as expected. Good lesson on being careful about adding in a test like that and the implications.
  2. Hi there I have an issue where it will not get all the mail from the exchange mailbox (using imap). I have tried a variety of things including deleting all the messages for that mailbox before trying to fetch (and resetting the serial) because initially if I did this it seemed to get all the mail instead of just one but now each time I only get one message regardless for this inbox/account. There are 4 emails in the inbox and I am just getting the latest one not all 4 which is my desired outcome. The issue seems to be at the line of code where it says... Exit Loop If [not EmailGetNextMessage] - as it appears to be exiting before it has been through all the messages in the xml file? I have two accounts set up and the other account is also not clearing all the messages (56 out of 170) - again I have cleared out all "message" records so it should not think that any already exist? I am not sure why it keeps exiting. I am using version 2.17 of the mail plugin and running it both on the server and on client (same result from script on both). I have tried changing the exit loop to met another condition instead but still no luck. The EmailGetMessageCount( 1 ) seems to be returning a correct number of messages but the exit loop is happening before it has created all the messages. I have attached the script. I want to get all messages in the inbox each time as during initial testing if we deleted mail from the exchange server it was not showing as deleted in filemaker - and we need what is in filemaker to reflect exactly what is in the exchange mailbox. Is it something simple that I just need to alter in the script so it does not exit until it has created all messages? Kind regards Katy fectch mail script.pdf
  3. Many thanks for taking the time to respond. Java is version 8 and there is some AV on this server which I will see if sys admin can tone back to see if it makes any difference. I am just not sure why it was ok to start with and then broke after a restart. Still hoping for a way to avoid a re-install so will try fm support again tomorrow.
  4. Hi I am having the same issue on a new machine that was installed with fms 13v9 (and then patched to 13v10) a fortnight ago and all apperaed well (win server 2012). It underwent a restart in the weekend and the web server and web publishing are showing as greyed out in the admin console but they are in fact running as the websites are all working. I have tried restarting again and also deploying the web publishing. This is a single deployment. This is a highly used prod box with websites being used 24/7 so ideally I do not want to have to go down full re-install path, espeically as it seemed ok when it first went into production. What could be causing the admin console to not be reflecting the status correctly and what else could I try before the full reinstall route? Many thanks.
  5. Hi there We are looking at puchasing this and I have been looking at the demo today. With either of the sribeDocSubstitue or scribeWriteDocValue functions can you get it to carry over the formatting of the filemaker field content. I have tried the below in the demo file but when it inserts it into ms word all the underlining and italics are lost. Is there a way to perserve them? Barrett, J. M., Smith, V., Wilson, R. T., Haley, V. A., Clarke, P., Palmer, N. B., ... Fraser, D. (2012). How to cite references in APA style. Christchurch, New Zealand: University of Canterbury Library.
  6. Hi Joe 1. I am a new user to Supercontainer also. I have added an iframe and can upload a file put I want to know how I can capture on the page what the filename is that was uploaded so I can then link this in the fm database. The custom php page is a form where the users are making a purchase request and they need to add the quote if they have one. It is doing an "add" record so I do not have a recID at the point they are entering the form data put I was thinking if I could obtain the file name then I could post it to a fm field when it doe the sumbit? I have tried looking at the PHP Documentation generator but I cannot seem to integrate it and wonder if that is because I am using the iframe? 2. I also tried adding nodelete to the url as suggested in another post on this forum but the delete button still shows? <iframe src="http://localhost:8020/SuperContainer/Files/Quote/style=nodelete"></iframe> Have I added it correctly to the url? 3. I was also wondering if you knew of any examples where more than one upload is allowed? Many thanks for your help.
×
×
  • Create New...

Important Information

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