Thanks for the assistance Jack.
I am using OLE DB to connect to the server.
I would like the user to print the report but currently, I am using the RDC to view the report just to make sure it's doing what it's supposed to be doing.
Any ideas or recommendations would be greatly appreciated.
I've created my crystal report and added it to my vbapp. When I run my vb app, it prompts me for the date parameter which is in my crystal report. However, Once I enter the date, I get an error " server has not been opened."
Could somebody pleez give me the syntax to open the...
Ok, this is what i got when I added set -x to my code
+ input = 0
menu1: input: command not found
+ clear
+ [ != 6 ]
menu1: [: !=: unary operator expected
Unix is totally new to me and this error message I got is totally foreign to me. Can somebody PLEASE look at my code to see why I am getting this unary operator expecter error.
Thank you!!
#!/bin/sh
input = 0
clear
while [ $input != 6 ]
do
echo " Menu Choice"
echo...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.