Dear All,
I need to generate the following link in an email body.Example as below
http://test.com/Production%20Code
I am using the following javascript code:
var val2 = 'Production Code';
window.location.href = "mailto:user.name@test.com?body=http://test.com/"+escape(val2);
However when...
Dear All,
I am really new to Cognos ReportNet.
How do I customized a Date Prompt Value to a value acceptable by the oracle SP?
For example the value in my Query Subject Definition argument is
#prompt('p1','characterLength16','01-FEB-2006')#
Basically the Oracle SP accepts a string value...
Dear All,
I actually could not figure out the problem. However after uninstalling and reinstalling the entire cognos 7.3 I was able to connect to the Upfront Admin without any problems. I guess something somewhere was "corrupted".
Thanks.
Regards,
Dear All,
I am currently running Congnos 7.3. I am basically using the Gosecurity.lae as the authentication source.
I am able to run all the services in the Configuration Manager successfully.
However I am having problem with seting up the upfront portal. When ever I try to log on to the...
Dear All,
I will use the CAR table to illustrate my problem. Below is the code
TABLE FILE CAR
PRINT
COUNTRY
CAR
RETAIL_COST
DEALER_COST
BY COUNTRY NOPRINT
BY CAR NOPRINT SUBTOTAL DEALER_COST
END
-EXIT
However, when it is displayed on the webpage, the subtotal of the dealer cost is not in the...
Dear All,
I have really run out ideas on this problem. I am basically trying to save a graph to the gif file. I suspect that it is some configuration problem but i have no idea where to start.
When running the following:
http://webserver/ibi_apps/IBIGraphServlet
I am getting a HTTP 500...
Dear All,
I have installed Webfocus Server 7.1 and Client 7.1 on Windows Server 2003.
I can basically access the webconsole test it and everything seem to be running well.
However when i tried to run the following in the browser
http://localhost/ibi_apps/WFServlet?IBIF_ex=Test
It says that...
Dear Stefan,
Thanks for your response. I don't have that running. however i think it's not necessary to install the Sun Java System Directory Server right?
Regards,
Dear All,
Just wondering if anyone can help me here. I am having some problems when starting some services using the Configuration Management.
Attached is the error taken from the log file:
Error: The directory server 'CARTWEB01:389' is not responding.
Warning: Could not complete Apply for...
Paul and Derren,
Thanks for your reply. Unfortunately this is reagarding the faq. I am using the second method as suggested by the faq. However it's still not working.
Any suggestion
thanks.
YJ
Hi All,
I have tried the out the solution as suggested in the FAQ but the page is still cache (when press back button) the page still shows the old information.
I used the following method
*code take from faq
<%@ Language=VBScript %>
<% Option Explicit %>
<%
dim uUrl
uUrl = "uUrl="...
Hi all,
Just wondering if anyone having problem running 2 For Each loop node for a treeview one after another...
example of code:
FOR EACH loNode IN THISFORM.oleTreeView.Nodes
wait window loNode.Key
ENDFOR
FOR EACH loNode IN THISFORM.oleTreeView.Nodes
wait window loNode.Key
ENDFOR...
Hi all,
For people with the same problem in the future with displaying SQL timestamp in ASP here is a code from the internet.
All work belong to the original writer.
function bin2str(Value)
dim Value16,ib,i
Value16="0x"
for i=1 to LenB(Value)
ib=hex(ascb(midb(value,i)))
if...
Hi,
Basically all the data is Queried from a Sql database using stored procedure( retrieves ids,timestamp field,etc). Relevant information is then displayed on the form, ie textboxes and checkboxes. The user will make the changes and click submit which will call a SQL store procedure again...
Hi,
What would be the best way to pass a local variable from page1.asp to page2.asp? Should i create a session variable in page1, assign the value and the retrive the value in page2? or is there another method. I am using POST method by the way.
THanks.
Hi,
My Suggestion is to write that procedure into an file,eg procedures.asp and use <!--#Include File = " "--> tag in your asp page that needs the procedure.
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.