New Product: Five-Script, the scripting language for CA-Clipper developers
Author |
Message |
Antonio Linare #1 / 15
|
 New Product: Five-Script, the scripting language for CA-Clipper developers
Five-Script is a powerful scripting language which opens a lot of new possibilities to al CA-Clipper developers. Five-Script let's you create standard Clipper source code that can be evaluated in run-time without the need of Clipper itself or any linker. This new tool takes the 'Macro' capabilities of CA-Clipper to the highest level. With Five-Script you can create applications that can modify their behavior and interface in run-time. Five-Script is just a small library than can be linked to any of your applications, to give them all the power of the scripting. Only three steps are needed to run any function script, which are: oScript := TScript():New(cText) oScript:Compile() oScript:Run() That's all!! A script file can have more than one function at a time and you can even make scripts to more than one file and all the functions compiled will be accessible to any of the rest functions, even if they are not in the same script. Five-Script detects syntax errors on the compile process, but does not execute any code at all in this stage. You can create global (public) variables just as you do in Clipper and local scope variables with the LOCAL or STATIC statement when declared inside a function. You can even include your own comments on your script, as you do in Clipper you only need to put '//' before the comment. All the Arithmetic and logical Operators of CA-Clipper are supported. The following statements are supported and can be nested to any deep: IF, ELSEIF, ELSE, ENDIF DO CASE, CASE, OTHERWISE, ENDCASE DO WHILE, END WHILE FOR, NEXT LOOP, EXIT RETURN You can call any Clipper function from your script file that is linked with the application. FiveScript is a new FiveTech product. FiveTech: FiveWin developers, the CA-Clipper for Windows Library. Info and details at www.fivetech.com
|
Sun, 01 Oct 2000 03:00:00 GMT |
|
 |
Knut Faste #2 / 15
|
 New Product: Five-Script, the scripting language for CA-Clipper developers
Quote:
>On Wed, 15 Apr 1998 13:54:30 +0200, "Antonio Linares"
>>Five-Script is a powerful scripting language which opens a lot of new >>possibilities to al CA-Clipper developers. >[snip] >Another fresh proof that Clipper is still going strong rather than >dead. >I appreciate your continuing efforts, Antonio. >Andi
So do I, I bought fivewin v 1.7 and updated to fw18e. I am VERY satisfied with the product. I am a little confused wether to update to 1.92 or 1.95. I want the most advanced fivewin for developing 16 bit window applications. So far I never met a problem I could not solve with my fw18e - since it was easy to make new api-wrappers from the many examples that followed with fw18e. It was also easy to change the classes or inherit to new classes with slitly different behavior. I take it we still get source code when updating. What are the prices when updating from fw18e bought from Softsol Gmbh (ser nr 9517d0018) ? I like to support the eforts done to make Clipper live on. Specialy I like fivewin because it so easy to make programs which automaticaly change old clipper applications into windows applications. Fivewin is very Clipper like and the way the objects vere made is very clever indeed. Cheers Knut
|
Sun, 01 Oct 2000 03:00:00 GMT |
|
 |
Dave Pearso #3 / 15
|
 New Product: Five-Script, the scripting language for CA-Clipper developers
Quote:
> Five-Script is a powerful scripting language which opens a lot of new > possibilities to al CA-Clipper developers.
Has anyone had any luck with the demo file available on their web site? I downloaded it this evening and it doesn't do a thing. It would appear that it is supposed to be some form of self extracting archive but executing it results in nothing happening. Anyone have any better luck? -- Take a look in Hagbard's World: | w3ng - The WWW Norton Guide reader. http://www.acemake.com/hagbard/ | ng2html - The NG to HTML converter. http://www.hagbard.demon.co.uk/ | eg - Norton Guide reader for Linux. Free software, including........| dgscan - DGROUP scanner for Clipper.
|
Sun, 01 Oct 2000 03:00:00 GMT |
|
 |
