[REBOL] Test Ping

2004-01-25 Thread Ammon Johnson
Testing... -- To unsubscribe from this list, just send an email to [EMAIL PROTECTED] with unsubscribe as the subject.

[REBOL] Re: ANN: RebDB Pseudo-Relational Database

2004-01-25 Thread yeksoon
Is there a way to mix select and order clause in the db-select statement? Thanks YekSoon http://neusteps.com "B.efficient. B.Serve" On Mon, 26 Jan 2004 14:58:09 +1100, Ashley Trüter wrote > Hi all, > > Many folks on this list use REBOL for any number of unique and > complex tasks, but when it

[REBOL] ANN: RebDB Pseudo-Relational Database

2004-01-25 Thread Ashley Trüter
Hi all, Many folks on this list use REBOL for any number of unique and complex tasks, but when it comes to a "real" database we tend to discount REBOL almost out of hand. While the cookbook "Micro database" is a good starting point, it doesn't cut it for more demanding tasks. Some time ago I

[REBOL] Re: REBOL DOC for teaching - Some criteria I would like to share before applying

2004-01-25 Thread Tim Johnson
* Gerard Cote <[EMAIL PROTECTED]> [040125 10:15]: > > I also found many excellent tutorials about CS and programming using Java, LOGO, > Python and Scheme (Dr.Scheme). > > And today I found some text relating the interesting arguments that could help > teachers better sell REBOL as their candi

[REBOL] REBOL DOC for teaching - Some criteria I would like to share before applying

2004-01-25 Thread Gerard Cote
Hi List, A couple of days ago, I again revisited my 3 official books about REBOL and each one does a great job in is own way. And I really think there is place for another "online" self-learning material about REBOL - some kind of extensive tutorial . May be it will simply complete what is alrea

[REBOL] DOC Wish list Add-ons Was-->Re: Problem with CGI

2004-01-25 Thread Gerard Cote
Hi All, May I suggest 4 simple add-ons to our way of doing things COLLECTIVELY : 1 - That we add some review, annotation and/or reference mechanism to the actual and future submitted libray scripts with some possible added log listing the problems encountered by everyone who tried them in the

[REBOL] Re: Problem with CGI

2004-01-25 Thread Gabriele Santilli
Hi ZikZak, On Sunday, January 25, 2004, 2:10:24 PM, you wrote: Z> Thank you, it works now. Z> quotes in the HTML code is strange, but I will take care of Z> this kind of problem for my next try. That's because that is not HTML code, but REBOL code. If you quote it, as one big string, you don't

[REBOL] Re: Problem with CGI

2004-01-25 Thread ZikZak
Le Sun, 25 Jan 2004 05:29:04 -0700 "Ammon Johnson" <[EMAIL PROTECTED]> a écrit : || ||Ok, what you are seeing here is that PRINT will try to obtain the |value of a|WORD! (datatype) within a block. the simple fix for the |error you are seeing|is to enclose the words "Email Status" in quotes |thus

[REBOL] Re: Problem with CGI

2004-01-25 Thread Ammon Johnson
Ok, what you are seeing here is that PRINT will try to obtain the value of a WORD! (datatype) within a block. the simple fix for the error you are seeing is to enclose the words "Email Status" in quotes thus making it a STRING! instead of a word. This should work... #!rebol -cs rebol [title: "E

[REBOL] Re: Problem with CGI

2004-01-25 Thread ZikZak
||A useful resource is www.rebol.org try searching for CGI and you will |find|many usefull examples and tools. || ||HTH ||~~Ammon ;-> unfortunately this is an example I tried to use. When I submit my form, my server returns an error page displaying this message : ** Script Error: Email has no va

[REBOL] Re: Problem with CGI

2004-01-25 Thread Ammon Johnson
You got exactly what you were looking for. The molded value of system/options/cgi/query-string from a fresh console is "none" If you would like to know what the query string looks like try uploading a script to your server that looks something like: #!/path-to-rebol/rebol -cs print "Content-Ty

[REBOL] Re: Problem with CGI

2004-01-25 Thread ZikZak
Le Sun, 25 Jan 2004 11:48:20 +0100 Petr Krenzelok <[EMAIL PROTECTED]> a écrit : ||system/options/cgi is object, which is being given data only if rebol |is |run in cgi mode, so - do you run your rebol session using -c |option?| ||#!/path/to/rebol/rebol -c || ||REBOL [] || ||your script here ... d

[REBOL] Re: Problem with CGI

2004-01-25 Thread Petr Krenzelok
ZikZak wrote: >Hi, > >I'm a beginner and I don't understand why I can not obtain some informations. >If I try to : mold system/options/cgi/query-string then the system doesn't give to me >the informations. > >Why ? > > system/options/cgi is object, which is being given data only if rebol is r

[REBOL] Re: Problem with CGI

2004-01-25 Thread Carl Read
On 25-Jan-04, ZikZak wrote: > Hi, > I'm a beginner and I don't understand why I can not obtain some > informations. If I try to : mold system/options/cgi/query-string > then the system doesn't give to me the informations. > Why ? Because there's none to give. (When REBOL is first launched, as

[REBOL] Problem with CGI

2004-01-25 Thread ZikZak
Hi, I'm a beginner and I don't understand why I can not obtain some informations. If I try to : mold system/options/cgi/query-string then the system doesn't give to me the informations. Why ? Regards -- ZikZak REBOL/Core 2.5.6.4.2 Copyright 1997-2003 REBOL Technologies REBOL is a Trademark of