Search Results for 'script'
-
Search Results
-
Topic: Greetings from France,
Dear Bredan,
I know you’ve already answered this question, but I’d like to reiterate.
I’ve been using your fantastic TapForms 5 for years to manage the software I use and those I’ve tried that didn’t suit me. I have about 300 records: not a huge number, but incredibly useful for me, as my memory is failing me a bit and I sometimes forget what a particular program does. I’m retired and don’t have a lot of money; so I don’t like subscriptions, but I’m willing to pay for an upgrade to an Apple Silicon version while keeping the same features.
I haven’t seen what the PRO version would offer me, and I don’t want to (can’t) pay that much. Yes, it’s great for businesses, but for an individual, it’s a different story.
I would like you to reconsider your position and offer us a “light” version of your PRO (with the current features) so we don’t have to completely rewrite the standard version.
As you can see, I’m spending time writing to you and making suggestions; if I can help, I have some time, but not much money, and I think many of us are in the same boat. Perhaps you could conduct a survey, since you have all our email addresses.
I’m sure you’ll appreciate this request;
so, it would be fantastic if you could respond favorably.Thank you in advance. See you soon. Luc
Topic: use EXIF date for date field
Can anybody give me a script that reads the EXIF date of a photo (used in field “photo”) and puts this date to an separate field “date”?
I want the entries to be ordered by the date of the photos, that are used in the records.
THABK YOU!
Topic: User-Agent header
Hi,
I’m trying to connect to the Discogs API, and my AI scripting buddy tells me “The failure likely occurred because the Discogs API strictly requires a User-Agent header, which Tap Forms Pro cannot currently send through its built-in Utils methods”.
Any suggestions to help on this?
reference: https://www.discogs.com/developers
Your application must provide a User-Agent string that identifies itself – preferably something that follows RFC 1945.Hi Everyone,
I may have found a problem with Script Fields and number formatting in Tap Forms Pro.
I have a Script Field in a form that returns a numeric value from JavaScript.
I tested different variants, for example:– returning a parsed integer directly
– returning a rounded number
– returning a plain numeric value without formattingExample idea:
return 12050;
The field settings are:
– Number Format: Currency Accounting
– Currency: Czech Koruna
– Decimal Places: 2My expectation was that Tap Forms would display the returned numeric value using the field’s configured formatting, for example with the correct currency/accounting display.
But the formatting does not seem to be applied as expected.
It looks like the Script Field output is shown more like a raw value than like a properly formatted currency field.I also tried simplifying the script as much as possible, so this does not seem to be caused by custom formatting logic inside the script itself.
Question:
Is this expected behavior for Script Fields?
Or should a Script Field that returns a numeric value inherit and display the configured number/currency formatting of the field?If needed, I can provide a minimal reproduction example.
Thanks!
Steve