Jump to content

repartist

Members
  • Posts

    7
  • Joined

  • Last visited

FileMaker Experience

  • Skill Level
    Intermediate
  • Application
    13 Advanced

Platform Environment

  • OS Platform
    Windows
  • OS Version
    Win 10

repartist's Achievements

Rookie

Rookie (2/14)

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

Recent Badges

0

Reputation

  1. I’ve been using remote open for years when working at home. For some reason it’s no longer working. When I click on favorite host I see the the fmnet:/xx.xx.xx.xx but I no longer see the files. When I’m on my work network I don’t have an issue. The port on the router is set to 5003. FMP 13 with Windows 10. Thanks.
  2. It was a different way of solving the problem but it worked. Thanks!
  3. I'm trying to have a script that prints a variable quantity of labels I have a field quantity Copy [select; Back Label Entrv::Quantity] Paste [select; Back Label Entry::count] Loop Exit Loop If [ Back Label Entry::count = 0] Print[Restore; No dialog] Set Field [ Back Label Entry::count - 1] End Loop The loop doesn't end. It just keeps printing. If I take out the Print step it counts properly. I'm stuck! Any ideas?
  4. I've been using this calculation for years with V6 and earlier versions: If(terms = "First of Month" , DateToText( Date(Month(Invoice Date) + 1,Day("1"),Year(Invoice Date))) ,If(terms = "Upon Receipt", Invoice Date ,If( terms = "30 Day", Invoice Date + 30, DateToText( Date(Month(Invoice Date) ,Day("15"),Year(Invoice Date)))))) When I converted to 8.5 the calculation changed to: If(terms = "First of Month" ; GetAsText( Date(Month(Invoice Date) + 1;Day("1");Year(Invoice Date))) ;If(terms = "Upon Receipt"; Invoice Date ;If( terms = "30 Day"; Invoice Date + 30; GetAsText( Date(Month(Invoice Date) ;Day("15");Year(Invoice Date)))))) It returns a value of "?" instead of a due date. I've been fooling around for the last 4 hours trying to fix this. Any ideas?
  5. I'm having the same problem and I do have different software and serial numbers on both computers.
  6. I've been having a sharing problem that I cannot seem to get resolved. Even though the files in question are shared as multi-user by TCP/IP, we always get the message "file.fp5 is currently in use and could not be opened." The file is a single-user, or the host could not be found on the network. This happens when one user has the file(s) open. Is there a way to have more than one user on a file at the same time? We are using Microsoft Windows network. One computer is running XP with FMP ver 5.0v3, and the other computer is running Windows 2000 with FMP 6.0 v4. Version: v6.x Platform: Windows 2000
×
×
  • Create New...

Important Information

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