Anyone still using FileMaker

I have FM 16 that I still use occasionally. Has anyone used FM since the switch to Claris? Is this just a marketing thing?

The feature I used most with FM is that I could develop on the desktop then just load it on my iPad and use FM GO with no changes.

Any thoughts?

Sorry no ā€¦ havent used in in more than a decade
Got too damned expensive for the little I used it

I still use Filemaker. Itā€™s a huge pain. If you think that Xojoā€™s pace is slow then Filemakerā€™s is glacial. You need to search for new features with a loupe.

You can do layouts for iPad which should work with FM GO. But I know more about Filemaker and AppleScripts.

Iā€™m a certified FileMaker developer (17&18) - I still develop with it although Iā€™m looking at Xojo to replace some of my projects with.

I use Filemaker 18 a fair amount, but due to intense information governance restrictions at my workplace it has never been possible to run server for the actual work apps and in any case, the actual cost of running server for any number of users is really quite steep.

Claris dropped the stand-alone runtime app functionality with no replacement in version 19, which is a pity as it filled a niche - hence my renewed interest in XOJO. I have not upgrade to 19 until there is a replacement for this or a GO-type app for desktop but certainly v18 is pretty good and all functionality in recent versions of FMP can be extended with javascript.

FMPA is a great product with a much more rapid development cycle that XOJO. It does only a fraction of what XOJO can do, but thatā€™s like 85% of the functionality you need for database apps - obviously FM16 will have some limitations compared to FM18 or 19.

I donā€™t necessarily agree with @beatrixwillius as a blanket statement - yes the apps are nowhere as quick as xojo apps but usability is great from the enduserā€™s point of view and dev time is minimal and satisfying.

I do have a couple of apps i run in FM GO - the only real downside is that you canā€™t run these on Android which the use of these within our department sadly.

Specifically for this reason iā€™ve also renewed my interesting LiveCode - HyperCard was my first exposure to programming in good old System 6 and Iā€™ve always wanted to like LiveCode :slight_smile:

But Iā€™ll likely end up going with Flutter instead for cross-mobile development - a much more robust platform i thinkā€¦ and free.

Iā€™d stick with FMS 16 if I were you unless you need new features in FMS 17, 18, or 19 as there is an issue with Startup Restoration. I canā€™t find the thread, but it discusses what Steve Kurasch sent in this message to me.

FMS 16 is SUPER stable.

I dev in FM three days a week. Itā€™s pretty good and is stable unlike Xojo.

I spent years trying to find an alternative to FileMaker. I thought Xojo would be the answer, but Xojo cannot get their act together. Iā€™m now coding in PHP/HTML/CSS/JS which is super stable and free. :slight_smile: I find Xojo at $700/year to be close to free, but right now Xojo is just a hot friggin mess. Maybe itā€™ll calm down in a few years. Weā€™ll see.

Well I was going to try it out thru their ā€œFree not $99ā€ offerā€¦ but they never responded to my requestā€¦ and an email to customer service resulted in a ā€œHow can I helpā€ from them, and then total ghostā€¦ .So I guess Iā€™m not going to try to learn something new (well not FM at least)

thanks everyone for great answers. I think Iā€™m going to take Halā€™s recommendation and stick with FM 16 as it mostly does everything I need. With the exception of one on-going Xojo project, I work entirely on in-house stuff for my photography business. But I really need an app that I can run ā€œfull boreā€ on the desktop but being able to do some updates from the field on a iPad.

I knew the time was limited for the stand alone FM app so that isnā€™t a factor. And since it is strictly for in-house personal work, the expense of FM Server and multiple licenses isnā€™t a factor either.

I actually would love to just use Xojo but I played a little with iOS apps and itā€™s just a little too foreign to me. I have limited my Xojo license to desktop/database (used to have the Pro license) and turned off the auto renewal.

Iā€™m working on a FileMaker Alternative in PHP. Thereā€™s no GUI, but no harder than Xojo. :slight_smile:

In my experience, all versions of FMPA are super stable and work as advertised. In general itā€™s quite nice and quick environment for creating database apps.

BUT, and itā€™s a big BUTā€¦ you have to think about your business model; Claris is pushing everything hard though Server now and the cost of FM Server when you have any significant number of users is not to be scoffed atā€¦ itā€™s $$thousands per year. Server is fine if youā€™re a big developer that sells a product in that can include the cost of a server without breaking a sweat, but for smaller projects/devs/non-profit itā€™s prohibitive.
There is no ā€˜playerā€™ time app that can run the databases on desktop like there is on iOS and there is no android unless you use the ā€˜WebDirectā€™ feature of server and access as a webpage.
If your model relies on using the ā€˜standaloneā€™ runtime app, stick with v18 or less, theyā€™ve removed this from v19.

