Jump to content

glenneg

Members
  • Posts

    11
  • Joined

  • Last visited

glenneg's Achievements

Apprentice

Apprentice (3/14)

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

Recent Badges

0

Reputation

  1. Thanks ---- I found the problem. I didn't load the needed JarLib properly. glenn greathouse
  2. In my testApp I'm using the getFedexRates function and getting the following error msg. I'm using my own Fedex testing accounts and keys. It works with the scriptmaster app but not in my own. Thanks for any help!! java.util.MissingResourceException: Can't find bundle for base name javax.xml.bind.Messages, locale en_US Parameters: {} ---Script--- This is how i'm calling the function. Let ([ _accountNumber = $accountNumber ; _meterNumber = $meterNumber ; _accountKey = $accountKey ; _accountPassword = $accountPassword ; _originCity = "Anacortes" ; _originCountry = "US" ; _originPostalCode = "98221" ; _originState = "WA" ; _originAddress1 = "4000 Airport RD" ; _originAddress2 = "Suite D" ; _destCity = Invoice::CITY ; _destCountry = Invoice::COUNTRY ; _destPostalCode = Invoice::ZIP ; _destState = Invoice::ST ; _destAddress1 = Invoice::ADDRESS1 ; _destAddress2 = Invoice::ADDRESS2 ; _weight = Invoice::usps_WeightPounds ] ; FedexGetRates( _accountNumber ; _meterNumber ; _accountKey ; _accountPassword ; _originCity ; _originCountry ; _originPostalCode ; _originState ; _originAddress1 ; _originAddress2 ; _destCity ; _destCountry ; _destPostalCode ; _destState ; _destAddress1 ; _destAddress2 ; _weight ) )
  3. In my FM 10 app I'm trying to use the ScriptMaster popmenu function. Sorry but I'm really confused! I would like to build a menu on the fly, but not sure how? Does any have an example or suggestions. Are there any Input parameters for this function? Can I pass it a list, then have a fmp script run based on the selection? Thanks for your help... Glenn Greathouse
  4. Thanks for the tips and explaination.... it sure helps have a great weekend glenn
  5. Thanks .... It works Not sure why ... but it works Thanks again Glenn
  6. Thanks .... I'll give this a try first thing tomorrow AM... I have a 13yr old birthday party to attend. thanks glenn
  7. here is a screen picture of the the script running in debug Thanks for your help glenn FileMakerDeveloperScreenSnapz001.pdf
  8. Tried this before .... And one more time ... this is not working for me Thanks Glenn
  9. I'm trying to create a script which allows the user to perform a find... and based on the number of records found I would like to change the layout. If the found set is 1 ... I display the detail layout and if the found set is greater than 1 ... I display a list so they can select which detail record they want to look at. But it seems the "Get(FoundCount)" is not available until the script that is running has completed. Thanks for your help Glenn
  10. Thanks.... it works glenn
  11. I'm new to applescript... found this example in a book. Works in FMP 6 not in FMP 7 "Object not Found". its pretty simple... Can someone help Thanks ---- set myfilepath to (choose file "Select file") as string tell application "FileMaker Developer" set cell "path" of current record to myfilepath end tell ----
×
×
  • Create New...

Important Information

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