Jump to content

john9210

Members
  • Posts

    325
  • Joined

  • Last visited

Everything posted by john9210

  1. The footer on all of my FMP 15 layouts does not appear in Print Preview and does not print. This is happening on all my FMP 15 solutions, not just a particular file. However, it does appear in FMP 12 solutions (I have both FMP 15 adv and FMP 12 adv on my computer). I'm using Windows 10 Home. Sample file.fmp12
  2. The "Use active row state" option is selected, the "Use alternate row state" is not. Does this mean the alternate state also has to be selected? By the way, the problem occurs on both my desktop and my laptop computers..
  3. Attached is the FM file Example file.fmp12
  4. FMP 15 Adv, Windows 10 64 bit. I cannot select the alternate row state for the Body. All I get is a long vertical strip when I select Primary in the Inspector. See the attached Word file Cannot select Alternate Row State for Body.docx
  5. I've asked this question some time ago and never got a good answer, so I'll try again. Just about every time I click on a layout object, including fields, the object jumps a point or two. I have to readjust its position. This happens on both my desktop and laptop computers. Both use Windows 10 64 bit. I usually have align to grid on but it makes no difference. The jump happens if align to grid is off. It also makes no difference if the object is aligned to the grid or not. When I click on it, it jumps. It does not matter what theme I am using.
  6. I have a field that when the user enters a value I want to protect against editing since the field is used in a relationship. Is there a way to do this?
  7. I've tried, but most are protected fonts. I have already removed many non-protected fonts to another folder for safe keeping. Although I've hidden the protected fonts, they still show up in the FM font menu.
  8. I have hidden many fonts in the Windows 10 Font folder that I do not use. However, they continue to show up in the FM font menu. Is there a way to stop this? I would like to shorten the font menu to fonts that I use.
  9. Thanks. I didn't know there was a setting on Layout Setup.
  10. On one of my layouts, I can't view it as a form because in the Browse mode the View as Form is grayed out. On other layouts, it is not grayed out. How can I fix this?
  11. I’m trying to setup a portal that filters records with a calculation field. I have a set of Disk table records that have the fields Disks::Title and Disks::FirstLetter = Left(Title,1). The user selects a letter from a value list attached to a global field gFirstLetter. A dropdown displays values A through Z. The portal TO, FilterDisks, is a self join, using the “x” operator. It uses the filter criteria FilterDISKS::FirstLetter=FilterDISKS::gFirstLetter. When a value (A to Z) is selected by the user I expect the portal to display only records beginning with that letter. However, it does not display the records properly. Sometimes, but nor always, by clicking outside gets it to work. I guess my question is: can portals be filtered with a calculation field?
  12. Thanks, that was helpful. Since I will use these fields will be in a child table, I also need to display the total of deposits, the total of withdrawals and the last value (the current balance) in the primary table. How can I do that.?
  13. I would like to set up a solution that keeps track of account financial data. The primary table has the account name and other data. The related table has three fields: deposits, withdrawals and balance. I would like to calculate the total deposits, total withdrawals and current balance, and display them in the primary table.
  14. While creating a new solution, the file starting to freeze up when I try to access Part Definition. I have to use Ctrl+Alt+Delete to close the program. It only occurs on this one file. File Recovery did not work, and saving as a compressed file did not work. Computer reboot did not work. What can I do?
  15. I can't update from FMP Adv 15.0.0.305 to 15.0.4. After the update downloads, a software window opens that says "Close all FMP Adv files. FMP Adv will quit, install update and restart application". The windows has an Update button. However, when I close FMP, the software window also closes and I don't have access the the Update button. If I click the Update button before closing FM, I get the message to close FM first! I'm going around in circles. Any suggestions?
  16. yes, these are my settings. grid is 72/8 .
  17. FM Pro 15 Adv and Windows 10. This has been going on for some time and is driving me crazy! Has anyone else experienced this: click on an object or field in layout and it jumps (moves) a pixel or two. I have to continuously re-align the object. This happens whether or not the object is touching a grid line. I have tried turning on or off the snap to grid and snap to guide. It makes no difference. So I generally leave them both on. I haven't posted this on other FM forums, but perhaps I should.
  18. Thanks for the demo file. But I'm not sure how to apply it to my situation. Are you implying that I have to use GTRR to and then return to the starting layout? What if I want to go to a layout with a different source table and then return?
  19. Here's what finally works for me. The following script returns to the Data input layout where the portal is, and makes the row visible. The portal object name is "Portal". gSelectedRow is the row that is highlighted before leaving and returning to the layout. Enter Browse Mode Go to Layout [ “Data input-Item” (ITEMS) ] Go to Object [ Object Name: "Portal" ] Go to Field [ Selection portal::pkItemID ] Go to Portal Row [ Select; First ] Loop Exit Loop If [ Selection portal::pkItemID=Globals::gSelectedRow ] Go to Field [ Selection portal::pkItemID ] Go to Portal Row [ Select; Next; Exit after last ] End Loop I don't know why, but the Go to Field script steps are needed. Without them, the desired row is not visible, and I have to manually scroll to it. This leaves the curser in the field at the end of the script. I tried adding a step to go to another object on the layout to avoid this, but with the extra step the row does not become visible. I really can't find any useful explanation for using the Go to Portal Row script step. Although the script goes to the correct row, it does not run the script trigger attached to the field in the row. So, going to a row is not equivalent to clicking on the row. Is there a way to "click" on a row via script?
  20. Didn't work for me. I went to a new window by scrip. When done, I closed the window and returned, but the scroll position was not intact. The selected row was not visible. I had to scroll to it.
  21. I have a portal with more values than fit on the screen. I scroll to a value and select it. If I leave the layout and return, the portal does not automatically return to the active row. I would like the portal to scroll and make the active row visible when I return to the layout. I've tried using Get(ActivePortalRowNumber) but can't get it to work. Is there a way to do this?
  22. FM 15 Adv. When I click on a drop-down list it selects the whole value making it difficult to edit the value. I have to click 4 or 5 times before the selection disappears so I can edit the value. The drop-down reads values from a field and is not configured to select the entire contents on entry. Is there a way to stop this? I would prefer to just click and have the insertion point appear where I click.
  23. What is an Active Segment in Button Bars? What is it used for?
  24. FMP 15 Adv. When I try to drag-slide an object into a popover, the object goes behind the popover not into it, and I can’t bring it forward. Copy and paste doesn’t work either. The object’s dimensions are less than the popover’s. I don’t know what’s going on. Any suggestions? Is there a good reference for working with popups? FMs help doesn’t discuss any of these types of issues.
  25. FMP 15 Adv. I am having a lot of trouble working with Popovers, placing objects in Popovers and formatting Popovers. When I move an object into a layout, I can’t resize the popover to fit around the object. Sometimes the object disappears and bring to front does not bring it back. Also, focus on the popover is always turning off and re-seleting it is very difficult. You can’t just click on it. I have to repreatedly keep clicking. Any suggestions or good references?
×
×
  • Create New...

Important Information

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