April 27, 2024

Database Conversion Solution For Mac OS X

Posted January 2, 2012 at 5:26pm by iClarified · 6712 views
.com Solutions has announced FmPro Migrator Platinum Edition 6.46, an important update to their popular database conversion solution for Mac OS X. FileMaker Developers can use FileMaker Pro Advanced and FmPro Migrator Platinum Edition as a rapid application development environment for quickly prototyping PHP web applications.

FmPro Migrator Platinum Edition now includes support for the automated PHP conversion of an additional 10 commonly used script steps assigned to layout objects. The automated conversion of these additional script steps provides a significant improvement to the overall PHP web application functionality.

Virtually any object on a FileMaker layout can have a script step attached, including: button, image, text label, rectangle, rounded rectangle, circle/oval and line objects. These same objects include button scripting functionality on the converted web application form.

The new Data access preference item provides control over the Add, Edit or Delete records features within the generated web application. This feature removes unnecessary controller and button code, preventing data modification if it is not required in in a publicly available web application. This feature makes it easy to generate a full featured admin application plus also generate a 2nd Read Only version of the web application for public access to the data.

In addition to object scripting features additional reporting features provide script and object dependency reporting for each layout within the converted solution.

Newly added script steps include:
* Enter Find Mode - Redirects the user to the Query form for the same layout.

* Enter Browse Mode - Redirects the user to the View form for the same layout, using the record stored within the $_SESSION['current_record'] variable for the current model.

* New Record - Redirects the user to the Add form for the same layout.

* Delete Record - Prompts for confirmation, then deletes the current record if the user clicks Ok.

* Show All Records - Clears the $_SESSION['foundset'] array for the current model.

* Beep - Uses Javascript code to download and play the included beep1.wav sound file. The implementation of this feature also makes it possible to specify additional sound files for different tasks within the web application.

* Open URL - Opens the specified web page URL in a new browser window.

* Goto Layout - Opens the View form for the specified converted layout, and opens the most recently visited record. If a form using this model has not previously been visited, the first record in the model will be displayed.

* Perform Script - Executes the specified converted script as a function call within the current controller file or AppController.

* Print - Opens the web browser print dialog to print the currently displayed form.

Previously implemented layout object script steps include: Goto Record/Request [First], Goto Record/Request [Last], Goto Record/Request [Previous], Goto Record/Request [Next].

Pricing and Availability:
FmPro Migrator Platinum Edition is priced at $600 (USD) per developer and includes a copy of FmPro Migrator Platinum Edition for both MacOS X (Universal Binary) and Windows platforms. Existing FmPro Migrator Developer Edition customers may upgrade to FmPro Migrator Platinum Edition for $400.

Read More