Top Experts [
learn more
]
Top 4-10
webko
8918 K
bandmandq
2408 K
Genx
1525 K
4.
tcmeyers
5.
kbata
6.
Martie
7.
Hammerton
8.
rrenfrow
9.
bneeman
10.
plegler
Welcome,
Guest
. Please
login
or
register
.
September 10, 2010, 10:40:14 AM
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Search:
Advanced search
Welcome to the FileMaker Web Masters Exchange. If you have any questions about how to use this forum, please watch the getting started movie at:
http://www.fmwebschool.com/movies/forum1/forum1.html
25342
Posts in
5594
Topics by
3981
Members
Latest Member:
JohnJohn
fmwebschool.com
FMTouch
FMTouch - FileMaker Databases on the iPhone and iPod iTouch
Calculations and Scripting Guide [v1.65]
0 Members and 2 Guests are viewing this topic.
« previous
next »
Pages:
1
[
2
]
Author
Topic: Calculations and Scripting Guide [v1.65] (Read 12529 times)
Michael Petrov
Chief Software Developer
Administrator
Hero Member
Offline
Posts: 4280
Kudos: 15397
Applications:
BlackBelt
(Guru)
FMTouch
(Guru)
Dolphin Cart Pro
(Guru)
FMStudio
(Guru)
USB Export
(Expert)
IPOST Web
(Expert)
Re: Calculations and Scripting Guide [v1.40, Please Comment]
«
Reply #15 on:
June 23, 2009, 07:40:07 AM »
We are definitely working on more steps and calculations. Better support for time and date functions is high on our list. It will likely be added into FMTouch in the next few updates.
Logged
Michael Petrov,
Chief Software Developer
FMWebschool
800.353.7950
michael@fmwebschool.com
Keep up with our development, follow me on
Twitter
bradleisure
FMTouch Developers
Jr. Member
Offline
Posts: 62
Re: Calculations and Scripting Guide [v1.40, Please Comment]
«
Reply #16 on:
June 28, 2009, 09:35:27 AM »
I'd love to see IsEmpty( field ) implemented.
I'm new here so hope this is the right place for this, forgive me if it's not.
Logged
Michael Petrov
Chief Software Developer
Administrator
Hero Member
Offline
Posts: 4280
Kudos: 15397
Applications:
BlackBelt
(Guru)
FMTouch
(Guru)
Dolphin Cart Pro
(Guru)
FMStudio
(Guru)
USB Export
(Expert)
IPOST Web
(Expert)
Re: Calculations and Scripting Guide [v1.48, Please Comment]
«
Reply #17 on:
July 26, 2009, 08:43:34 PM »
I just updated the calculations and scripting guide to be up to date with v1.48. Quite a few new exciting features were added in this version. Download the new version from the first post in this forum topic.
Logged
Michael Petrov,
Chief Software Developer
FMWebschool
800.353.7950
michael@fmwebschool.com
Keep up with our development, follow me on
Twitter
Hal Gumbert
FMTouch Enterprise
Full Member
Offline
Posts: 102
Kudos: 50
Applications:
FMStudio
(User)
FMTouch
(User)
Re: Calculations and Scripting Guide [v1.48, Please Comment]
«
Reply #18 on:
July 27, 2009, 11:43:58 AM »
Is there a 'Special Function' for getting the GPS coordinates?
Logged
Hal Gumbert
FMTouch Enterprise
Full Member
Offline
Posts: 102
Kudos: 50
Applications:
FMStudio
(User)
FMTouch
(User)
Re: Calculations and Scripting Guide [v1.48, Please Comment]
«
Reply #19 on:
July 27, 2009, 11:59:41 AM »
More on my last most....
- Is there a 'Special Function' for getting the GPS Position?
- Can you optionally suppress the GPS location notice stating accuracy?
- Are there 'Special Functions' for Containers?
Logged
SMtoGo
Newbie
Offline
Posts: 1
Applications:
FMTouch
(User)
Re: Calculations and Scripting Guide [v1.48, Please Comment]
«
Reply #20 on:
July 31, 2009, 11:33:34 AM »
Thanks for the guide. I'm in the middle of converting a complex solution to FMTouch, and having a current list of script steps and functions is vital. If I had my druthers, there would be some kind of evaluation tool that would import an XML Scripts-only DDR and flag as-yet incompatible steps. It's a real slog digging through a DDR to sort out what is currently possible and not.
Not a complaint, just a wish.
Speaking of wishes, how about adding GET(current date) and GET(current time). One of my most-used layouts deals heavily in timestamps, and not being able to enter these through FMTouch hampers the time-tracking function, where I would like to be able to SET FIELD to the current time/date with a tap.
Thanks for this great app.
Logged
geronimoisfree
Newbie
Offline
Posts: 8
Re: Calculations and Scripting Guide [v1.48, Please Comment]
«
Reply #21 on:
January 26, 2010, 03:33:15 AM »
Tried to do a calculation like this to sign the results with colors. Like when the result is minus, the the number should be red and so on.
But there is no calculation at all.
I first have to sync with my PC to get the result.
Here is the calculation
If(Gewicht="";"";If((Gewicht / GewichtSOLL)-1 > 0; TextFarbe ((Gewicht / GewichtSOLL)-1; RGB (255 ; 0 ; 0));TextFarbe ((Gewicht / GewichtSOLL)-1 ; RGB (0 ; 128 ; 0))))
Useless to say that it works in FM10Pro
The same with the ddisplay of the date. Would like to see the day like Mon. or Thu. and so on. Sinc the formating in fmTouch is not working it tried it with a calculation.
But this is also not working.
ZeichenLinks ( WochentagName ( Datum ) ; 3 )&"."
"ZeichenLinks" should be Left and "WochentagName" WeekdayName
Are you guys still developing on fmTouch? There are so many bugs. Sometimes i realy become desperate.
Logged
sgilroy
FMTouch Enterprise
Newbie
Offline
Posts: 17
Re: Calculations and Scripting Guide [v1.48, Please Comment]
«
Reply #22 on:
February 15, 2010, 05:17:02 PM »
So is there any way to sync container fields using FileMaker Server?
I run into the problem that when syncing with filemaker server, there's no method to set the directory to store container fields in. Even just having a standard directory that Server Sync dumps these files in would be very helpful.
Logged
Michael Petrov
Chief Software Developer
Administrator
Hero Member
Offline
Posts: 4280
Kudos: 15397
Applications:
BlackBelt
(Guru)
FMTouch
(Guru)
Dolphin Cart Pro
(Guru)
FMStudio
(Guru)
USB Export
(Expert)
IPOST Web
(Expert)
Re: Calculations and Scripting Guide [v1.65]
«
Reply #23 on:
July 01, 2010, 01:17:13 PM »
I just posted an updated calc guide to coincide with the release of FMTouch v1.65 on the app store. Enjoy!
Logged
Michael Petrov,
Chief Software Developer
FMWebschool
800.353.7950
michael@fmwebschool.com
Keep up with our development, follow me on
Twitter
Pages:
1
[
2
]
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Discussion and Announcements
-----------------------------
=> FMWebschools updates and announcements
===> FMWebschool Training Schedule
=> Newsletter and Community Discussion
=> Webinar and FMWebschool Events
=> General Discussion
===> CDML Old School FileMaker Web Publishing
===> FileMaker Mobile 7/8
=> Holiday Special Product Support
-----------------------------
FMTouch
-----------------------------
=> FMTouch - FileMaker Databases on the iPhone and iPod iTouch
===> FMTouch - Multi Language Discussion
=> FMTouch BlackBerry and FileMaker
-----------------------------
FMStudio
-----------------------------
=> FMStudio
===> FMStudio Connection and Installation Problems
=> FMStudio Pro
-----------------------------
FMWebschool Products and Solutions
-----------------------------
=> Dolphin Shopping Cart System
=> BlackBelt CDML Software
-----------------------------
FileMaker Books
-----------------------------
=> FileMaker Book Questions and Suggestions
-----------------------------
PHP Web Publishing Technologies
-----------------------------
=> FileMaker's New PHP API
=> FileMaker PHP, FX.php custom web publishing
===> Ajax Code and Examples
-----------------------------
FileMaker Inc Products and Technologies
-----------------------------
=> FileMaker Server 9
===> FileMaker Server 7 / 8 Advanced
=> Web Viewer
=> Instant Web Publishing
=> FileMaker XML, XSLT
-----------------------------
Other Resources
-----------------------------
=> Search Engine Optimization and Consulting
===> Marketing Book Reviews
=> FileMaker Web Resources
=> Free JavaScript Code Snips
=> Free PHP Code Snips
=> Web Jobs, Web Consulting
Loading...