Skip to content
View in the app

A better way to browse. Learn more.

FMForums.com

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Need help with this particular script...more than 1 record needed...

Featured Replies

I've got a little script setup that marks an auction paid on eBay when we mark it paid in our local FileMaker system. The script is actually an external ASP script that gets run within a Web Viewer in FileMaker. The paramaters passed to the URL are dynamically generated like this:

"https://domain.com/eBayApps/eBayMarkPaid.asp?eBayItemID="&Invoices::Web_Order_Number&"&eBayTransactionID="&Auctions::eBayTransactionID

Invoices::Web_Order_Number is the eBay Auction number. This field is in our Invoices table, however, this field is also included in our Invoices_Items table which actually holds item information for each invoice.

In instances where somebody purchases more than a single eBay auction from us on the same invoice only 1 of those auctions is getting marked paid on eBay.

What I need to do is change my URL generation so that it will include an delimited set of all auctions included on the invoice. For instance, if I have 3 different auctions on the same invoice I would want the value for the eBayItemID paramater to be:

3423423453 | 2342342343 | 23423434

Then my ASP script could loop through those values to mark it paid on eBay for each one.

So, the first thing I know is that Invoices::Web_Order_Number will become Invoice_Items::Web_Order_Number, but how can I make it so that it will include all web_order_numbers in Invoice_Items that have the same Invoice_Number?

Any information on this would be greatly appreciated. Thanks!

  • Author

Or, if it's easier to loop the asp script that I already have working for each item in the invoice then I can do that too.

  • Author

I figured how to make it happen within my ASP script, so never mind. Sorry for the bad post.

Create an account or sign in to comment

Important Information

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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.