#FileMaker Developers
Explore tagged Tumblr posts
Text
FileMaker Custom Development: Create Robust Custom Applications with Kbizsoft
Discover how Kbizsoft’s expert FileMaker custom development services can help you design tailored, robust applications. From idea to implementation, we deliver solutions that enhance productivity and efficiency. To learn more about our custom FileMaker development process contact us today.
#FileMaker Development#Custom FileMaker Applications#FileMaker Solutions#FileMaker Customization#FileMaker App Development#Custom Software Development#Robust Custom Applications#FileMaker Experts#FileMaker Development Services#KBizSoft FileMaker Solutions#Database Development#Business App Development#FileMaker Solutions for Business#FileMaker Developers#FileMaker Application Design#develop#game development#marketing#mobile app development#personal development#software development#technology#web development
1 note
·
View note
Text
#bespoke software development company#custom software development services#software application development company#filemaker consultants#filemaker expert#offshore php development company#custom software development company#web application development company#filemaker pro training center in india#filemaker developers#reactjs development company in uk
0 notes
Text
FileMaker Runtime als Applikation
Das Thema ist vielen FileMaker Entwicklern vertraut: Im Verlauf und insbesondere zum Abschluss eines Projektes einer Zusammenarbeit sind nicht nur viele Tabellen, sondern auch viele Dateien entstanden, die ich an meine Kunden weitergeben möchte. Gleiches gilt, will ich eine Demoversion meiner Software an neue Interessenten schicken. Im Allgemeinen gebe ich die Dateien oder Demoversionen dann als Runtime weiter. Die FileMaker Runtime liegt mit etlichen Dateien innerhalb eines Ordners. Was aber macht der Kunde mit einem Ordner voller Dateien? Als Orientierungshilfe für den Anwender bieten sich mir zwei Möglichkeiten. Entweder füge ich einer Demoversion ein Dokument mit Erläuterungen zum Start der Datei bei, was potentielle Kunden allerdings schon im Vorfeld abschrecken könnte, oder ich investiere etwas Arbeit in die intelligente Verpackung meiner Demo-Software. Unter Windows konnte ich diese Problematik schon frühzeitig umgehen: Hier gibt es ein nahezu unendliches Angebot an Installationsprogrammen, mit deren Hilfe die Dateien an die richtige Stelle gelegt und entsprechende Menüeinträge zum Starten der FileMaker Runtime erzeugt werden können. Diese Möglichkeiten zur Installation gibt es auch unter Mac OS X, aber der Mac-Nutzer ist es nun einmal gewohnt, Applikationen aus dem .dmg-Image1 auf seine Festplatte zu ziehen und per Doppelklick zu starten. Dies lässt sich ermöglichen, indem der Ordner mit den entsprechenden Dateien als Applikation gebündelt wird: nun kann die im Ordner liegende FileMaker Runtime Applikation mit dem vertrauten Doppelklick geöffnet werden. Sicherlich gibt es eine Vielzahl von Möglichkeiten, den Ordner mit einer Aktion zu verbinden. Eine der komfortabelsten ist für mich die Verwendung des Tools Platypus2. Dieses kleine „Schnabeltier“ verwandelt den Ordner mit den enthaltenen FileMaker Dateien in eine native Mac-OS-Applikation. Werkzeuge Für die Erstellung der FileMaker Runtime nutzen wir das in der FileMaker Advanced Version (bei FileMaker 7 heißt es Developer-Version) mitgelieferte Werkzeug – dies ist allerdings nur in der jeweiligen Entwickler-Version enthalten. Als zweites Werkzeug verwende ich das bereits erwähnte Tool Platypus. Es dient der Bündelung von Scripts zu einer Applikation, eignet sich aber auch hervorragend zum Verpacken der FileMaker Runtime sowie der dazugehörenden Dateien. Der Quellcode steht unter GNU General Public License und die Nutzung ist kostenlos. Um den Umfang der fertigen Applikation zu reduzieren, verpacke ich sie in eine Image-Datei (.dmg). Diese Image-Dateien enthalten oft eine Kurzanleitung und eine „Bitte lesen!“-Datei des Entwicklers und sind jedem Mac-Nutzer bekannt. Enthaltene Programme bzw. Applikationen werden per „drag and drop“ in das Pro- grammverzeichnis gezogen. Für die Erzeugung von Image-Dateien gibt es ebenfalls ein vielfältiges Angebot an Werkzeugen. Die einfachste Möglichkeit ist die Nutzung des Festplatten-Dienstprogramms, das mit Mac OS X geliefert wird. Hat man das Programm gestartet, kann unter Ablage ̈ Neu ̈ Image von Ordner die Applikation zum Image konvertiert werden. Mein persönlicher Favorit ist aber FileStorm, denn mit dieser Applikation kann ich der Image-Datei zusätzlich eine persönliche Note verleihen: So lassen sich z. B. der Hintergrund und das Image-Symbol individuell gestalten. Aufbau einer Mac OS Applikation Eine Applikation unter Mac OS X besteht aus verschiedenen Verzeichnissen, die Struktur kann man sich im Finder anzeigen lassen. Mit einem Rechtsklick auf die Applikation oder über den Menüpunkt Paketinhalt anzeigen im Kontextmenü wird die Verzeichnisstruktur sichtbar. Üblicherweise entspricht sie folgen- dem Schema: Applikationsname.app/Contents/Info.plist Applikationsname.app/Contents/MacOS/executable Applikationsname.app/Contents /Resources/icon.icns Applikationsname.app/Contents /Frameworks/ Applikationsname.app/Contents/PlugIns/ Erstellung der Runtime Grundsätzlich unterscheidet sich die Erstellung einer Runtime unter Windows nicht von der unter Mac OS X. Zu bedenken ist aber, dass die Projektdateien ProjektXY.sav der beiden Systeme nicht kompatibel sind. Das bedeutet: Wenn ich meine FileMaker Dateien kompatibel für beide Systeme entwickeln möchte, muss ich spätestens bei der Runtime-Erstellung zwei Versionen anlegen. Der Aufruf der Funktion erfolgt im FileMaker Menü unter Werkzeuge ̈ Entwicklungs- werkzeuge. Hier können Sie die gewünschten Dateien auswählen, die Startdatei vorgeben und einige Parameter wie Projektordner, Abschlussbild u. ä. festlegen. Dabei sollten Sie auf jeden Fall darauf achten, unterschiedliche Projektordner für Mac OS und Windows aus- zuwählen. Warum betone ich die verschiede- nen Projektordner so ausdrücklich? Ich arbeite ausschließlich am Mac und starte Windows über Parallels. Als Besonderheit von Parallels ab Version 4 an gilt: Ab dieser Version könnten die Mac- und Windows-Dateien auch in einem Projektordner liegen, da die beiden Betriebssysteme sich völlig mischen und nicht mehr zwischen Verzeichnissen für Mac oder Windows unterschieden werden muss. Dies führt aber bei nur einem Projektordner zu ei- ner Überschreibung der für Windows erzeug- ten Dateien und umgekehrt. Der Rest der Runtime-Erstellung ist selbst- erklärend und soll nicht Thema dieses Beitrags sein. Noch zu erwähnen ist, dass nach der Erstellung der Runtime mindestens eine FileMaker Applikation mit der Datei-Endung .app und die eigentliche FileMaker Datei mit der standardmäßigen Datei-Endung .USR im Projektordner liegen. Erstellung des Application Bundles unter Mac OS Nachdem Sie die Runtime-Datei erstellt haben, können Sie den kompletten Projekt- ordner zu einer Applikation bündeln. Dazu benötigen Sie das bereits erwähnte Tool Platypus. Nach dem Programmstart öffnet sich ein kleines Fenster mit relativ wenigen Einstellun- gen: Für mich sind nur die Einstellungen von Platypus relevant, die ich für meine FileMaker- Bundles benötige. Daher gebe ich hier nur einen relativ kleinen Einblick in die Fähigkeiten dieses Programms. Wer weitergehende Ambitionen hegt, sollte sich das Programm ruhig genauer anschauen. Für unsere Zwecke sind nur wenige Angaben notwendig: In das Feld „App Name“ schreiben Sie den Titel Ihrer Applikation. In meinem Fall lautet der Titel „DokuCare“. Als „Script Type“ wählen Sie „AppleScript“. Im Feld „Script Path“ befindet sich der Pfad zu einem AppleScript, das die Anweisung dafür enthält, was bei einem Klick auf die fertige Applika- tion geschehen soll. Deshalb haben Sie auch im vorhergehenden Feld für den „Script Type“ das Format „AppleScript“ gewählt. Platypus vervollständigt automatisch den Pfad zum Interpreter. Jetzt müssen Sie nur noch ein kleines Apple- Script schreiben. Es besteht aus zwei Anweisungen: Tell application „Application“ Über wird die FileMaker Applikation (Pflegeverwaltung.app), die im Runtime-Ordner liegt, angesprochen und geöffnet. Über den Befehl „to activate“ wird das FileMaker Applikationsfenster in den Vordergrund geholt. Da nun Ihre FileMaker Applikation gestartet ist und sich im Vordergrund befindet, schließen wir die im Verzeichnis Applikationsname.app/Contents/MacOS liegende ausführende Datei DokuCareFM. Diese wird auch als „executable“ (ausführbar) bezeichnet und startete die FileMaker Applikation (Pflegeverwaltung.app). Geschlossen wird über die Anweisung quit application „Application“ Das bedeutet, Sie schreiben in einen Editor Ihrer Wahl den Befehl: Danach schreiben Sie und speichern die Datei im Projektordner als Applikation.scpt. Jetzt selektieren Sie nur noch den Pfad zum neu erzeugten AppleScript im Feld „Script Path“. Die besten Erfahrungen bei der Benennung des AppleScript habe ich damit gemacht, dass das Script den Namen der Applikation erhält, denn sobald der Name aus dem Feld „App Name“ sich von der Bezeichnung des App- leScript unterscheidet, startet die von Ihnen er- stellte Applikation nicht mehr zuverlässig. Am einfachsten ist es, das Feld App Name leer zu lassen, da es dann automatisch mit der Bezeich- nung des AppleScript gefüllt wird. Wenn Sie innerhalb Ihrer Datenbanken eigene Symbole einsetzen, möchten Sie wahrschein- lich auch hier ein themenbezogenes eigenes Icon verwenden. Ändern Sie dazu einfach das Symbol im entsprechenden Feld. Jetzt können Sie den Projektordner per „drag and drop“ in das Feld „Files and folders“ ziehen. Dann star- ten Sie über den Button „Create“ den Prozess der Bündelung. Das Programm Platypus er- fragt noch den Speicherort der zu erstellenden Applikation und beginnt dann mit der Arbeit. Ein visuelles Feedback über den Fortschritt der Erstellung gibt es nicht, lediglich der Button „Create“ bleibt bis zum Ende der Erstellung blockiert. Nach Abschluss erhalten Sie eine fertige Applikation mit eigenem Icon und der folgenden Dateistruktur: Erzeugung der Image Datei Um nun Ihre neu erstellte Applikation übers Internet zur Verfügung zu stellen, bietet es sich an, die Datei noch in ein Image zu verpacken. Wie bereits erwähnt, besteht die Möglichkeit, Image-Dateien mit Bordmitteln zu erzeugen. Ich persönlich verwende hierzu aber das kostenpflichtige Tool FileStorm3. Mit FileStorm habe ich die Möglichkeit, der Image-Datei ein individuelles Aussehen zu geben – passt außer- dem vom Namen her sehr gut zum Produkt FileMaker! Die Erzeugung der Image-Datei ist recht simpel: Zunächst erstellen Sie ein neues Pro- jekt. Anschließend öffnen Sie den Menü- punkt „Preferences“. Im geöffneten Fenster „FileStorm Preferences“ geben Sie unter dem Punkt „Defaults“ die individuellen Eigenschaften der Image-Datei ein. Das Fenster mit den „Preferences“ können Sie jetzt wieder schließen. Dann klicken Sie auf das Symbol „Inspector“. Es öffnet sich das Fenster „Property Inspector“. Mithilfe der Tastenkombination + kom- men Sie in den Bereich „License Agreements“. Hier können Sie eine Lizenz-Datei angeben. Wenn später das Image entpackt wird, wird diese Lizenz angezeigt, und der Entpackungs-Prozess läuft erst nach Zustimmung durch den Anwender weiter. (Warum die Einstellung so versteckt liegt, weiß wahrscheinlich nur der Programmautor von FileStorm ...) Als Letztes ziehen Sie die von Ihnen zuvor er- stellte Applikation DokuCareFM.app per „drag and drop“ auf das Hauptfenster von FileStorm. Auch hier bietet es sich an, eine Kurzanleitung für die Applikation mit in das Fenster zu ziehen. Ein Klick auf den Button „Finalize“ erzeugt dann das Image. Wie Sie nach dieser kurzen Abhandlung sehen können, ist der Aufwand für die Applikations-Erstellung zwar gering, aber doch etwas lästig. Sie erleichtern damit aber potentiellen Kunden den Zugang zu Ihrem Produkt und verringern Ihren Zeitaufwand für Supportleistungen, gerade für nicht programminhaltliche Fragen in erheblichem Maß.
0 notes
Text
Expert Software Development Services in South Bend IN - Acolyte Applications specializes in custom app development & maintenance services for non-profits, educators, and mission-focused businesses and excels as a trusted claris filemaker developer. Contact us today for tailored solutions!
0 notes
Text
The Importance of In Person & Remote Tech Support for Business Success
The Importance of In Person & Remote Tech Support for Business Success Did you know that, according to FileMaker’s Workplace Innovation Report, a staggering 94% of business owners find it difficult to manage and maintain their existing applications and software? Not only that, but the same percentage also claim that they struggle to benefit from the tech that is developed to aid their…

