Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

Newbie

 [1/9] from: chris::starforge::demon::co::uk at: 21-Mar-2001 10:52


Adam Potter wrote:
> I want to set up a little form where the user inputs a URL and an IP#, > the program searches thru a word.doc file where all is information is > stored and returns the results in a new window, notepad for example. > Can this be done and if so how??
No - no Word support in REBOL, no means to launch Notepad. You could write a /view script to search a plain text file and output the data. Chris -- New sig in the works Explorer2260 Designer and Coder http://www.starforge.co.uk

 [2/9] from: gjones05:mail:orion at: 21-Mar-2001 5:05


From: Adam Potter
> Im completely new to Rebol and wanted some assistance for the > following....
<<quoted lines omitted: 4>>
> Thanks for your patience guys > Pottz
Hi, Pottz, Maybe I am missing the obvious (I've only had a sip of coffee this morning), but in what forum are you wishing to use this form? Are you using /View with a dialog-type box or a web-page form with a REBOL cgi script processing the results (or similarly, just at the text "console")? --Scott Jones

 [3/9] from: adam:potter:exodus at: 21-Mar-2001 22:10


That's exactly what I need Chris, how would I go about that? I have changed the source file to a .txt file already.... Thanks in advance ... Chris wrote:

 [4/9] from: adam:potter:exodus at: 21-Mar-2001 22:14


Hey Scott, A dialog-type box or form where the user enters the URL and/or IP# and returns the results in a seperate txt file format under the original form itself.. GS Jones wrote:

 [5/9] from: adam:potter:exodus at: 21-Mar-2001 22:18


Purpose: Quickly tell us which company uses which ip in our network 203.*.*.* by parsing int/tam/ipspace (a web page)... and searching the local file host-sentry.txt Chris wrote:

 [6/9] from: petr:krenzelok:trz:cz at: 21-Mar-2001 12:24


Adam Potter wrote:
> Purpose: Quickly tell us which company uses which ip in our network > 203.*.*.* by parsing int/tam/ipspace (a web page)... and searching the local > file host-sentry.txt
OK, so just give us example output from your file you want to parse? We can help you define parse rules .... Cheers, -pekr-

 [7/9] from: gjones05:mail:orion at: 21-Mar-2001 6:36


From: Adam Potter
> Hey Scott, > > A dialog-type box or form where the user enters the URL and/or IP# and
returns
> the results in a seperate txt file format under the original form itself.. > GS Jones wrote:
<<quoted lines omitted: 14>>
> > > > Maybe I am missing the obvious (I've only had a sip of coffee this
morning),
> > but in what forum are you wishing to use this form? Are you using /View > > with a dialog-type box or a web-page form with a REBOL cgi script
processing
> > the results (or similarly, just at the text "console")? > > > > --Scott Jones
Potz, with out knowing more specifics, it is hard to answer your question satisfactorily. Allen Kamp wrote a nice /View program that demonstrates something similar to what you are describing. Check out: http://www.rebolforces.com/reb/babel.r If that is similar enough, let me (us) know how you would like it modified, and it may be easier to answer. Good luck! --Scott Jones

 [8/9] from: adam:potter:exodus at: 21-Mar-2001 21:44


Im completely new to Rebol and wanted some assistance for the following.... I want to set up a little form where the user inputs a URL and an IP#, the program searches thru a word.doc file where all is information is stored and returns the results in a new window, notepad for example. Can this be done and if so how?? Thanks for your patience guys Pottz

 [9/9] from: arolls:bigpond:au at: 22-Mar-2001 12:24


Adam, I wrote that script last year. With some testing it could work again properly on latest rebol releases. Anton.

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted