Tracy!
Your last idea about logging in the cron job may the solution to our problem. I will talk to my UNIX administrator to ask him how to do this and we will try it.
Many many many thanks for your help, it's really appreciated!
I'll keep your informed if it's working or not...
Thanks...
Hi Tracy!
Thanks for your reply. We already tried to modify the environment variables in the script itself and it seems that even if we do modify the variable they don't change. Maybe we are not authorized to change an environment variable. I don't know.
Any other ideas you may have would...
Hi!
We have a simple problem here and I hope with a simple solution. We are running a perl script using the UNIX scheduler (crontab). This script is importing information from a file and sending this information in an Oracle DB.
If I run the script manually (without the scheduler) everything...
Hi!
I have a Windows NT 4.0 SP6 server running Oracle 8i. We currently have 4 databases running... All these databases together takes up to 1.5 gig of allocated memory... First of all, it this normal? Each database seems to take between 300 and 500 megs of virtual memory.
Instead of having...
Aleci!
I think your solution is pretty easy:
<CFOUTPUT query="getnews">
<script language="JavaScript">
function topWindow#CurrentRow#(){popup = window.open("#link#","","height=600,width=700,scrollbars=yes");}</script>...
Paul!
It required no special addon to see the graphics if you select to have them in .gif. For the flash graphics (which is the best) you need the Macromedia flash player for your browser. Most browsers already have a built-in flash player.
From CF or ASP, you can create real-time .GIF and...
Paul...
I have been test driving popchart for a month or so and it's really a great graphics server. It's easy to use and well supported.
The Flash generated graphics are really cool and the possibility to do drill down on specific area of a graph was a great feature for us.
You can try it...
Hi,
Could you explain this a little more? Your update statement seems fine but you should check if all these fields are text fields since you are inserting them as text fields.
What do you mean that the problem appears to be in the update statement or when using CFIF? There is no CFIF in the...
Hi!
Here is a way to do it...
<CFLOOP QUERY="GetState">
[tab]<CFIF GetState.RecordCount EQ 1>
[tab][tab]<CFSET myList = "#GetState.stateName#">
[tab]<CFELSE>
[tab][tab]<CFSET myList = myList & ",#GetState.stateName#">
[tab]</CFIF>
</CFLOOP>
I hope it solves...
Hi Lucid!
I really appreciate your help!
I tried it and it's giving me the same error.
That's really strange... I am reading the MSDN help and they are saying the exact same thing that you are...
I really dont know why it's not working.
Thx,
Chris ;-)
Hi Lucid!
I tried that and it keeps telling me that test.style is not an object. I am using IE 5.0. I dont need this to work with Netscape.
Complete part of code:
<TR>
<TD WIDTH="20" ROWSPAN="2" ALIGN="center" ID="test" STYLE="background...
Hi!
I am sure that question was already asked (I tried the search engine and I was not find the answer) so sorry to re-ask it again.
I have a <TD> defined like this:
<TD WIDTH="20" ROWSPAN="2" ALIGN="center" ID="test" STYLE="background: Red;">...
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.