This has largely pushed me away from using FMPA as much as I enjoy using this truly RAD database app ā€“ you can create an extremely complex and good looking database app in less than week (often 1-2 days). I do use this regularly for exploring/manipulating large datasets at work, but itā€™s not something I can easily share with others.

On the other hand iā€™ve been exploring LiveCode as a RAD and can say iā€™ve been very pleasantly surprised. They recently had a promotion ā€˜pay as much as you wantā€™ for their Indy package and i invested some money in this.
The language is very different and takes a lot of getting used to. But it does compile standalone apps for MacOS/Win/Linux/iOS/Android.

More importantly it comes with a huge number of conveniences like textfields/areas with htmlText and rtfText properties, a proper data grid which can be configured as Form, where you can easily configure a row or column prototype with any controls/layout you like, barcode reader, native mobile controls etc etc. With an addition investment in externals you can fully control Office apps on all platforms ā€“ i can finally use Excel documents properlyā€¦

These conveniences simply donā€™t exist in XOJO and i canā€™t understand why they havenā€™t invested resources in creating such things, instead of the nonsense theyā€™re invested inā€¦ Imagine you have a Text area with styled text ā€“ to save this you can simply save the htmlText (or rtfText) properties with no fuss.

Iā€™m converting some Filemaker Pro projects to LiveCode, and iā€™m happy to say I havenā€™t yet hit that wall i hit with XOJO, where i feel like iā€™m fighting against the IDE all the time to get things doneā€¦

1 Like

Um, the TextArea has styled text. And RTF.

Sorry i may not have expressed that correctly. Yes you do have styledText in XOJO - but there is extra legwork required to set/save state. In liveCode you can set/save the text, or htmlText or rtfText in a single line. Itā€™s almost too simple to describe.

The point i was making was not about the features it was about the conveniencesā€¦ although it certainly does have basic features that XOJO is missing, like PDF creation, a pretty good data grid etc.

These conveniences are often lacking in XOJO - which is weird when you consider they position themselves as a RAD environment and as a ā€˜beginnerā€™ language (and so change weird things like array.append to array.addRow).
As much as i like the XOJO IDE and language, I donā€™t particularly find XOJO to be a RAD environment for my uses - to get anything to work i spend major time subclassing and adding functionality to controls that arguably should have been included at the outset.

I havenā€™t tried anything particularly taxing in LiveCode - very possibly XOJO would perform better in some tasks and there are probably things you can do in XOJO that you just canā€™t do in LiveCode, but so far i havenā€™t found that to be the case. Just posting that here for anyone else that might want to consider itā€¦

a very limited support for RTFā€¦ and while it has styled textā€¦ that isnā€™t HTML and there is no real import/export feature for it. It of course could be easily added as an extension (easier for HTML out, than in.)

You do know that you can often add those quite easily by using extension methods??

Eg to save to and load from a database:

Public Function StyledTextToStorableString(Extends st As StyledText) as String
  
  Dim s As String
  
  // store the string as LengthOfText : String RTFdata
  s = Str(LenB(st.Text)) + ":" + st.Text + EncodeBase64(st.RTFData, 0)
  
  return s
  
End Function

and

Public Function StyledTextFromStorableString(Extends st As StyledText, s As String) as StyledText
  
  // store the string as LengthOfText : String RTFdata
  // s = Str(LenB(st.Text)) + ":" + st.Text + EncodeBase64(st.RTFData, 0)
  
  Dim positionOfSeparator, lengthOfText As Integer
  Dim originalStyledText As StyledText 
  
  positionOfSeparator = s.InStr(":")
  
  lengthOfText = Val( s.Left( positionOfSeparator - 1 ) )
  
  originalStyledText.Text = s.Mid( positionOfSeparator + 1, lengthOfText ) 
  
  originalStyledText.RTFData = DecodeBase64( s.Mid( positionOfSeparator + 1 + lengthOfText ) )
  
  Return originalStyledText
  
End Function

or to save to and load from a file:

