
Gilbert13
Members-
Content Count
52 -
Joined
-
Last visited
Community Reputation
0 NeutralAbout Gilbert13
-
Rank
member
Profile Information
-
Gender
Male
FileMaker Experience
-
Skill Level
Novice
-
FM Application
18
Platform Environment
-
OS Platform
Mac
-
OS Version
Mojave
Recent Profile Visitors
2,076 profile views
-
Gilbert13 started following FileMaker Script on Server 18 Script Schedule
-
Hi to all, In Server 18, I created a schedule script to run a script every night. I use an account with [Full Access] privileges I verify the script for server compatibility I verify that the script works correctly from FMPA When I run the schedule from the Admin Console I get the last run "Succeeded" but I don't see the results "As if nothing happened" What I can be doing wrong?
-
Thank you so much for teaching me a better way.
-
Hi, I have two related tables in my file, I want the portal to display related records wend "g_Color" or "g_Type" fields are empty. I know the relationship parameters in g_Color and g_Type are wrong for my purpose, but I don't know how they should be. Home:ID_Key = Cars:ID_Key Home:g_Type = Cars:Type Home:g_Color = Cars:Color Thanks in advance... Portal_filter.fmp12
-
I managed to configure a line chart correctly. Thank you very much for your attention
-
I need to build a chart that shows quantity and value of categories 1 to 5. I should use the scatter chart? Please see the attach image. Thanks
-
I create a new layout using the envelope setting and adjust the layout to my label. It works.
-
Hi, I want to print labels with a logo in a container field. The text is fine but the logo does not appear in the label. If I change the container field by logo.png and print the lable both the text and the logo appear correctly. Why the logo in the container field does not appear on the label and without the container field if it appears on the label? I use a Dymo 450 Turbo printer Thanks
-
Why doesn't this work?
Gilbert13 replied to John Chamberlain's topic in Script Workspace and Script Triggers
Hi John, You need to add the criteria you want to find to your script: Go to Layout ["Client Data" (Client Data)] Enter in find mode Set field Perform find If [ Get (Foundcount) = 0 ] Much success -
Hi, I want to run a server-side script but don't know how to pass the parameter the script needs to perform. The script need todo the following go to layout, enter in find mode, set field, perform find, set field. This link says that you can pass information about the client’s context to a server-side script by using the script parameter in the Perform Script On Server script step but I have no idea how, I need to learn how. can someone guide me please Thank you https://www.filemaker.com/help/15/fmp/en/index.html#page/FMP_Help/running-scripts-on-server.html
-
Hi Lee, How can I use the == signs so the script substitutes the exact value in gSearchString? Thanks
-
Hi Comment, It is possible to modify the script so that will only removes the exact string in gSearchString ? I have the following numbers in source. Instead of just removing 2 the script also remove 22 when the value in gSearchString is 2 2 3 9 22 55 Thanks in advance
-
How to calculate a day in advance
Gilbert13 replied to Gilbert13's topic in Calculation Engine (Define Fields)
Works great... Thanks... -
How to calculate a day in advance
Gilbert13 replied to Gilbert13's topic in Calculation Engine (Define Fields)
Hi, Siroos12 exactly -
Hi, how can I calculate the agreement end date when not all months have 30 days? In my calculation Months is a number field. Agreement start date + Months/30 Thanks in advance....