Hello,
I am working on a view in Notes [4.6a] and am having trouble with a formula. The formula I have now is:
SELECT Form="Sample Login"&deliver!="China"&(DateReceived>=[07/01/2002])
Which works well, but the manager wants a little more added to it...
Specifically, I...
Hello,
I have been given the task to try and figure out why an application we have at work will not work on 1 users workstation. The workstation is Windows 98SE. The application was written in VB, and the version of Oracle is 8. The error is when trying to logon to the database, after the...
Thanks for your response.
I think I maybe in over my head on this one. Lotus has no documentation on Define Globals at Event Initialize, so I may have to outsource or scrap this one.
Thanks again!!
-jim
Hello,
I am working on a field that I need to start and increment a count. More specifically:
I have a field called 'Evaledby' where a persons initials are entered when they are assigned to an evaluation. What I'm trying to do is add a day count next to that field...so that when a persons...
Hello,
I have a script I need to use that utilizes the flock funtion. I understand that the activestate perl install on windows does not use the flock command, my question is does anyone know a way to get around this or to allow the use of flock on a windows machine? The section of code that...
Hello,
If my perl scripts are on 1 server, and the SQL database I need to talk to is on a different server,
is there a way via DBI to connect to that database?
Something like:
my $DSN='dbname';
my $user = "loginname";
my $pass = "password";
my $DBD='ODBC';
my...
Thanks for the reply,
I added the my $scan = shift; at the beginning of the subroutine, and took the parens off the return $output, but still no luck getting it running. : (
Thanks for responding so quickly!
-jim
Hello,
I have the following guestbook, that works great - except new entries in the book are added to the bottom of the page, and I would like to change the script so that new entries are displayed at the top of the page. Any and all help with this is greatly appreciated!
TIA!
-Jim
---Begin...
Thank You Very Tom!!!
I _really_ appreciate all your help (again)!!
I'm working on doing translation code with $scan as the input now.
Hope to be good to go soon!
Again, THANK YOU very much!
Jim
I apologize, its monday.
I have a script, called catscan.pl, that runs from command line. When run it waits for a barcode swipe from a Cuecat barcode reader. The untranslated scan looks like ".C3nZC3nZC3n3C3vZENv2CNnX.fHmc.CNnWDhj1C3nZC3bW." The translated scan would be...
Thank you very much for your reply!
I was thinking faster than I was typing when I posted :)
I was told that using a subroutine for the cuecat translation section would be my best bet, but wasnt sure how to do that.
It all seemed so simple when I started...
I had a small script that when ran...
Hello,
I have installed Suns JDK 1.2.2 on a Redhat system.
I am able to run java applets in the html directory (/home/httpd/html) with no problems. BUT when I try to run applets from ~any~ other httpd directory (/home/httpd/cgi-bin, /home/httpd/cgi-bin/java) I always get a "class not found...
Hello,
I am [trying] to write a script that will allow employees to clock in and out for work, and calculate the work hours for the week. I plan to use a pipe-delimited text file for the database. In the database, I plan to have fields such as username, password, timein, timeout, totaltime, etc...
Hello,
I have a perl script that searches the contents of a directory. I need to alter the script to search a Novell network directory that requires a login and password.
If anyone has done this before, or can point me to any resources that would help with this, it would be greatly...
Hello,
I have noticed that the cron on my Redhat 6.0 system randomly quits running scripts. Because I cannot narrow down why it does this, I am trying to implement a quick-fix by having a [perl?] script check to see if cron is running, and if not, then start it.
Has anyone had any experience...
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.