Antonio Linare #4 / 15
|
 New Product: Five-Script, the scripting language for CA-Clipper developers
Dave, When did you try it last time ? Nobody have complain about it. regards, Antonio Linares www.fivetech.com
|
Mon, 02 Oct 2000 03:00:00 GMT |
|
 |
Antonio Linare #5 / 15
|
 New Product: Five-Script, the scripting language for CA-Clipper developers
Knut, Thanks for your kind words about FiveWin. You are very welcome. Quote: >I bought fivewin v 1.7 and updated to fw18e. >I am VERY satisfied with the product.
I do recommend you to upgrade to 1.9.5. FiveWin is now much more powerfull, it offers many Internet features that turns it into a unique product to deliver moder Windows applications using CA-Clipper technology. Of course, full source code is supplied. Quote: >What are the prices when updating from fw18e bought >from Softsol Gmbh (ser nr 9517d0018) ?
SoftSol is no longer an authorized distributor. You should contact us directly at www.fivetech.com. Please contact me directly if you have any further questions. regards, Antonio Linares www.fivetech.com
|
Mon, 02 Oct 2000 03:00:00 GMT |
|
 |
Antonio Linare #6 / 15
|
 New Product: Five-Script, the scripting language for CA-Clipper developers
Andi, Thanks for your kind words. Clipper is my life :-) I have been working with Clipper since early Autum 86 (I think so :-) ), and it is the greatest tool I have ever used. All the commercial products we have ever developed have been specifically designed for Clipper: FivePro, Objects, Dialog, Images, FiveMenu, FiveDos, FiveOS2, FiveWin, Five and now FiveScript :-) FiveWin is the best proof of the real CA-Clipper power and possibilities :-) Long life the King. best regards, Antonio Linares www.fivetech.com
|
Mon, 02 Oct 2000 03:00:00 GMT |
|
 |
Dave Pearso #7 / 15
|
 New Product: Five-Script, the scripting language for CA-Clipper developers
Quote:
> Dave, > When did you try it last time ? Nobody have complain about it.
I did a bit more digging late last night (Wednesday, BST) and found that something between me and your server was timing out and cutting off the download feed. After a fair bit of mucking around I finally managed to get a full copy of the EXE. However, running the EXE still results in nothing happening. I did manage to extract the contents of the archive by running it thru Info Zip's UnZip but nothing I did would get it to self extract. FWIW the downloaded file has the date and time stamp of: ---------------------------------------------------------------------------- -rw-r--r-- 1 davep users 388056 Apr 1 12:18 script.exe ---------------------------------------------------------------------------- BTW, while I've got you here, the docs on the site and in the archive are not very clear as to how this library can be used. Is it stand alone? That is, can it only be used in a FiveWin built application or can it be used in a non-FiveWin DOS only app? My main interest is to see how well FiveScript compares against a very similar free tool for doing the same thing that can be found on The Oasis (can't remember the name of it off hand but I had a play with it some time ago). -- Take a look in Hagbard's World: | w3ng - The WWW Norton Guide reader. http://www.acemake.com/hagbard/ | ng2html - The NG to HTML converter. http://www.hagbard.demon.co.uk/ | eg - Norton Guide reader for Linux. Free software, including........| dgscan - DGROUP scanner for Clipper.
|
Mon, 02 Oct 2000 03:00:00 GMT |
|
 |
Dave Pears #8 / 15
|
 New Product: Five-Script, the scripting language for CA-Clipper developers
Quote:
> FivePro, Objects, Dialog, Images, FiveMenu, FiveDos, FiveOS2, FiveWin, > Five and now FiveScript :-)
Whatever happened to Five? There was much fanfare about it last year and then nothing since. -- Take a look in Hagbard's World: | w3ng - The WWW Norton Guide reader. http://www.acemake.com/hagbard/ | ng2html - The NG to HTML converter. http://www.hagbard.demon.co.uk/ | eg - Norton Guide reader for Linux. Free software, including........| dgscan - DGROUP scanner for Clipper.
|
Mon, 02 Oct 2000 03:00:00 GMT |
|
 |
