Jump to content

LoneReaper

Members
  • Posts

    22
  • Joined

  • Last visited

LoneReaper's Achievements

Explorer

Explorer (4/14)

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

Recent Badges

0

Reputation

  1. I have a FileMaker script that copys a field, then runs an external script, then pauses the filemaker script so that the external script can perform its process. When the external script is done it comes back to filemaker and presses ENTER to resume the Filemaker Script. My problem is when it comes back to FileMaker, the copied field is still highlighted. How do i unselect the field ( like when you click on an empty space) so that i can continue the script?
  2. lee to the rescue, as always. thanks a lot! know that you mention it i think you told me this before. ; )
  3. i have 3 ifs i want to put into a calculation. If ( Left ( Subject;14 ) = "Sold, ship now"; "amazon") If (Left ( Subject;31 ) = "Alibris Purchase Notification #"; "alibris") If ( Left ( Subject;15 ) = "Abebooks Order:"; "abebooks") how would i put them into a calculation field?
  4. dows anybody know how i can get my inventory from filemaker to my oscommerce cart. i have easypopulate installed but do not know how to run it.
  5. how would i modify a free plugin?
  6. i have a text field that i import emails into. the emails all look the same but the have different variables in them. i want to get only the variables into their own fields. how would i do that? i email looks like this, the bold parts are the Variables that i need. im not asking for a complete script i just need an example of the script step to move the variable from the "EMAILBODY" field to the coresponding variable field. like moving the book title to the "BOOKTITLE" field. thanks in advance Dear amazonorders@bookwormannex.com, Your Amazon Marketplace sale is official! We've deposited your earnings from the sale of this item into your Amazon Payments account. Please ship item immediately via media mail. 1 of The Celestine Prophecy : AN EXPERIENTIAL GUIDE [Paperback] by Adrienne, Carol You have agreed to ship no later than two business days after the buyer's purchase on 22-Jun-2004. **************************************************************** Important--Prepare Your Packages With Care. See our guidelines: http://www.amazon.com/exec/obidos/tg/browse/-/1161254 **************************************************************** Here is your buyer's shipping address (use your own address as the return address, and enclose the packing slip in this e-mail for your buyer's reference): Shipping Label - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - buyname address1 (sometimes address2) city, state zip - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - PACKING SLIP: Amazon Marketplace Item: The Celestine Prophecy : AN EXPERIENTIAL GUIDE [Paperback] by Adrienne, Carol Listing ID: 0323R315110 SKU: 99300768 Quantity: 1 Purchased on: 22-Jun-2004 Shipped by: amazonorders@bookwormannex.com Shipping address: Ship to: name Address Line 1: address1 Address Line 2: City: cityhere State/Province/Region: ca Zip/Postal Code: 93644 Country: United States Buyer Name: namehere - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Here are the details of your completed Amazon Marketplace sale: Order #: 058-7030515-9416343 Listings: 1 Total Item Count: 1 Listing 1: The Celestine Prophecy : AN EXPERIENTIAL GUIDE [Paperback] by Adrienne, Carol http://s1.amazon.com/exec/varzea/ts/exchange-glance/Y01Y6519063Y9844884 Listing ID: 0323R315110 SKU: 99300768 Quantity: 1 Buyer's Price: $2.38 Buyer e-mail: diet@dodgeit.net Time of sale: 22-Jun-2004 21:53:29 Shipping method: media mail Amazon commission: ($0.36) Additional shipping credit: $2.26 --------- Your earnings (in your Payments account): $4.28 You may view the details of your listing at zShops: http://s1.amazon.com/exec/varzea/ts/exchange-glance/Y01Y6519063Y9844884
  7. in layout mode if you choose the "Field Format" and choose Format Field as "Pop-up List" it is really slow. But if you change it to "pop-up Mune" like johnrh said it is instant. THanks johnrh!
  8. I have a drop down that list options from a value list of 4 different items and when i click on it, it takes about 1 sec for the list to appear. In previous versions it was almost instant. Why is that?
  9. anybody have a trick on how to export a header with the tab files?
  10. I am using a program called autoit www.hiddensoft.com It changes the file and makes it exactly as i need it. It is an amazing program once you learn how to use it.
  11. i found another way thanks! I am using a program called Autoit, it is so cool. hiddensoft.com
  12. If ( Last (PatternCount (RW_BookFormat , "HDRS|" )) , "" , "HDRS|
  13. i would like a calulated field called "RW_dateentered" to convert a field called "HB_dateadded" like in the subject. i tried Right( DateAdded , 4 ) & "-" & Middle( DateAdded, "3" , 2 ) & "-" & Left( DateAdded , 2 ) but it doesnt work. any ideas?
  14. I would like to enter a line return
×
×
  • Create New...

Important Information

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