Tuesday, June 24, 2008

Time for 9 Campaign

FileMaker has recently started a campaign to update to version 9. Limited time offer gives chance to save up to 100$. Discount is only applied to upgrade box. How ever this campaign decrease licensing cost it is not enough. Similar campaign (nearly ends) was kicked off by Winsoft for Centeral Europe, Middle East and Asia customers. Its offer up to 40 percent discount on new software licenses. You can purchase FileMaker license from local dealer or filemaker bussiness alliance partner in your site.

These campaingns are happy news but not enough for us, developers. FileMaker license fees are at high level. For a solution will be accessed by five person, my customer should pay approx. 1200$ only for license cost. This affects on competitiveness negatively for small-business solutions with FileMaker.

I think most of the developers have same problem. I am still waiting patiently and hopefully new product that only runs as client (no layout editing, no define fields, no script maker) to solve multi user high license costs...

Monday, June 23, 2008

Bin2Dec ( bin ; dmy )

Explatation : Converts binary number to decimal number.

Example : Bin2Dec ( 1100101010110001 ; 0 )
Output : 51889

Parameters : bin, dmy

Custom Function 
Right(bin;1)*2 ^ dmy +If(Length (bin) > 0;  Bin2Dec( Left(bin;Length ( bin) -1);dmy+1))

About this blog

FileMaker, the user friendly database application. This blog will be focus FileMaker Pro (FMP). Some tips & tricks, techniques, examples, explanations, comments and the things I do not know now. Some post will be exact translation of some of my posts in filemakerkullaniyorum.blogspot.com (Turkish).

I have been developing FileMaker solutions for more than 10 years. FileMaker is Apple based application. Like an Apple product, it endear it self. Like most of FM user I like to develop with FileMaker although some missing features that developers expecting for years. Every newer version close this missing feature gaps. But there are still gaps...

In addition, I am planning to publish visitors questions in Q/A part. I am waiting your questions, comments and any other request.

Although this blog is not aimed profit, I may use google ad-sense program. Please do not hesitate to notify me inconvenient ads.

Legal Note: All brand names and trademarks are the property of their respective owners.