February 9, 201411 yr Newbies ]Hi,   First I want to apologize for my english language, which is not perfect.  I'm  trying to prepare some database for my own small company. For start I've used the FM starting point, which I'm trying to modified for my needs.    The issue that stopped me, is that I cannot populate a Portal related on (line table between PROJECTS and PRODUCTS) using a pop up Window. The option or technique to use a pop up window I choose, because on PRODUCTS table I have more then 500. records, which is uncomfortable to find some product   I attached the screenshot of the button script, but I cannot attach the script for the Pop up window, so I preferred to attach the database file. Also I added a screenshot with a graphic explanation of the problem.  I hope is clear my post  for receive some help.  Thanks in advance to everybody.       Â
February 11, 201411 yr When you click the button to pop up the new window, store the portal row (in a $ or $$variable) using Get(ActivePortalRowNumber). Then when you close the popup, use Go to Portal Row (By calculation). Is that what you mean?
Create an account or sign in to comment