Jump to content

NickFaraday

Members
  • Posts

    33
  • Joined

  • Last visited

FileMaker Experience

  • Skill Level
    Expert
  • Application
    19

Platform Environment

  • OS Platform
    Mac

NickFaraday's Achievements

Contributor

Contributor (5/14)

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

Recent Badges

0

Reputation

  1. I have a script that builds an object that gets pasted into another application. Over the years this objet has grown in complexity to the point where its a few hundred lines. The problem I have is each time we update the object data I have to break it down line by line in filemaker with forced carriage returns and quotes inorder to preserve the formatting. Eg: { objType { ActionName{ action-item-1: test action-item-2: test2 } } becomes { objType {ActionName{action-item-1: testaction-item-2: test2}}} as soon as the script is run. Formatting seems to be preserved in the script itself but not upon variable assignment. Any ideas how I could get this done?
  2. Hey everyone, Just looking to see if anyone has come across a good solution to for this. I have a set of records with multiple fields that I need to export to Excel, I'm exporting via script and everything works great with the exception of one of my fields "columns". This field has a multi-line description. When exporting, all carriage returns are stripped. A quick google search turns up some solutions for exporting a single filed and preserving returns but not a group of fields with only one "column" needed the returns preserved. I'm on FM19 Server. Is there a plugin that addresses this issue? Thx
  3. Thanks, It indeed seems like this is happening. I have a child table linked to the table I am duplicating, so when I delete the new 'duplicated' record it goes down the reference, deletes the related child, then back up the reference and deletes the original record.
  4. How do I copy an entire record (all fields) into the same table? There has got to be an easy way to do this? I want to copy every field from a table and make a new record with that data… an exact copy… Duplicate Record doesn’t work, because the resulting ‘records’ are the same exact instance of a record! I want an independent/standalone copy of the record, so if I delete one the other remains. I am trying to avoid creating a variable for every field in the table, so if later down the road, fields are added to the table, the script won’t have to be changed. Like I said there is probably an easy way to do this… I’m just missing it.
  5. Ya, I guess you can consider browse and print two separate things(makes sense), regardless its more, and in my opinion unnecessary, work... Thanks for pointing me in the right direction.
  6. I think your right... inconvenient, having to design two layouts for one "function", but I guess it will have to do.
  7. Wrong type of functionality. "Header Parts" show up at the top of every page. If I have 100 parts to a shipper I can't have half of every page showing the same data over and over....
  8. There are a lot of these types of "bugs" in Filemaker... makes it hard to develop when you come from more traditional DBMS environment. How does one create a layout that is flexible enough to show an undetermined number of records in a "list", that also has a "Leading Header" at the top of that list? Also, I'm not so concerned about data entry, but I would like "button" functionality in the header section, which is also not functioning. Oh, and thanks for the help you guys.
  9. Not sure if this is relevant or not, I'll look into it. The fact that half for the LGS works and the other half doesn't leads me to believe there is a bigger issue going on here. Simply moving a field from the top to the bottom of the LGS causes the field to become active again. But they should work in Browse mode which they don't. They also work when data is filtered (Subset)
  10. That's one of the funny "features" of filmmaker, lol. Leading Grand Summary will populate any normal fields (non summary fields) with data in the first available record. In the example, the first record in General List Components is related to a different type of list, not a shipper, since there is no shipper data in the General list table the fields are shown empty.
  11. To base the layout on Shipping list seems like the way to go but I'm building a list of media that is intern shipped. There is no telling how many bits of media will be in any given list so I can't simply use a portal b/c it may not print all media attached to a shipper... Sorry about the DB, that's about as simple as I can par down this database and still replicate the problem. It looks to be a bug in FM from my point of view, as there is no reason for positioning within the same "Part" to affect the behavior of a field. On a side note no buttons work in the upper half of the LGS either.
  12. I have attached an example of the problem... 1 zip 2 dbs.. one GUI one Data... open the GUI to see the issue. Example.zip
  13. I have a leading grand summary in a layout that shows standard fields (not summary) from a related table. In the Leading Grand Summary only half of the fields are editable for some reason? Ex: the fields in the lower half of the LGS are editable and the fields in the upper half are not? All records come from the same related table, and have a one to many relationship. All fields have the same perm, and are editable in browse and find mode, there is nothing layered over them. I have rebuilt the layout 3 times and get the same thing every time? Once more if I take a field from the upper half of the summary field and move it to the lower half it becomes editable? Any Idea what is happening here?
  14. is there a way to get the local computer name... Get Hostname only returns the server host name, I need the name of the computer that "clinet" is running on.
  15. Dose anyone know what the "scope" of a script run in FM is? Ex: I have a script that builds a many to many link table. I have a subset of a table that I get by performing a find in the script. I then loop though and build the link table with a goto "link table" command and set the appropriate fields. My question is do I need to preform the find of data each time I return to that layout. Go to layout 1 Preform Subset Find Loop Go To Table Layout A Get Unique Id A Go To Table Layout B Preform Find Get Unique Id B Go To Table Layout C Preform Find Get Unique Id C Go To Link layout Set Links Go To Layout 1 *will this take me to the same subset? Next End Loop If there are multiple users running the script will the subset be kept per user?
×
×
  • Create New...

Important Information

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