Antonio Linare #9 / 15
|
 New Product: Five-Script, the scripting language for CA-Clipper developers
Dave, Well, we have learned to wait and make announcements only when the product is 100% finished. So I just may tell you that something really powerfull and Clipper market shocking is coming, but we do not want to talk about it yet :-) regards, Antonio Linares www.fivetech.com
|
Sun, 08 Oct 2000 03:00:00 GMT |
|
 |
Dave Pearso #10 / 15
|
 New Product: Five-Script, the scripting language for CA-Clipper developers
Quote:
> Dave, > Well, we have learned to wait and make announcements only when the product > is 100% finished.
[I'll assume this is response to my question about the status of "Five"] However, your web site still contains the "first part" of the "white paper" on Five, plus the demo programs that were anounced here last summer. Doesn't this kind of go against the idea of "wait until 100%"? I only ask this because Five sounded interesting and since the fanfare, promises and predictions of last year we've not had a word about it since. -- Take a look in Hagbard's World: | w3ng - The WWW Norton Guide reader. http://www.acemake.com/hagbard/ | ng2html - The NG to HTML converter. http://www.hagbard.demon.co.uk/ | eg - Norton Guide reader for Linux. Free software, including........| dgscan - DGROUP scanner for Clipper.
|
Sun, 08 Oct 2000 03:00:00 GMT |
|
 |
Sean We #11 / 15
|
 New Product: Five-Script, the scripting language for CA-Clipper developers
On 4/22/98 2:58PM, in message
Quote:
> However, your web site still contains the "first part" of the "white paper" > on Five, plus the demo programs that were anounced here last summer.
</Nit Pick on> Dave ..... Is that Northern hemisphere Summer ?? We are just going into Autumn here in the South. </Nit Pick off> -- Sean Webb,Spyder Computing Security , Risk Management , Fire & Rescue Database Systems Marina Booking Systems, POS developments, Import/Export and Freight Forwarding Systems Personal Home Page: http://users.iafrica.com/s/sp/spwebb
|
Mon, 09 Oct 2000 03:00:00 GMT |
|
 |
Dave Pearso #12 / 15
|
 New Product: Five-Script, the scripting language for CA-Clipper developers
Quote:
> On 4/22/98 2:58PM, in message
> > However, your web site still contains the "first part" of the "white paper" > > on Five, plus the demo programs that were anounced here last summer. > </Nit Pick on> > Dave ..... > Is that Northern hemisphere Summer ?? > We are just going into Autumn here in the South. > </Nit Pick off>
Oops, as an amateur astronomer I should know better too. :-) -- Take a look in Hagbard's World: | w3ng - The WWW Norton Guide reader. http://www.acemake.com/hagbard/ | ng2html - The NG to HTML converter. http://www.hagbard.demon.co.uk/ | eg - Norton Guide reader for Linux. Free software, including........| dgscan - DGROUP scanner for Clipper.
|
Mon, 09 Oct 2000 03:00:00 GMT |
|
 |
Sean We #13 / 15
|
 New Product: Five-Script, the scripting language for CA-Clipper developers
On 4/23/98 10:35AM, in message
Quote:
> > </Nit Pick on> > > Dave ..... > > Is that Northern hemisphere Summer ?? > > We are just going into Autumn here in the South. > > </Nit Pick off> > Oops, as an amateur astronomer I should know better too. :-)
Well , as an ex-Astrophysicist , i thought it my duty to point the fact out to an amateur astronomer Glad i could help <G> -- Sean Webb,Spyder Computing Security , Risk Management , Fire & Rescue Database Systems Marina Booking Systems, POS developments, Import/Export and Freight Forwarding Systems Personal Home Page: http://users.iafrica.com/s/sp/spwebb
|
Mon, 09 Oct 2000 03:00:00 GMT |
|
|
|