gasilhomepage.blogg.se

Fastscripts old versions
Fastscripts old versions













fastscripts old versions
  1. Fastscripts old versions for free#
  2. Fastscripts old versions how to#
  3. Fastscripts old versions archive#
  4. Fastscripts old versions professional#

It’s always a risk to make a pricing or demo limit change.

Fastscripts old versions for free#

With the new, liberal evaluation terms in FastScripts 2.4, all of the old Lite functionality and much more is now included for free in the full version. Customers found it confusing to differentiate between the versions, and I found it tedious to artificially maintain two versions. "I have been thinking for some time of eliminating FastScripts Lite. What I like most about the “FastScripts 2.4 release”: is that Daniel was willing to completely change the product evaluation terms to give new life to the product and get it out to more users.

Fastscripts old versions archive#

Second image shows how new function IsAdult is available in Functions tree in section DateTime (Datum a čas).About Archive Photos 30 days Replies Reading Tweets Also on Micro.blog FastScripts 2.4 Jun 28, 2009 Now you can write required script which will FastCube use for filtering records as is depicted on the image. Click the Filter tab and double click field Function - Formula Editor is now displayed. Measure Editor dialog contaning several tabs appears. In analysis window, click the Measure Editor button on the toolbar. However, we are aware of new IsAdult function so we can create appropriate filter with help of added function. For instance, if we have a field called Date_of_birth, we are not able to separate certain groups of records (such as adult people or kids under 6 years) without using filter. Standard work with FastCube is based on placing dimensions on the axis X and Y of the analysis and consequent creating measures (they are calculated at realtime using actual data) which have no filter set. Using new function together with FastCube Result := IsAdult(Caller.Params,Caller.Params)ĭeclaration of new function can be placed wherever inside TfsSysFunctions.CallMethod4 body.

fastscripts old versions

Third and probably last step is to extend function TfsSysFunctions.CallMethod4 with newly created function IsAdult: Let's add function declaration into Create constructor:Ĭonstructor TfsSysFunctions.Create(AScript: TfsScript) ĪddMethod('function IsAdult(Born,Actual: TDateTime): Integer', CallMethod4, FCatDate) Īs you can see, new function uses CallMethod4 declaration because of being date/time based. New function has been created but we have to do some steps for making it visible from the outside. First of all, we'll create new function code:įunction IsAdult(Born, Actual: TDateTime) :Integer It contains some predefined datetime, numeric, string and other functions so we will widen set of those which regard date and time. We decided new function will be added into FS_ISYSRTTI.PAS unit. It means we'll compare her/his birthday with an actual date and in relationship with function result we say "person is actually adult (is at least 18 years old") or not. Let's have a case when we need to determine if given person is adult currently.

Fastscripts old versions how to#

Now we show how to do it in couple of minutes. It allows - relatively simply - to provide application users with powerful, flexible and fast tool for creating variable data views, for instance:įastScript is equipped with tens of built-in functions but there are certain cases when they are insufficient and special function is necessary to be added.

Fastscripts old versions professional#

What is FastCubeĪs you probably know, FastCube is set of professional components for business intelligence and data mining. Unique feature of FastScript is ability to use several languages (PascalScript, C++Script,JScript and BasicScript), so you can write scripts using your favourite language.FastScript doesn't use Microsoft Scripting Host, so it can be used in Windows and Linux environment.įastScript offers plenty of options and using scenarios but we'll focus on some examples how to add new necessary functions and use them later within FastCube component. FastScript is written on 100% Object Pascal and can be installed in popular versions of Delphi and C++Builder. It is useful for the programmers who want to add scripting ability to their projects. Using FastScript within FastCube components What is FastScriptįastScript is a scripting library.















Fastscripts old versions