Jump to content

LaRetta

Memorium
  • Posts

    11,086
  • Joined

  • Days Won

    157

Everything posted by LaRetta

  1. Welcome to FMForums, Wella! Why not just serve up a copy of your live file for testing? Then if you update a Client during testing, it won't change the live file. I realize I don't have a full picture of your needs yet, so fill us in a bit more and we can help further!
  2. Yes it is! And I get no flash or jumping, at least using FM21 on Sequoia (attached). I'm glad you attached a sample. This will indeed come in handy at times! popoverContentTest.mp4
  3. So close!! Select the image popover (in layout mode). Notice that you lack the object name for the popover (attached). And sorry to tell you but ... your concept of placing the popover in the exact location will still fail if you resize the window. This just reminds me of why I was so glad when card window feature was added! Some of these old techniques were kludgy so your mileage may vary. Slide control may allow a bit more control (using anchors) and you can play with anchors on the popovers as well but it will all still be a bit messy.
  4. There IS a way to do it, Frank, but it's a bit of a hack. Attached is an example. Place the popover buttons instead to each side at exactly the middle number of the combined height. In the example, I left them yellow and remove their arrow icons. Object-name the POPOVERS themselves (left to 'Image' and right to 'Image2'. The popover (yellow) button widths can be just a few pts (left wider for demo so you can see them) and can be shorter but place them on the horizontal center. Set them to Hide by typing a 1. Resize the popover so each popover encloses entire area as you've indicated. Then place buttons below. You can replace my ugly grey buttons with your little red arrow icons. And you'll have to play around to get the size exact as you want it. AUSCOIN MOD.fmp12 Ah, I see Michael mentioned the method I displayed! 😃
  5. I suspect you are right, Michael!
  6. Hi Frank, if I understand correctly, you need to put the Image field ON the popover. Also set on the data tab at the bottom (data formatting) to enlarge the image. I've attached what I think you want. RECIPES MOD.fmp12 This is what step I followed to accomplish it. I copied the Image from the layout and pasted it onto the popover and then changed its attribute in the Data tab.
  7. Welcome to FMForums! 😄 In addition, you can generate a report from your LineItems table. Create a new layout and select 'Report'. It will walk you through the options. Group by PO# and sort by PO# and possibly Item# (or date added?) then print specifying 'new page BEFORE each occurrence' of PO# and restarting page number as well. Let the process create a script for you. You can also then perform a find in the LineItems table for the date range (or company) desired and automate the Report script by providing User the search fields and add those steps to the top of the report script, pausing the find for User input.
  8. Hi Bob, if you click a tab and it changes layouts then you will never see anything you put ON a tab except for the first (default) tab. Button bar is the tool you seek! 😃
  9. Hey Mark, we have no understanding of your relational structure which makes it impossible to offer solutions. To start, I suggest you post a screenshot of your graph but far better is to post the file itself. You can post a clone: File > Save A Copy As > Empty Clone or create a new small demo file with only the tables & fields necessary to show your issue. In FileMaker, perspective is everything (well, at least MOST things, LOL).
  10. Hey Mark, on second thought ... if you want to add the books in the portal to an Invoice LineItems table by creating new records with those charges then we can do that as well. We'll need to make sure you have a normalised structure though so fill us in. 👆
  11. Hi Mark! 😃 To properly advise, we'll need to understand your structure but let's see if we can move you forward a bit: You currently have a relationship from the parent table (the table your main layout is based upon) to the Books table (portal of Books). So, while on that parent layout, you click a button called 'proceed' above, it can fire a script with: Go To Related Record: From table: Books Using Layout: your new layout and probably Show Only Related Records This is a far as we can go unless I see your graph or understand your structure. I would question why you are jumping to another portal of Books instead of a simple list or card layout based upon the Books table. What is critical for us to understand is 1) the table name the layout is based upon and 2) the table name a portal is based upon and what is the relationship between the two (how are they joined in the graph). The easiest thing to do is suggest you attach your file.
  12. On displaying the parent name in the Child 2 portal ... in FileMaker, perspective is everything so you can handle it a few ways. The simplest, I suspect, would be to create a value list based upon the Jobs table ParentID and also display second field 'name' and check 'only display second field'. It seems you've already started one that can be modified. Format it as pop-up menu, uncheck display arrow and turn off entry to field. You can change its style to match your other regular non-entry fields so Users know that it is not enterable. Let us know how this works out for you, Human! 😀
  13. I'll take a look later when I have more time (most likely tomorrow) but, on the conditional formatting on the pending field in the left portal, you need to include the child ID in the calc so it only fires if there is a related child record. It would look similar to (adjust to match your field/table names): not IsEmpty ( Child::ChildID ) and Child::Pending = Child::Flag
  14. Hi Human, I too am confused by your request but ... the first thing you need to do is fix your example file you posted. In your portal ( tracks 2 ), the fields within that portal are improperly pointing to tracks. Select each field in that portal and change them to point to tracks 2. That is a common mistake that I've fell into many times over the years. Once you change the fields, see what displays for you and then maybe we can pin down your needs. Hang in there; we'll help you through it. 😁
  15. Hey Human, it sounds like you haven't included the Job# in the same relationship. Check again what was shown that you need to create in the simple connection. Make special note of the NOT EQUAL in the Job# line.
  16. There have been many reports of issues with Sonoma on older FM versions. A search turns up this one on importing tab-delimited, although it doesn't specifically solve your problem: https://community.claris.com/en/s/question/0D53w00006LYrmRCAT/using-mac-sonoma-i-cant-import-tab-text-files-in-fmp-advance-from-ver-15-to-19 You might consider upgrading until you can produce your files for Michael. It would be good to also update your profile for us. 😃
  17. Hi Tim! Michael covered it well. And this would concern me: When you say 'fully executed' might the agreement start (record is created) on 12/31/2024 but wasn't completed until 1/2/2025? There are other such scenarios as well. After switching to filling the fields directly as Michael suggests, another idea is to create a display calc to generate the 'NDA-24-004' which is helpful to Users. 😀 And WELCOME, TIM!! 💥
  18. One way to find all records without decimal is: Enter Find Mode [] Set Field [ your field ] ; "*.*" Perform Find Show Omitted Only Michael explained the basics in the post referenced to me. 😄
  19. You can export instead from the child table and include parent information on the export. This will give you one child per line with the parent info duplicating. 😀 If you wish one email to the parent instead, create calculation in parent: List ( childTable::childName )
  20. And if you receive the data exactly as you've indicated, I would first convert it into tables and records as Comment suggests. Converting the import can be handled in a single looping script. Once normalized, you can generate reports, place portals on an Employee's layout, and anything else you can imagine. 😀
  21. This is a precious nugget of which I was unaware and it makes me smile! Thank you, Michael. 🤠
  22. Hi Mark, you can always use script which, when clicked, sets a variable with the record's ID (using Comment's calc if needed) and then the script can continue doing whatever you wish with the value. But in truth, I didn't read your prior post as Comment did so I probably missed the mark, Mark. It won't be the first (nor last) time.
  23. Hi Søren! In your example, two things stand out: 1. Are you saying you put semi-colons in all three places but it changes those within the If() to commas? 2. Aren't you missing a closing parenthesis at the end of your calculation? Michael's example works for me as well.
  24. I'm not sure I knew it either or I had forgotten or I just did it without much thought ( copying other Devs layout as a theme ) etc. 😀 IlliaFM, that is why we all are here - to share our discoveries.
×
×
  • Create New...

Important Information

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