Combining multiple reports into pdf file - posted in Importing & Exporting: I have a report set up in 4 parts (due to the way the data and photos are sorted and shown). Right now, the script saves them as 4 different pdf files, ...
Topic: FileMaker Layout Design
So, why is the Scriptology Theme Studio so helpful?
With its combination of useful tools and ever growing collection of attractive layouts, the value of the Theme Studio is pretty high. "I just wanted to save time when working in Layout mode - I wanted to do things faster." said Matt Petrowsky of ISO FileMaker Magazine.
The product pretty much speaks for itself as soon as you start to use it. Since it is itself, a FileMaker database, it centralizes all of your graphical efforts. This really impacts the design process...
FileMaker Blogs
Combining multiple reports into pdf file ... - FileMaker Forums
Conditional Formatting logic - Layouts - FMForums - FileMaker Forums
Conditional Formatting logic - posted in Layouts: As I understand it correctly, if you do conditional formatting, the formula equals either 1 or 0. That is, yes or no. I have a tab I want to hide by changing the fill color to the ...
Studio Manager 12 Awarded FileMaker's iOS optimized Badge
Studio Manager 12 passed a FileMaker, Inc review in May 2013 to receive the coveted iOS optimized badge. You can find us among the 37 products Made for FileMaker in the special section: Solutions Optimized for iPad ...
Recurring Import from Google Doc Spreadsheet - FileMaker Today
I have a Google Doc spreadsheet set up with different users entering data over the course of a day. I want to set up a recurring import to periodically import the data on the spreadsheet to a table in my FileMaker solution.
Thread: Can FM Go pull caller ID from an iPhone? - FileMaker Today
Boost your FileMaker expertise, build better solutions and solve your technical challenges. If you're building FileMaker solutions, this is the place for you. Here you can collaborate with other like-minded FileMaker users and ...
Can't see tables or fields in Manage Database ... - FileMaker Forums
Can't see tables or fields in Manage Database window - posted in Relationships: Im working in an environment where a large database is on the server and accessed by many. When I log in to FileMaker via an account that ...
Formatting Bar Checked ? - Layouts - FMForums - FileMaker Forums
Currently when you open your file its always load the Standard Filemaker Menus which is default in Filemaker for a Full Access privileged user so all the options are available for user. So create a custom menus and install the ...
Thread: PC Specs for 6-10GB Database - FileMaker Today
I'm in the process of moving all of my contact records into a FileMaker database that someone has custom built for us. It will be 6-10GB once finished. Currently, I use a notebook with a docking station. i3 with 8GB RAM.
ProMaps: Google Maps for FileMaker Pro | SeedCode: Next
What's next for SeedCode, FileMaker, Calendars, and the Web.
FMStudio Pro updated for Dreamweaver CS6, FileMaker Server 12 ...
Any FileMaker hosting service supporting FileMaker Server 12 will enable you to use FileMaker and Dreamweaver together. When you press the live data view button in Dreamweaver, the web pages are immediately ...
Exceptions in Visualforce
Are DML changes rolled back when an exception occurs in Visualforce?
It is clear from the official Salesforce documentation that all database modifications initiated from a trigger are rolled back when an exception occurs. We can look at it as if the application server started a transaction in our behalf, and handled the roll back if an exception is thrown and is not handled.
But, what happens with exceptions in VisualForce?
From reading some of the documentation, it may not be as clear how the application behaves when an exception occurs as a result of a VisualForce interaction. Are DML changes rolled back when an exception occurs as a consequence of a VisualForce request? Well, it turns out it’s pretty easy to test it, so I went ahead and did that.
I used just two components for my test:
- A VisualForce page
- A Controller for our VisualForce page
This is the code for the VisualForce page:
This is the code for the Controller:
The only thing that the VF page does is call the throwException method when the user clicks on the “Click Me” button.
In the throwException method the second insert fails because the name field is required when creating a pricebook.
If you look at the database state after clicking the button, you will see that neither insert went through. (You can comment out the second one to make sure the first one works.)
So from our test it is clear that VisualForce pages display the same behaviour triggers do, and that all database changes are rolled back when an exception occurs.
This behavior is consistent with the way exceptions are handled everywhere else, and we could imagine that internally Salesforce is using something like Java filters for establishing transaction boundaries, in a fashion similar to how it’s done in the Spring framework.
Happy coding!
Use FileMaker 12 Live With Dreamweaver | MacMegasite
FMWebschool LLC today announces FMStudio Pro 1.1.3, bringing exciting new updates for Dreamweaver CS6 and FileMaker Server 12. This powerful combination of...
Tips on how to start a training classes - Making ... - FileMaker Forums
Tips on how to start a training classes - posted in Making A Living: Hi, Im a filemaker developer (almost 15 years now). Everything I learned is by myself or with the help of this great FM community. There are no FM training ...
Thread: Correct Portal Records not showing up - FileMaker Today
I'm having an issue with getting the right records to show up in a portal. The solution is a database for a summer camp and is populated with camper records. I have a child table that the portal records are shown from.
College lecture-class auto scheduling ... - FileMaker Forums
College lecture-class auto scheduling - posted in Solutions Wanted: Hi, Anyone know of a solution that can auto-schedule lecturers and classes for an entire semester? (at least 80% effective) tnx.
Script to search found set not returning properly ... - FileMaker Forums
Script to search found set not returning properly - posted in Finding & Searching: I have a script that searches the set field, that works properly. The script is this: Show Custom Dialog [Search Cards; Input the search criteria you ...
Updating FileMaker Solutions - FileMaker Today
Information about updating a FileMaker solution when using a separation model for deployment of FileMaker files. More...
FileMaker iPad Layout Designs - FileMaker Today
FileMaker iPad layout designs provided within the Scriptology Theme Studio. More...
what happened to embossed and engraved line ... - FileMaker Today
after conversion from fm11 to fm12 clicking on an object i can see the line setting to embossed,, change the setting to none then try to change the setting back to embossed again and embossed is not an option ?????????????? (same with ...
Thread: Modification Timestamp - FileMaker Today
I have a database with a Teams layout on which I view players assigned to that team via a portal to a PlayerAssign join table. I've created a script to allow me to add or delete a player directly on the Teams layout, via creating a record in the ...
Local .fmp12-file is not attached to an email. - FileMaker Go for ...
posted in FileMaker Go for iPhone & iPad: hi all, is it just me or does the attaching of a fmp12-file (compacted copy or previously exported data) does not work on FM Go? i export data to the temp directory and use the same ...
Thread: Multiple Column Schedule - FileMaker Today
Hi, Is there a way to have a multiple column schedule... I have a Field with Rings (4 rings Drop Down Value) Dates (From Monday to Sunday... 1 Week) and classes (N number of class for a day) 1 can do 1 column by sorting ...
Thread: Repeating Field Auto Calculation - FileMaker Today
Hi, I have a Field DateofEvent and a repeating field of 7 called DayofWeek. I want that when a user enters a Date that it will put the number 1 in the repeating field DayofWeek corresponding with the day (DayofWeek = Sunday, ...
Using a Value List to Filter / Goto a Record ... - FileMaker Forums
Using a Value List to Filter / Goto a Record - posted in Value Lists: Hi All, Im new to FM Forums so I hope im following all the correct rules and procedures of the site. My Question: - Im an experienced Microsoft Access User ...
FileMaker Pro Plugin that Returns GPS data from JPEG Metadata ...
er field and the metadata field requested, for instance one of these: GPS_ALTITUDE GPS_ALTITUDE_REF GPS_DATESTAMP GPS_LATITUDE GPS_LATITUDE_REF GPS_LONGITUDE GPS_LONGITUDE_REF ...
