Re: [U2] Re: Once again and updated. Cheapest way to have Pick talk to Web ?

2004-05-24 Thread Craig Bennett
Whoops, now there was a confused paragraph! You could try: #!C:\windows\system32\cmd.exe cd C:\MYACCOUNT C:\IBM\UB\BIN\UV MYCGIPROGRAM or if you install perl something like this might work: #!C:\pathtoperl\perl -w my @output = `C:\IBM\UB\BIN\UV MYCGIPROGRAM`; my $printline; while ($printline

RE: [U2] Re: Once again and updated. Cheapest way to have Pick talk to Web ?

2004-05-24 Thread Logan, David (SST - Adelaide)
n and updated. Cheapest way to have Pick talk to Web ? Will, >I think you're talking Unix, I need Windows :) Apache runs fine on windows. If you can't write CGI-BIN scripts in DOS scripting language, you could install ActivePerl and create a script like: #!/usr/bin/perl -w cd C:\MYACCOUN

Re: [U2] Re: Once again and updated. Cheapest way to have Pick talk to Web ?

2004-05-24 Thread Craig Bennett
Will, >I think you're talking Unix, I need Windows :) Apache runs fine on windows. If you can't write CGI-BIN scripts in DOS scripting language, you could install ActivePerl and create a script like: #!/usr/bin/perl -w cd C:\MYACCOUNT C:\IBM\UB\BIN\UV MYCGIPROGRAM Not that I would ever try this

RE: [U2] Re: Once again and updated. Cheapest way to have Pick talk to Web ?

2004-05-24 Thread Ross Morrissey
]> Subject: RE: [U2] Re: Once again and updated. Cheapest way to have Pick talk to Web ? Will: Try the following: http://www.vex.net/~ross/uv/ Hope this helps. Bill --- u2-users mailing list [EMAIL PROTECTED] http://www.u2ug.org/listinfo/u2-users

Re: [U2] Re: Once again and updated. Cheapest way to have Pick talk to Web ?

2004-05-24 Thread Bob Gerrish
You should be able to do it similarly from the Windows CMD prompt or as a batch file. (Provided you have an interface from CGI scripting to Windoze.) > #!/bin/sh > /usr/ibm/uv/bin/uv MYCGIPROGRAM > > or even > > #!/usr/ibm/uv/bin/uv MYCGIPROGRAM I think you're talking Unix, I need Windows :) Wi

Re: [U2] Re: Once again and updated. Cheapest way to have Pick talk to Web ?

2004-05-24 Thread FFT2001
In a message dated 5/23/2004 10:00:46 PM Eastern Daylight Time, [EMAIL PROTECTED] writes: > #!/bin/sh > /usr/ibm/uv/bin/uv MYCGIPROGRAM > > or even > > #!/usr/ibm/uv/bin/uv MYCGIPROGRAM I think you're talking Unix, I need Windows :) Will --- u2-users mailing list [EMAIL PROTECTED] http://w

RE: [U2] Re: Once again and updated. Cheapest way to have Pick talk to Web ?

2004-05-24 Thread Bill H.
Re: Once again and updated. Cheapest way to have Pick > talk to Web ? [snipped] > Any example of exactly how you "run UV from CGI-BIN scripts" ? > > Thanks > > Will --- u2-users mailing list [EMAIL PROTECTED] http://www.u2ug.org/listinfo/u2-users

Re: [U2] Re: Once again and updated. Cheapest way to have Pick talk to Web ?

2004-05-23 Thread Craig Bennett
Will, Dmn, I was hoping you wouldn't ask -- actually we always run UV from inetd.conf -- but I see no reason why you shouldn't be able to #!/bin/sh /usr/ibm/uv/bin/uv MYCGIPROGRAM or even #!/usr/ibm/uv/bin/uv MYCGIPROGRAM Stdin/Stdout should get connected to the uv executables input and output

Re: [U2] Re: Once again and updated. Cheapest way to have Pick talk to Web ?

2004-05-23 Thread FFT2001
In a message dated 5/23/2004 5:02:24 PM Pacific Daylight Time, [EMAIL PROTECTED] writes: > Will, > > Can a Pick database (on Windows) talk to the Web for say... under 5 > grand? > Option 1: > Install Apache, run UV from CGI-BIN scripts. Any example of exactly how you "run UV from CGI-BIN

Re: [U2] Re: Once again and updated. Cheapest way to have Pick talk to Web ?

2004-05-23 Thread Craig Bennett
Will, > Can a Pick database (on Windows) talk to the Web for say... under 5 grand? Option 1: Install Apache, run UV from CGI-BIN scripts. Option 2: Run UV from /etc/inetd.conf and write your own HTTP server. regards, Craig --- u2-users mailing list [EMAIL PROTECTED] http://www.u2u

Re: [U2] Re: Once again and updated. Cheapest way to have Pick talk to Web ?

2004-05-22 Thread Dave Taylor
Will, Yes, a Pick database can talk with a browser for under $5,000, using PixieWeb ($1,995 US). But, you also need a web server (eg. IIS, with W2000Pro, under $300) and some programming in Pick Basic to produce the HTML code read by the browser, and to process the HTML code returned by the br

Re: [U2] Re: Once again and updated. Cheapest way to have Pick talk to Web ?

2004-05-22 Thread Ian Renfrew
>From a development perspective, I've enjoyed working with MvInternet. I believe that the cost is 2,500 US, and that there are no other costs involved. It may not be the cheapest, but it fits your criteria of being under 5 grand. You can download the evaluation copy and start development immedately

Re: [U2] Re: Once again and updated. Cheapest way to have Pick talk to Web ?

2004-05-22 Thread Mark Johnson
odstein" <[EMAIL PROTECTED]>; "Porfirio Matt Sperandio" <[EMAIL PROTECTED]> Sent: Saturday, May 22, 2004 8:28 AM Subject: Re: [U2] Re: Once again and updated. Cheapest way to have Pick talk to Web ? > Will, > Yes, a Pick database can talk to the web for under 5 gr

Re: [U2] Re: Once again and updated. Cheapest way to have Pick talk to Web ?

2004-05-22 Thread Lee Bacall
Will, Yes, a Pick database can talk to the web for under 5 grand. StarSite from Binary Star Development allows business rules for the website to be maintained on the host system and shared among a variety of user interfaces. StarSite sits on top of the same Nucleus (a 4GL) rule-sets (screens, su

RE: [U2] Re: Once again and updated. Cheapest way to have Pick talk to Web ?

2004-05-22 Thread Tony Gravagno
Will Johnson wrote: > Ok let's hear some real numbers. >Can a Pick database (on Windows) talk to the Web for > say... under 5 grand? Yes > If so How ? Write your own interface on time that has not been allocated to paying customers. Seriously, I have written many such interfaces using var