Search Results for 'script'
-
Search Results
-
Dear forum participants.
Briefly about me, my question (problem) below.
For over 8 years, I have managed my data with a NINOX -DB. I have tested Tap Forms sporadically, but I would rather not try the scripts. Well, from today’s perspective, a mistake ;-)
Finally, I found my way to Tap Forms, and I am very enthusiastic because Tap Forms offers everything I had before, and it is even easier and much more stable than NINOX. And I also get along well with JavaScript so far.
My DB is used:
- POIs (Point of Interests) for hiking, biking, and photography
- Tracks and routes: Record tour data (places, countries), types (MTB, hiking), difficulty (S0, S1, …), duration of a tour, with breaks, etc., weather data, and much more.
To my question, for which I need your support:
Goal: I would like to place the content from two different fields in a third field:
1)) Source: “Name of the location”
2)) Source: “Address of the location”
3)) Target: (“Name of the location”, “Address of the location”)However, with a simple console query, I only get the error message “undefined”.
Script:
function Addresse_mit_Name() { // field: address of the POI // 1st row: street, ZIP, city // 2nd row: lat & lon (GPS) // var adresse_des_poi = record.getFieldValue('fld-2a75296d19a64123ba33be5a6e5808ba'); // check values of field console.log(adresse_des_poi); // return of combined values return(adresse_des_poi); } Addresse_mit_Name();
Question:
What do I have to do to get the address from the location field, which I can then process as a variable?
Source field:
1)) Address
Type “location”
Name: “Address of the POI”
field-ID: ‘fld-2a75296d19a64123ba33be5a6e5808ba’Many thanks in advance for your support.
Best regards, Hans
Hello, I am looking for a way to be able to download some information from Tapforms to put into a spreadsheet for my Wix website portfolio/shop form. I have added a screenshot of what I am trying to achieve. (Image, SKU Number, Name). Currently when I export the information the images go into their own folder and I have to match each one of them up to their information. Is there a way / or scrip that can be made to download all to one document?
I’m not sure if it is a script that is needed or a different way to export. Any suggestions would be helpful.
Many Thanks
Hi,
I have a database with 4,400 records spread across several subforms.
I would like to create a table-based form to count the totals of certain fields in the subform records.
Is it possible to retrieve the column count value, and how do I build the form? Is there a script?
Thank you for your help.Hello
1.) Is there a way to find the selected cell in a column from a table field? (image attached)
2.) Can I cal a File open window to select a file on my hard drive to get a UNIX file path?I’d like to write a script that can write the path of a file in a selected table cell.
Or by input window, but ideally with a window that let me select the file on the hard drive.For example:
Open file search window
Get the UNIX path of that file
Add “file://” in front of that path
Look for the selected cell in the column
Write the path in that celI have a lot of rows in a table field. One of the columns is a checkmark field to take record if I have seen this episode. (image in the attachment)
Now I try to write a script that sets all the checkmarks to false in this table for this series.
I found out how I can change a checkmark field alone, but not when it’s in a table.
Can someone pleas help me.
Ideally I’d like to press a shortcut and all the checkmark fields in this table get set to false.