Tap Forms app icon half
Tap Forms Forum text image
Blue gradient background

Exchange tips and ideas with the Tap Forms community

Search Results for 'bento'

Viewing 15 results - 121 through 135 (of 763 total)
  • Author
    Search Results
  • #27851
    jason kimmings
    Participant

    Is there a way to display the Photo Grid with more than one title under it? I use it for tracking my graphic design work and each piece has a unique number and a title that I would like to see in the photo grid view. At the moment I can only see one or the other. Bento did this and it was one of the reasons I liked it so much.

    #27837
    gb 1953
    Participant

    For security reasons I don’t trust any cloud providers, therefore I use my own MAC server with permanent IP address.Apache CouchDB is the best and secure option for sync Tap Forms what I’ve ever seen. My largest database >2GB for several months sync with no problems between all devices. My system contains of 5 Mac computers and many IOS devices(large family). For sync other files I use Owncloud https://owncloud.org. Everything is installed on Mac Pro.
    Gundars
    Ex Filemaker,Ex Bento
    Cheers :)

    #27647
    Allan Honey
    Participant

    Oh! Excellent.

    I’m experimenting using this in a Table
    Table Field 1 [Amazon] – A full product URL (pasted in from browser)

    i.e. https://www.amazon.co.uk/Bento-1-0-Family-Pack-Mac/dp/B0012PJCTW/

    Table Field 2 [ASIN] – A calc field to isolate ASIN

    (SUBSTR( [Amazon] ; ( POS( ; “/dp/” ) + 3 ) ;
    ((LENGTH( [Amazon] ) – 1 ) – ( POS( [Amazon];
    “/dp/” ) + 3 ) )
    )

    Table Field 3 [US Amazon] – A Web Site field (to see if product is also on other Amazons)

    https://www.amazon.com/dp/******

    If I manually put “B0012PJCTW” in place of ****** – it works! (of course)

    But how do I reference the Table:ASIN field???

    #27431
    Gayle Hilligoss
    Participant

    I wanted to post a recommendation on the App Store site, but discovered only those who purchased the software there can post there. So, am hoping those who are considering Tap Forms will find these comments here. Tap Forms is an awesome database with extraordinary customer support; nearly everyone will find countless ways to use its power. A lifetime Mac user, I used FileMaker in my small business for years. With its demise, I switched to Bento until it too faded away. I was delighted to find Tap Forms though somewhat skeptical that exporting my Bento files would be as easy as Tap Forms made it sound. But, the transfer worked well. I experienced a few wrinkles getting everything set up to meet my needs, but found most answers in the extensive online resources. Because I use Tap Forms for a pretty narrow application (to publish contact directories and to create mailing labels for various volunteer organizations) I’ve had some questions not addressed there; when I emailed developer Brendan, he was right there with the help I needed. And I mean “right there.” His thoughtful responses consistently came within an hour or so, often sooner. Amazing. Each time I use Tap Forms I appreciate it more. Looking over the many forms included with the software I am seeing several other databases I want to set up. I highly recommend Tap Forms and commend Brendan for his excellent work.

    #27383
    Colleen Olafson
    Participant

    This is my first forum post …. ever!
    I recently transferred my Bento data to Tap Forms app. Everything appears to have transferred over (fields and data) to Tap Forms except for my ‘home address’ field. The field shows up in the layout tap however the field doesn’t show up at all on each individual entry on my Tap Forms on my Mac laptop; the ‘home address’ fields do show up on Tap Forms on my mobile version.
    Any feedback on how I get my Bento address field to show up on individual entries on my laptop?
    Thanks!

    #27169
    Jack Gildar
    Participant

    Tapforms easily imports Bento Templates including all records. However, it does not import the Smart SubFolders based on set search criteria within Bento. Those smart folders can be recreated within TapForms, but is there any way to import the Smart subfolders, without having to manually recreate them? I have a large number of smart subfolders.

    #26825

    In reply to: Recipe Form

    Brendan
    Keymaster

    Hi Jim,

    Here’s one I exported from Bento :)

    Attachments:
    You must be logged in to view attached files.
    #26444
    Sameer Khera
    Participant

    I am moving from Bento to TF and there is one feature which I used a lot in Bento does not seem to be available in TF. It is about the way the “File Attachment” field works in TF.
    I want to be able to find a music file on my Mac, do a ‘Show File in Finder’ option, find the file and drag the file to the “File Attachment” Field to create the file alias.
    Once the file alias is created, I want to be able to click on the file and press space bar to open the file which is native to Mac.

    How do I do this ?

    Sameer

    #26118
    Chris Knight
    Participant

    Hi Brenden,

    I was away from my computer yesterday and will be most of today except for random moments. I haven’t any attachment to any particular function name myself. As long as there is something somewhere that explains what a function does, its return values and parameters then I am all good. I do prefer shorter to type in than longer names (str2int() instead of sting_to_integer(), but whatever.

    Zeros are easy to type, I see no problem there, except maybe for the year 0 if there is someone doing historical work in the astronomical, Buddhist or Hindu calendars and needs/wants to record an event in the year zero. For all of us in the Gregorian calendar (or even Julian) there isn’t a year zero so no problem there for historians using TapForms.

    I like the EOMONTH() with two parameters and the NEWDATE() and DATEVALUE() functions as you’ve proposed them. And with the DATEADD() they solve a very wide range of possible use cases really extending TapForms ability to work with date data. I like it lot.

    I don’t actually think most people would want or care about ERA. My wife’s university studies involved a lot of old texts and the dates of source material is important. When she was a student she would have cared, but as an English teach that isn’t the kind of information she records in a database anymore. I would surmise that historians would care about ERA. So would archeologists, anthropologists and linguists depending on what they are studying. Students of these disciplines will have to deal with ERA sometimes as well. Whether or not they are organized enough and have the insight to put TapForms to work for them doing in their research and note taking. I suggested ERA only to make TapForms barrier-free for those people who might need it.

    I briefly looked as the NSCalendar document you linked to and what jumped out immediately to me is the comparison options. I have not worked yet with TapForm 5 IF() but had found it very lacking in what I have wanted to do when I first moved to TapForms from Bento. Being able to auto-populate a field based on some logic or do some sort of entry validation based on logic really needs a good basic set of comparison operators and at least an IF() that is reasonably flexible with what it can do. In terms of date functions, since that is what we’ve been talking about, being able to test if a date is before, after or the same as another date and then be able to something would require ideally a case statement or at least a nestable if statement. I have not yet experimented with iIF(), ISEMPTY(), ISNOTEMPTY() or the logic operators in TapForms5 so I’ve no idea what their limitations are currently. I plan to do this as soon as I finish tweaking my current project form layout and figure a way to extract the data from a Circus Ponies Notebook export and get it into a form that I can import into my new TapForms form. My next project is going to revist one I had to give up on in TapForm 3.x due to limitations on table linking and then after that see if I can’t tweak the forms my wife use daily in her work to be more like the Bento from she used to use but lost some functionality moving to tapForms a couple years ago.

    Also the ability to link up with Apple’s calendar(s) is interesting to me. I have a lot of data in multiple calendars that I have to input into the form I just designed but how I might go about wanting to link that up I have not given thought to yet. Reducing data input would certainly be nice. Searching one of more calendars for data mining would be nice too. After I get my other TapForm projects done I might revisit this idea and define just what my requirements and use case could/would be and then try to figure out how TapForms can or should be able to achieve it.

    Hi Jose,
    I didn’t know that I had been invited. I had to look back at what I recently posted and see I forgot to subscribe to your original thread so I missed it. I will accept it but I don’t know if I would be the ideal candidate.

    ~Chris

    #25708
    Christian Durhack
    Participant

    I would like print a formularside (form) with tables. But the tables are without data. I only see the table without data. Why that ?
    I have import my Bento Database with tables.
    Answers also in german :).
    I use MAC OS HighSierra and MAC Tabforms 5.2
    Greetings Ch-ack

    #25644
    Chris Brown
    Participant

    I have a similar issue and tried to follow your instructions above but I can’t be doing it right as it didn’t work. To test this out, I created a new document and used the export/import Tap Forms Archive command to relocate the House Inventory Folder to this newly created form, but nothing happened?
    I have successfully used the Bento Importer to migrate from Bento to TF 5 on my Mac. This has synced to my iPad but the folder has been placed into the ‘Samples Forms’ document. I would have preferred it to be placed into a new, dedicated document but due my initial ignorance of using Taps Forms, I did’t appreciate what was happening.
    I now have my recipes (263 records with 30% containing images) sitting in the sample forms document and would appreciate guidance on how to move the folder to a new dedicated document. Please bear in mind I am a newby to Tap Forms.
    Thanks, loving the app.

    #25589
    mmr46
    Participant

    I’d like to move from Bento to Tap Forms, so went to get the Tap Forms Mac version. The app store indicates that version 3 is outdated, and that if I have OS X 10.11 or later, I should buy Version 5. I’m on El Capitan, which is 10.11.6. However, on trying to buy v5, I get a popup from Apple, saying I can’t have this version, as it requires OS X 10.12 (which I presume is Sierra). I don’t want to have to upgrade my OS X as well, so does this mean I can only buy Tap Forms 3 for Mac?

    I already bought Tap Forms 5 iOS for my iPhone, but need the Mac one to transfer my Bento data into before I can synch it to the phone – will v5 iOS synch with Mac v3? Or am I totally screwed by conflicting versions? Help!

    #25524
    Kyle Jeremy
    Participant

    I am *so* sorry I didn’t get a chance to reply to this sooner, but first and foremost, THANK YOU for responding so quickly with so many suggestions! I agree it’s weird that we weren’t able to make it work with the built in methods, but what ultimately did the trick for us was using the iTunes File Sharing, which I didn’t even know existed!?

    It worked great and we’ve been up an running using that method and CouchDB for syncing since last week. We are SUPER happy with Tap Forms overall and it is such an improvement in so many ways over Bento, I just wish we had upgraded sooner!

    FTR, the one thing I didn’t try was AirDrop. (I did initially try AirDrop, but it was on version 9 (!!!) of iOS, so I sort of expected it to fail. I should have tried again after upgrading iOS, but forgot to do so.)

    Kyle Jeremy
    Participant

    Hello! We were former Bento users who finally bit the bullet to upgrade and we are thrilled with Tap Forms so far. We use it to enter in simple records of objects with date/time/description. While we have a small number of records (about 2600) they all have 1 high-resolution photo attached making the database just north of 2GB.

    I created a CouchDB server and can sync between two MacBook Airs without issue, the trouble is with the 1 iPhone we’re trying to sync- for the life of me, I can’t figure out how to get the initial database on there!?

    I’ve tried putting it in iCloud, Dropbox, etc., but when I go to try and “import a backup” from the iOS app, it sort of does nothing and no file name is listed in the field, even though I can see the 2GB file in both Dropbox and iCloud. (And marked the file for “offline” so it was already downloaded.)

    I’ve tried using the “-> send to” device button and it starts to work, but typically times out after about 5-10 minutes.

    Any thoughts on what I can do so that I can have the same database ID on my iPhone to connect it to the CouchDB for syncing? Maybe I could make a version of the database and strip out all the photos or something to shrink it down?

    Many thanks for any advice and a great overall product.

    #25356
    Jonathan Levin
    Participant

    Hi Brendan.

    I know everything is not easy when programing, but would it be possible to add a menu item “Insert Date and Time”, especially into a Note field? When I reach out to people I ussually add talked xx,xx,xxxx 10.003AM. Something like Bento used to have?

    And speaking of Note. When I want to add something like and update of when I talk or leave a message for someone, you need to activate the Note window, add whatever, Save and then close. Is there a way to just be able to click in a Note cell to get a cursor and then just type in the info?

    I looked at the Form > Fields options and it looks like I can change type to Text, but it there is a warning that it could alter all my entries of which I have a lot.

    If not, then I’ll adapt to this. But a date stamp would be cool.

    Thanks.

    Jonathan

Viewing 15 results - 121 through 135 (of 763 total)