> on mouseUp
> put "/home/Bill/Desktop/report/nr.php -f tt.conf " into promysql
>    open process promysql for update
>    read from process promysql for 500
>    put it into fld tout
>    write "quit" to process promysql
>    close process promysql
> end mouseUp
> 
> Error: Unable to open tt.conf

Glen,

Not that it should make a difference, but it appears there's a space after
your command. I haven't used 'open process' to run a php script, so I may
just be shooting blanks here, but just thought I'd pass that along.

Ken Ray
Sons of Thunder Software, Inc.
Email: k...@sonsothunder.com
Web Site: http://www.sonsothunder.com/


_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to