View On WordPress
#Comprehensive monitoring#customer service and support#Effective data management#internal business operations#iron-clad security measures#maintain office infrastructure#Remote Tech Support for Business Success#solve complex#solve complex problems#tech support services#WiFi
0 notes
Text
SALEBUILD APPLICATION IN FILEMAKER
Executive Summary
This case study illustrates about the development of a database application that is used by sales and telemarketing teams of a company to manage the leads that they generate for their clients. The application streamlines their contact discovery and account profiling processes via the project management system built in the application. It also allows team to archive verified contacts and companies in a contact management module in the same application for future references.
The intent of our client to develop such a kind of application was to streamline processes and eradicate the usage of spreadsheets. The numerous modules developed for the application primarily allows access to super users/admin to oversee various tasks related to company, contact, projects, and employees. The client was also interested in report generation for projects and allocation of the same to the concerened person so that it is visible to him once the project has been created.

With their specifications in place, the client was in search of a development partner who can work on it and deliver a very robust and dynamic application using FileMaker. Mindfire was chosen out of many other companies on the basis of their years of experience in FileMaker application development and their prompt response. Finally, the application developed helped the client manage various information easily and efficiently.

About our Client
Client Description: Contact Data Management Service Provider
Client Location: Canada
Industry : Software
Technologies
FileMaker Pro 10 Advanced, FileMaker Server 10 Advanced.
Download Full Case Study
0 notes
Text
FM Quizillaa for Android
It’s here!
Addressing the demand from users from across the world, FMQuizillaa app is now released for Android! Now use your Android handset to practice for the FileMaker certification by downloading the FM Quizillaa app from the Google PlayStore. The new and improved FM Quizillaa app for Android has got an intuitive User Interface and gives better access to all the modules. So, Experience-Practice for the FileMaker 17 or 16 certification exam from anytime and anywhere!
What the new FM Quizillaa app offers to the customers?
• More Insightful Dashboard and Results page showcasing the performance through graphs and numbers
• Enriched User Interface for a better experience of practice test
We would like to thank all users of previous versions of FM Quizillaa which was available only on iOS so far. Experience-practice by downloading the app from Google PlayStore! https://lnkd.in/f5QqRqY
Happy Learning!
#filemaker#filemaker pro#Filemaker developers#Filemaker Pro Certified Developers#FileMaker Certification#FileMaker exam#FileMaker 17#filemaker 16#filemaker app india#filemaker appmaker india#filemaker 17 pro developer india
0 notes
Text
FileMaker Software Developing
FileMaker is a cross-platform relational database application from Claris International, a subsidiary of Apple Inc. FileMaker Application (filemaker applicatie) integrates a database engine with a graphical user interface (GUI) and security features, allowing users to modify the database by dragging new elements into layouts, screens, or forms. FileMaker Customization (filemaker maatwerk) menus with FileMaker Pro Advanced, you can create custom menus for your database solutions. You can add, edit, duplicate, or delete menus and menu items in many ways with our support.
FileMaker WebDirect provides your extended users with desktop-style interaction with your FileMaker app through a web browser on a desktop, laptop or mobile phone. We develop native apps and affordable FileMaker Go apps (iOS only) for any type of task. FileMaker Developer(filemaker ontwikkelaar) does all of this job perfectly.
Loggix is the FileMaker application and supports software development company.
________________________________________
FileMaker is the most complete low-code platform for building business solutions that generate real business value.
We build custom software and also doing custom software development(maatwerk softwareontwikkeling)
Low cost, low code, and framework based
________________________________________
We work with FileMaker, FileMaker Development(filemaker ontwikkeling) the world's most acclaimed software platform for 'Rapid Application Development.
1 note
·
View note
Video
youtube
FileMaker developer for custom apps, consulting, training and hosting, health care applications, LAMP hosting and software IT solutions for businesses.
#filemaker software#custom software development services#filemaker development#filemaker pro developer#custom business software#filemaker consultant
1 note
·
View note
Text
Why FileMaker Pro Becoming So Popular for Custom App Development
What is FileMaker Pro?
A cross-platform database application tool called FileMaker Pro was created by an Apple Inc. subsidiary (Claris International). FileMaker Pro combines a database engine with a GUI (Graphical User Interface) that enables users to manage contacts and projects as well as organise data into screens, layouts, and forms. Originally created for Apple computers, FileMaker Pro is now readily accessible on the Windows platform.
The key feature of FileMaker Pro is that non-programmers may use it without any special training. It includes more than 30 integrated starter solutions that enable users or app developers to take care of the crucial work quickly.
History:
FileMaker Pro began out as a Disk Operating System (DOS) application before being primarily developed for the Apple Mac and being made available in April 1985. It has been cross-platform and accessible for Windows and Mac OS since 1992. Initially, FileMaker server runs on Linux servers, but it then only supports Windows and macOS servers. A client version for iOS devices launched in July 2019 and is offered in desktop, server, iOS, and online delivery modes.A FileMaker cloud was introduced in 2016 and currently, a FileMaker becomes so popular for Custom App Development.
FileMaker Pro’s Capabilities & its Features:
Since its debut, FileMaker Pro has been available in a number of iterations, ranging from basic to advanced FileMaker. FileMaker Go is also accessible for iPhone, iPod, and iPad users.
Some of FileMaker Pro’s Key Capabilities Include:
Forming a Custom Database:You can use FileMaker Pro to build a database that can be customised to meet your unique needs..
Creating Reports:As the programme provides capabilities for detailed reporting, we can utilise them to manage and automate user tasks. We can easily generate email reports in Excel or PDF using FileMaker Pro.
Broadcasting Data on the Web:With only a few clicks, users of FileMaker may securely publish their databases online. Users can design surveys, forms for collecting consumer feedback, registration
Sharing the Data:Users of Macs and Windows can safely share data with each other thanks to FileMaker Pro. They are able to share the databases across a network with up to nine more users.
FileMaker Pro typically works with records in fields and is pertinent to forming data into layouts. We can include multiple tables in a single document using FileMaker. The task is done using the modes listed below.
Layout Mode:This model explains how data is present on the screen.
Find Mode: In this mode, records from a table are located.
Preview Mode:This mode provides a preview of the data prior to printing.
Browse Mode:You can allow data to be entered and seen in this mode.
The one advantage of FileMaker Pro is that you only need to enter data once to display it in various ways. We can show some fields and layouts based on user request. These features encourage developers to use FileMaker for their clients' customised applications
Why Choose XcelTec for FileMaker Custom App Development?
It goes without saying that startups and technology are closely related. In the current era, it is expected that startups will use technology to operate; in fact, the majority of these qualities are wholly dependent on technology. Technology has created a terrifying demand for app development. Being a top web and mobile app development company, XcelTec adhere to FileMaker App Developers who created mobile apps that are easily usable and customizable to the needs of the client.
Services We Serve in FileMaker Pro:
FileMaker Pro iPhone App Development
FileMaker Custom Apps
FileMaker iPad App Development
FileMaker Pro Windows Applications
Why Choose XcelTec:
Ability in latest development technological trends
Keep off unplanned costs
Strictly follow the project target & deadlines
The project Scalability is beyond comparison
Resource flexibility
The team is reachable irrespective of time and place
XcelTec Developed POS System with FileMaker Pro
The client approached us about developing an app that controls the POS System in accordance with the recent tax reforms in the Fijian nation. His idea was to handle the software programmes or hardware devices whose primary job is to safeguard an invoice in offline mode and send audit packages to Tax Service in light of recent modifications to the tax system in Fiji. They require a middleware component from a technological standpoint in order to connect the POS system to the secure element and enable standardised communication with the Tax Core Backend API. By providing a stunning, fully-featured POS system that controls the Tax calculation automatically and minimises tax manipulation, XcelTec satisfies all the client's requirements.
Some Features that we integrate into our developed FileMaker POS system
Generate Invoice Automatically
Multiple sales reports complete with graphs and charts.
Simple interface for sale transactions
Easily find items and add them to the order.
Automatic billing counting
Want to Develop a FileMaker App?
The FileMaker app's popularity among users increased overnight. If you're looking for a similar mobile app (for iOS and Windows) for a mall, grocery store, apparel store,
Visit to explore more on XcelTec Ranked as a Top iOS App Development Company by Top App Creators
Get in touch with us for more!
Contact us on:- +91 987 979 9459 | +1 919 400 9200
Email us at:- [email protected]
#Custom App Development#App development#Mobile App Development#FileMaker POS system#mobile app development company#mobile app development team
1 note
·
View note
Text
Electronic Health Records Help School Increase Efficiency and Decrease Errors
Electronic Health Records Help School Increase Efficiency and Decrease Errors
Citinet Remedies produces electronic overall health data (EHR) remedy for a school clinical middle. Push Release – up-to-date: Jan 29, 2021 NEW YORK, January 29, 2021(Newswire.com) – Citinet Options, which elevates small business procedures and relationships through technological know-how alternatives, declared today that it has finished the digital transition to digital wellness data (EHR)…
View On WordPress
0 notes
Link
0 notes
Text
RETAIL BUSINESS SUITE
Executive Summary
Mindfire Solutions has been the technical development partner of the client in developing a number of software products and add-ons. The client provides customized business solutions to serve the varied needs of businesses in retail. The products/add-ons are aimed at providing strong informational infrastructures to enable companies to improve their workflows and in turn run their businesses better. As the software development partner, the team at Mindfire has contributed towards developing the products and add-ons from scratch, upgrading them from time-to-time and customizing solutions to serve the varied needs of the customers. The products can be hosted either on the local server or the cloud with access to data made available on-the-move on desktops, laptops, tabs & smartphones.

About our Client
Client Name : Confidential
Industry : Retail Solution Provider
Location : USA
Technologies
Filemaker, PHP
Download Full Case Study
0 notes