Jump to content

Nishimark

Members
  • Posts

    10
  • Joined

  • Last visited

Everything posted by Nishimark

  1. I've fiddled around with scripting and searched the web, but still can't make it work. I want to change the color (from black to red) and formatting (from plain to bold) of text in the Name field of a found set if the name is "Mark". How do I do that? Thanks in advance.
  2. Great! The script from Genex works perfectly. Thanks again for the help.
  3. Thanks for the reply. Yes, I understand about how to set up the Script Parameter to find this month, last month, next month, etc. But, how do I set it up to find records for BOTH this month and next month at the same time? I appreciate your help.
  4. This is the script that I'm using to find the current month. How can I alter it to find the current month plus next month? Let( monthOffset = Get(ScriptParameter) ; Date ( Month(Get(CurrentDate)) + monthOffset; 1 ; Year(Get(CurrentDate)) ) & "..." & Date( Month(Get(CurrentDate)) + 1 + monthOffset ; 0 ; Year(Get(CurrentDate))) )
  5. Someone earlier on this board kindly helped me with a script to find the current month. http://www.fmforums.com/forum/showtopic.php?tid/186398/ Now, I would also like to make a script to find both the current month and next month and display the results together. I assume that it can be accomplished by modifying the previous script, but I'm such a rank beginner that I'm not sure what changes to make. Thanks for the help in advance.
  6. I want to find a certain set of records and place the contents of most (or perhaps) all of the fields of that found set into the body of an Entourage e-mail message. A bonus would be the ability to address the e-mail message and give it a title. Currently, I have a script to export the contents of a found set to a text file, then I manually open the text file, copy the contents and paste them into the body of an e-mail message in Entourage. There has to be a better way! Here's my situation. I dispatch various performers to various places at certain times and dates. So, I keep the schedule in an FM database. I want to be able to send an individual performer their schedule in the body of an e-mail message, after I've constrained the found set to certain dates, places, etc. Thanks in advance!
  7. It works! Thanks very much for your kind help and patience. It's much appreciated.
  8. Sorry, but could you walk me through it a bit slower. Where and how do I enter the script that you noted in your previous e-mail? thanks.
  9. Thank you! I will try soon and get back.
  10. Greetings. I would like to create a script that, among other things, displays all records for the current month, as well as another script that can display all records for the previous month and one for next month. I would like FM to determine the current month so that I don't have to manually enter it. I have a single date field that shows the date of an event. I would like to be able to make buttons for "This Month", "Last Month", and "Next Month" that will operate scripts to do those searches. Any ideas?
×
×
  • Create New...

Important Information

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