Thanks for the replies all.
I think I will be able to create a small background web app to run on a Tomcat server that will satisfy my needs.
Crystal support had some nice sample jsp apps that were close enough to my requirements that I should be able to bastardize them up a little and get...
Yeah - I looked into using a file event and that should work.
I was just wondering if anyone has had success remotely triggering a custom or user event in CE.
I am trying to avoid sending files all over the place as the request for this report will come from COBOL, then KSH, then ?? (where Im...
I need to know if something is possible....
I am running CE 8.5.0.806 (soon to be running 9).
I have a web report which outputs a PDF to an AIX server. It can be both scheduled and triggered manually.
I have set up an event which will trigger the report to run and send the PDF where I need...
Thanks for the suggestion - but I already tried that. Problem is, the text is not beiogn entered or parsed in PB - so using ~r~n does nothing but actually print '~r~n' to the output.
I missed a couple of things in my first post....
- The comments are entered in a multi-line edit in a different...
A little background.....
I have an old PB application (created in 6.5) that prints custom reports (orders, invoices, etc) and resides on a Windows box. It is triggered and has parameters passed to it from a KSH script running on an UNIX box. With me?
When the PB app is triggered it retrieves...
I will try to be as detailed as possible....
Basically, Windows 2000 Pro is blocking my REXEC attempts that I am sending from a UNIX (AIX) box. Win2k in it's initial (unpatched) state allows the connection just fine - but the windows box has been patched up to SP3 and is now refusing the...
Just looking for a string/text function that can pad a string to a specific length --- similar to the LPAD or RPAD functions in PL/SQL.
e.g. -- rebuilding a command line. The first section (string) must be 10 chars long -- but the possible values that must be put into it are 5 or 6 characters...
Is there a way to check a return code in Win2k?
e.g. using a command line tool -- is there a way to check a simple return code (like the $? command in UNIX) ?
Thanks.
I have the followng e-mail run line a script - and I cant remember how to Carbon Copy another e-mail address (It cant be in the TO: address line).
IT="it_dept@blah.com"
USERS="pain_in_ass@blah.com" ;)
REPORT=/some/generic/report.rpt
mailrun()
{
echo report
mail -s...
Say in_num_total = 5....
For in_cur = 1 to in_num_total
...
...
code here
...
...
Next
then it will loop for in_cur having the value 1,2,3,4,5 (so 5 times.
basically, it will loop as long as the control variable is >= the starting condition, and <= the ending condition.
:)
Hello.
Just wondering if this can be done.....
basic example:
SELECT item, SUM(quantity) AS SUBST('200209', 5)
FROM blah
WHERE blah....etc.
Can I use a function (such as SUBSTR) in the alias for a column? The reason I ask is I must produce a report from an Oracle DB in PL/SQL where a series...
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.