Public Sub LoadRTF(extends TA as TextArea)
  
  Dim f As folderItem = GetOpenFolderItem("")
    
  #If TargetCocoa Then  TA.BeginFastEditing
  
  If f <> Nil Then
    Dim bs As BinaryStream = BinaryStream.Open(f)
    Dim rtf As String = bs.read(bs.Length)
    TA.RTFValue = rtf
  End If
  
  #If TargetCocoa Then TA.EndFastEditing
    
  End Sub
Public Sub SaveRTF(extends TA as TextArea)
  
  Dim d As New date 
  
  Dim f As folderItem = GetSaveFolderItem( ".txt", d.SQLDateTime )
    
  #If TargetCocoa Then TA.BeginFastEditing
  
  If f <> Nil Then
    Dim bs As BinaryStream = BinaryStream.Create(f)
    bs.Write( TA.RTFValue )
    bs.Close
  End If
  
  #If TargetCocoa Then  TA.EndFastEditing
    
End Sub
Public Sub BeginFastEditing(Extends TA As TextArea)
  
  #If TargetCocoa Then
    
    Dim docView As Integer = TA.DocumentView
    ' Dim storage As Integer = TA.TextStorage( docView )
    Dim storage As Integer = TextStorage( docView )
    
    Declare Sub beginEditing Lib "AppKit" Selector "beginEditing" ( obj As Integer )
    beginEditing( storage )
    
  #EndIf
End Sub
Public Sub EndFastEditing(Extends TA As TextArea)
  
  #If TargetCocoa Then
    
    Dim docView As Integer = TA.DocumentView
    ' Dim storage As Integer = TA.TextStorage( docView )
    Dim storage As Integer = TextStorage( docView )
    
    Declare Sub endEditing Lib "AppKit" Selector "endEditing" ( obj As Integer )
    endEditing( storage )
    
  #Endif
End Sub
1 Like

Correct me if Iā€™m wrong @stam but it sounds like ā€œyes I can add this to Xojo bit its just THERE in Liovecode alreadyā€ is the point

At least that was what I took from this
Xojo could have a lot of things - it just doesnt so every developer adds them in some way (plugins, extensions, etc) but there isnt a lot of ā€œcommunal sharingā€ of this stuff we all do
There never has been

1 Like

Yeh Iā€™m afraid you just proved my point. You can do this all in XOJO; it it looks 'proper professional coding ā€˜n allā€™ā€¦ But it requires a coding effort from the developer.
Whereas LiveCode includes this by default in an way abstracted from the platform, succinct and simple ā€“ convenient.

For example, you can write:

Set the HTMLtext of field 1 to <p align="left" firstindent="0" leftindent="0" rightindent="0" spaceabove="0" spacebelow="0" tabstops="75" tabalign="right" borderwidth="0" bordercolor="#000000" padding="0" hgrid vgrid nowrap><sub shift="0"><font face="Noto Sans" size="12" color="#000000">Hello world!</font></sub></p>

result:

Hello world!

and to save:

local tMyText
put the htmlText of field 1 into tMyText
Put tMyText into specialFolderPath("desktop") & "/my text storage.txt" 
//this creates a text file on the desktop and stores the txt+style in it - no textOutputStream needed

These methods are out of the box, abstracted for all 5 platformsā€¦ convenience

Yes thatā€™s pretty much it - the convenience has been striking and this what makes it more suitable for RAD. You can do a lot of this in XOJO. But itā€™s not out of the box, which means more development time/effort/expense (for plugins).

Of course each platform will have itā€™s shortcomings and limitations and i havenā€™t really used LiveCode enough to hit these. And undoubtedly there will be cases where the simplicity/convenience will be an obstacle where you want to do something much more complex ā€“ but for majority off simpler use cases this greatly speeds up thingsā€¦

itā€™s the same for databases : you can do a lot in xojo, but itā€™s not out of the box.
believe me once youā€™ve made your own framework itā€™s really nice !

[quote=ā€œJeanYves, post:18, topic:690ā€]
made your own framework[/quote]
But you hav first to learn how to do your own framework (Xojo is for beginners and beginners do not know that HowTo).

Do they know it can be done ?

It tooks me years to have the idea to simply change a Header String in ListBoxā€¦
And I do not talk about setting automatically a ListBox column to display all characters inside a Columnā€¦
And a certain number of other LB not built in functionsā€¦

Never done here (yet): put date as SQLDate in CellTag and display it as natural date to the usersā€¦

Tried (long ago) to use styled text from rtf files and displayed to the window and left that the same day (back to RAW Text). XPlatform project.