Search Results for 'script'
-
Search Results
-
Hi, me again,
I think this might be a bug?I’ve got 2 fields visible in “Single Column List View fields”: description & address (it’s a model train collection 😇)
In the single column view , the image is always first, but description and address inconsistently appear first (in bold) or second. Screenshot showing the 2 cases + field order on the right).
What’s weird, if I change Single Column List View fields from 2 to 1, and then back to 2: all is fixed…but situation returns if I change view or form.Thanks,
PierreMinimizing Tapforms Client Data Storage Requirements/
Above, I include a link to my discussion on this topic for Tap Forms v5. I am still troubled on how best to minimize the storage requirements for a Tap Forms Document, sadly.
Note, I did opt for iCloud Sync with the Document I am working on for my project. I plan to utilize a variety of PDF, JPG, and PNG file types for a given field of type ‘Photos’.
1.
In order to get up and running quickly, I am likely going to use a ‘Photos’ field type in my Document. It sounds like I can relocate the Tap Forms Document file to an external drive saving space on my local system drive, however, will that not break the iCloud Sync?2.
There was discussion in the post I link to above about placing “photo” files on a host like Amazon’s S3. Quite honestly, I have only dealt with linking to hosted files on FTP servers. I have no idea how to work with Amazon’s S3. (Could we get a tutorial on that or a link to a good one, please?)Anyway, I would prefer to move a solution where “photo” files are hosted on a low-cost file host. However, my concern is viewing the photos. If a URL is provided for a field in Tap Forms, I understand a globe is displayed where a user can click to display the image in a pop-up window. I noted a script referenced in another post/
by @pasamiogmail-com that maybe provides a solution like I am after. However, I am not sure I grasp what this looks like when implemented.I have a form in Tap Forms Pro that calculates subscription renewal dates to keep track of all my subscriptions. It uses several calculation fields that use Date and Time functions to determine the renewal date. I would like to create a script to consolidate all the calculations into one script field.
Using a post here from May 2, 2020, “how to use dateadd in a script”, I tried this as a test, but got an error that said Test: ReferenceError: Can’t find variable: dateadd, line:(null).
function Test() { var start_date = record.getFieldValue('fld-037157d2f1fa4a75959f3a6c0128a8c1'); var renew_date = dateadd(start_date,1,0,0,0,0,0,0); return renew_date; } Test();Is it possible to use the these functions from calculation fields such as TODAY, NOW, DATEADD, YEARS, MONTHS, and DAYS in a script?
Thanks,
HarryI am running into a problem trying to purchase a MacOS + iOS subscription to Tap Forms Pro. I’ve downloaded Tap Forms Pro on my Mac and click the button for a discount offer for owners of Tap Forms 5. The Mac App Store opens, I provide my account credentials, confirm the purchase, and then get the following error message: Purchase of this item is not currently available. This item is being modified. Please try again later.”
I have been trying at different times over the past several days. I’ve closed and reopened Tap Forms Pro and have deleted and reinstalled Tap Forms Pro. I continue to get the same error message. I’ve also tried upgrading from the iOS version, but I don’t get the discount offer when I do that.
Any idea what might be going on? Is this a Tap Forms Pro issue or something going on with the Mac App Store? If it matters, I’m in Canada and use the Canada App Store.
Thanks.
I attached 3 screen prints from a summary form I had for A) Tap Forms 5 versus B) the conversion to Tap Forms Pro. I also attach C) which is the link to forms. 2 questions:
1) I added additional records to the “races” form and they were not showing up in this summary so I did a Recalculation of all Forms & Scripts. After this, the states where no races have run defaulted to the total number of records instead of zero like in Tap Forms 5. I tried various conditional If statements, but can not seem to figure out the correct formula to make this work correctly in Tap Forms Pro. Appreciate help.
2) In trying to fix the formula, I deleted the additional fields (that were added via the “select fields” icon at the right of the titles that was in Tap Forms 5. How do I do I add fields in Tap Forms Pro?